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

Function Combine

tensorflow/core/graph/graph_partition_test.cc:277–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277Output Combine(const Scope& scope, Input a, Input b) {
278 return ConstructOp(scope, "Combine", {std::move(a), std::move(b)});
279}
280
281Output FloatInput(const Scope& scope, const string &device) {
282 return ConstructOp(scope, "FloatInput", device, {});

Callers 4

TEST_FFunction · 0.70

Calls 1

ConstructOpFunction · 0.70

Tested by

no test coverage detected