Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
class 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
c_api_function_test.cc
File · 0.45
TEST
Function · 0.45
kernels_test.cc
File · 0.45
TF_OpDefinitionBuilderAddOutput
Function · 0.45
c_api_test.cc
File · 0.45
MakeOpDef
Function · 0.45
test_op.cc
File · 0.45
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.36
MakeOpDef
Function · 0.36