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

Class Args

tensorflow/core/framework/model.h:118–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 public:
117 // Arguments for `Node` constructor.
118 struct Args {
119 int64 id;
120 string name;
121 std::shared_ptr<Node> output;
122 };
123
124 using Factory = std::function<std::shared_ptr<Node>(Args)>;
125

Callers 15

TEST_FFunction · 0.70
RecvAsyncMethod · 0.70
StartAbortMethod · 0.70
RecvFromRemoteAsyncMethod · 0.50
RecvFromRemoteAsyncMethod · 0.50
RecvFromRemoteAsyncMethod · 0.50
DoneMethod · 0.50
RecvFromRemoteAsyncMethod · 0.50
RecvAsyncMethod · 0.50
FlowControlRecvAsyncMethod · 0.50
FuseRecvLocalSyncMethod · 0.50

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.56
TEST_FFunction · 0.40