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

Method Output

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

Source from the content-addressed store, hash-verified

65class Output {
66 public:
67 Output() = default;
68 explicit Output(Node* n) : op_(n) {}
69 Output(Node* n, int32 index) : op_(n), index_(index) {}
70 Output(const Operation& op, int32 index) : op_(op), index_(index) {}

Callers 7

TESTFunction · 0.45
kernels_test.ccFile · 0.45
c_api_test.ccFile · 0.45
MakeOpDefFunction · 0.45
test_op.ccFile · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
MakeOpDefFunction · 0.36