Home
last modified time | relevance | path

Searched refs:raw_frames (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/python/
Dpy_client.cc252 if (traceback && traceback->raw_frames() != other.traceback->raw_frames()) { in operator ==()
261 h = H::combine_contiguous(std::move(h), key.traceback->raw_frames().begin(), in AbslHashValue()
262 key.traceback->raw_frames().size()); in AbslHashValue()
302 for (const auto& frame : entry.first.traceback->raw_frames()) { in HeapProfile()
Dtraceback.h60 const absl::InlinedVector<std::pair<PyCodeObject*, int>, 32>& raw_frames() in raw_frames() function