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

Function FakeIdentity

tensorflow/core/graph/graph_partition_test.cc:305–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305Output FakeIdentity(const Scope& scope, const string &device, Input a) {
306 return ConstructOp(scope, "FakeIdentity", device, {std::move(a)});
307}
308
309class FuseRecvTest : public ::testing::Test {
310 protected:

Callers 1

TEST_FFunction · 0.85

Calls 1

ConstructOpFunction · 0.70

Tested by

no test coverage detected