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

Method ToString

tensorflow/compiler/jit/deadness_analysis.cc:287–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285 must_be_true_(must_be_true) {}
286
287 string ToString() const override {
288 return must_be_true() ? absl::StrCat("*", tensor_id_.ToString())
289 : tensor_id_.ToString();
290 }
291
292 Kind kind() const override { return Kind::kSymbol; }
293 absl::Span<Predicate* const> GetOperands() const override { return {}; }

Callers

nothing calls this directly

Calls 2

StrCatFunction · 0.50
ToStringMethod · 0.45

Tested by

no test coverage detected