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

Function BoolInput

tensorflow/core/graph/star_server_graph_partition_test.cc:126–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126Output BoolInput(const Scope& scope, const string &device) {
127 return ConstructOp(scope, "BoolInput", device, {});
128}
129
130Output Combine(const Scope& scope, const string &device, Input a, Input b) {
131 return ConstructOp(scope, "Combine", device, {a, b});

Callers 1

TEST_FFunction · 0.70

Calls 1

ConstructOpFunction · 0.70

Tested by

no test coverage detected