Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ FloatInput
Function
FloatInput
tensorflow/core/graph/graph_partition_test.cc:269–271 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
267
}
268
269
Output FloatInput(const Scope& scope) {
270
return ConstructOp(scope,
"FloatInput"
, {});
271
}
272
273
Output BoolInput(const Scope& scope) {
274
return ConstructOp(scope,
"BoolInput"
, {});
Callers
1
TEST_F
Function · 0.70
Calls
1
ConstructOp
Function · 0.70
Tested by
no test coverage detected