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

Function Scatter1toRef2

tensorflow/core/graph/graph_partition_test.cc:294–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294std::vector<Output> Scatter1toRef2(const Scope& scope,
295 const string &device, Input a) {
296 return ConstructOp(scope, "Scatter1toRef2", device, 2, {std::move(a)});
297}
298
299Output Combine(const Scope& scope, const string &device,
300 Input a, Input b) {

Callers 1

TEST_FFunction · 0.85

Calls 1

ConstructOpFunction · 0.70

Tested by

no test coverage detected