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

Function FloatInput

tensorflow/core/graph/star_server_graph_partition_test.cc:122–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122Output FloatInput(const Scope& scope, const string &device) {
123 return ConstructOp(scope, "FloatInput", device, {});
124}
125
126Output BoolInput(const Scope& scope, const string &device) {
127 return ConstructOp(scope, "BoolInput", device, {});

Callers 1

TEST_FFunction · 0.70

Calls 1

ConstructOpFunction · 0.70

Tested by

no test coverage detected