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