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

Method op

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

Source from the content-addressed store, hash-verified

70 Output(const Operation& op, int32 index) : op_(op), index_(index) {}
71
72 Operation op() const { return op_; }
73 Node* node() const { return op().node(); }
74 int32 index() const { return index_; }
75 DataType type() const { return op_.output_type(index_); }

Callers 15

GetStaticGraphOpsMethod · 0.45
RunMethod · 0.45
TESTFunction · 0.45
ValidateNodeFunction · 0.45
CalculateFlopsFunction · 0.45
TestRemoveNodesMethod · 0.45
ObtainTensorSliceFunction · 0.45
ObtainVariableInfoFunction · 0.45
SparsifyGatherInternalFunction · 0.45
GetScaleAndOffsetValuesFunction · 0.45

Calls

no outgoing calls

Tested by 15

TESTFunction · 0.36
TestRemoveNodesMethod · 0.36
TestRenameOpMethod · 0.36
TestFuseResizeAndConvMethod · 0.36
TestFusePadAndConvMethod · 0.36
TestIgnoreOpsMethod · 0.36
TestFallbackRangeMethod · 0.36