|
| TH_DISALLOW_COPY_AND_ASSIGN (Value) |
|
| Value (Node *node_, size_t offset_) |
|
Value * | setType (TypePtr type) |
|
void | inferTypeFrom (const at::Tensor &output) |
|
const TypePtr & | type () const |
|
bool | requires_grad () const |
|
bool | isTensor () const |
|
TORCH_API bool | mustBeNone () const |
|
size_t | unique () const |
|
bool | hasUniqueName () const |
|
TORCH_API Value * | setUniqueName (const std::string &name) |
|
std::string | uniqueName () const |
|
TORCH_API std::string | uniqueNameBase () const |
|
Node * | node () |
|
size_t | offset () const |
|
void | setOffset (size_t offset) |
|
const Node * | node () const |
|
Graph * | owningGraph () |
|
const Graph * | owningGraph () const |
|
const use_list & | uses () const |
|
bool | hasUses () const |
|
TORCH_API void | replaceFirstUseWith (Value *newValue) |
|
TORCH_API void | replaceAllUsesWith (Value *newValue) |
|
TORCH_API Value * | copyMetadata (Value *from) |
|
|
static bool | isValidName (const std::string &name) |
|
Definition at line 144 of file ir.h.
The documentation for this struct was generated from the following files: