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

Function FloatInput

tensorflow/core/graph/graph_partition_test.cc:269–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269Output FloatInput(const Scope& scope) {
270 return ConstructOp(scope, "FloatInput", {});
271}
272
273Output BoolInput(const Scope& scope) {
274 return ConstructOp(scope, "BoolInput", {});

Callers 1

TEST_FFunction · 0.70

Calls 1

ConstructOpFunction · 0.70

Tested by

no test coverage detected