Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Input
Function
Input
tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc:366–368 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
364
}
365
366
Node* Input(const GraphDefBuilder::Options& opts) {
367
return ops::SourceOp(
"InputTest"
, opts);
368
}
369
370
Node* InputShaped(const GraphDefBuilder::Options& opts) {
371
return ops::SourceOp(
"InputTestShaped"
, opts);
Callers
3
TEST
Function · 0.70
TEST
Function · 0.50
TEST_F
Function · 0.50
Calls
1
SourceOp
Function · 0.85
Tested by
no test coverage detected