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

Function Scatter1to2

tensorflow/core/graph/graph_partition_test.cc:289–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289std::vector<Output> Scatter1to2(const Scope& scope,
290 const string &device, Input a) {
291 return ConstructOp(scope, "Scatter1to2", device, 2, {std::move(a)});
292}
293
294std::vector<Output> Scatter1toRef2(const Scope& scope,
295 const string &device, Input a) {

Callers 1

TEST_FFunction · 0.85

Calls 1

ConstructOpFunction · 0.70

Tested by

no test coverage detected