Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ MakeTrue
Method
MakeTrue
tensorflow/compiler/jit/deadness_analysis.cc:486–486 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
484
}
485
486
Predicate* MakeTrue() { return MakeAndPredicate({}); }
487
Predicate* MakeFalse() { return MakeOrPredicate({}); }
488
489
~PredicateFactory() {
Callers
1
HandleNode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected