Home
last modified time | relevance | path

Searched defs:index_str (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsparse_utils.cc186 string index_str = strings::StrCat("indices[", row, ", :] = ["); in CreateIndexString() local
211 string index_str = CreateIndexString(indices_mat, i); in ValidateSparseTensorIndicesUnordered() local
239 string index_str = CreateIndexString(indices_mat, 0); in ValidateSparseTensorIndicesOrdered() local
256 string index_str = CreateIndexString(indices_mat, i); in ValidateSparseTensorIndicesOrdered() local
263 string index_str = CreateIndexString(indices_mat, i); in ValidateSparseTensorIndicesOrdered() local
279 string index_str = CreateIndexString(indices_mat, i); in ValidateSparseTensorIndicesOrdered() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_value.cc49 std::string index_str = in ToString() local
60 std::string index_str = in ToString() local
/external/libabigail/src/
Dabg-suppression.cc3123 string index_str; in read_parameter_spec_from_string() local
/external/sg3_utils/src/
Dsg_ses.c183 const char * index_str; member
/external/python/cpython2/Objects/
Dtypeobject.c5370 static PyObject *index_str; local