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

Function BoolInput

tensorflow/core/graph/graph_partition_test.cc:273–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273Output BoolInput(const Scope& scope) {
274 return ConstructOp(scope, "BoolInput", {});
275}
276
277Output Combine(const Scope& scope, Input a, Input b) {
278 return ConstructOp(scope, "Combine", {std::move(a), std::move(b)});

Callers 1

TEST_FFunction · 0.70

Calls 1

ConstructOpFunction · 0.70

Tested by

no test coverage detected