MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / IsEmpty

Method IsEmpty

tensorflow/compiler/tf2xla/functionalize_cond.cc:167–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165bool StateMap::IsDead(StateMap::CondId id) const { return id == dead_id_; }
166
167bool StateMap::IsEmpty(StateMap::CondId id) const { return id == nullptr; }
168
169size_t StateMap::Hash::operator()(const StateMap::CondState& map) const {
170 if (map.empty()) return 0;

Callers 3

ExtractBodiesMethod · 0.45
JoinCondStatesMergeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected