Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dpy_client.cc187 int LocationId(PyCodeObject* code, int instruction);
222 int ProfileBuilder::LocationId(PyCodeObject* code, int instruction) { in LocationId() function in xla::ProfileBuilder
303 sample->add_location_id(builder.LocationId(frame.first, frame.second)); in HeapProfile()