Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
305
Output FakeIdentity(const Scope& scope, const string &device, Input a) {
306
return ConstructOp(scope,
"FakeIdentity"
, device, {std::move(a)});
307
}
308
309
class FuseRecvTest : public ::testing::Test {
310
protected:
Callers
1
TEST_F
Function · 0.85
Calls
1
ConstructOp
Function · 0.70
Tested by
no test coverage detected