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

Method ToString

tensorflow/compiler/jit/deadness_analysis.cc:216–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214 : Predicate(id), operands_({operand}) {}
215
216 string ToString() const override {
217 return absl::StrCat("~", operand()->ToString());
218 }
219
220 Kind kind() const override { return Kind::kNot; }
221 Predicate* operand() const { return operands_[0]; }

Callers

nothing calls this directly

Calls 2

StrCatFunction · 0.50
ToStringMethod · 0.45

Tested by

no test coverage detected