MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / node

Method node

tensorflow/cc/framework/ops.h:236–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234 : node_name_(name), index_(i), data_type_(dt) {}
235
236 Node* node() const { return output_.node(); }
237 string node_name() const { return node_name_; }
238 int32 index() const { return node_name_.empty() ? output_.index() : index_; }
239 DataType data_type() const { return data_type_; }

Callers 15

GetStaticGraphOpsMethod · 0.45
RunMethod · 0.45
TESTFunction · 0.45
ValidateSavedTensorsFunction · 0.45
CalculateFlopsFunction · 0.45
CreateTestGraphFunction · 0.45
TestConstantFoldingMethod · 0.45
ObtainTensorSliceFunction · 0.45

Calls

no outgoing calls

Tested by 15

TESTFunction · 0.36
CreateTestGraphFunction · 0.36
TestConstantFoldingMethod · 0.36
TestNameClashesMethod · 0.36
TestFuseResizeAndConvMethod · 0.36
TestFusePadAndConvMethod · 0.36
TestIgnoreOpsMethod · 0.36
TestFallbackRangeMethod · 0.36