Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_value.cc48 string index_str = in ToString() local
50 return StrCat(instruction->name(), index_str); in ToString()
59 string index_str = instruction->operand(operand_number)->shape().IsTuple() in ToString() local
62 return StrCat(instruction->name(), ", operand ", operand_number, index_str); in ToString()
90 string index_str = defining_instruction()->shape().IsTuple() in ToShortString() local
94 defining_instruction()->name(), index_str); in ToShortString()
/external/toolchain-utils/crosperf/
Dresults_organizer.py86 new_key, index_str = match.groups()
87 added_runs[int(index_str) - 1][new_key] = str(value)
/external/python/cpython2/Objects/
Dtypeobject.c5370 static PyObject *index_str; local
5371 return call_method(self, "__index__", &index_str, "()");