Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/sparse/
Ddim_comparator.h74 const int64 a_row, const int64 b_row, const int dims) { in cmp() argument
76 const int64 a = a_idx(a_row, d); in cmp()
/external/tensorflow/tensorflow/compiler/xla/service/
Dtriangular_solve_expander.cc317 auto a_row = in SolveWithInvertedDiagonalBlocks() local
321 b_row - BatchDot(MaybeTransposeInMinorDims(a_row, transpose_a), x, in SolveWithInvertedDiagonalBlocks()
325 b_row - BatchDot(x, MaybeTransposeInMinorDims(a_row, transpose_a), in SolveWithInvertedDiagonalBlocks()
/external/python/cpython2/Lib/sqlite3/test/
Dfactory.py225 a_row = self.con.execute("select ?", (austria,)).fetchone()
227 self.assertEqual(type(a_row[0]), unicode, "type of non-ASCII row must be unicode")
/external/python/cpython3/Lib/sqlite3/test/
Dfactory.py237 a_row = self.con.execute("select ?", (austria,)).fetchone()
239 self.assertEqual(type(a_row[0]), str, "type of non-ASCII row must be str")
/external/tensorflow/tensorflow/core/kernels/
Dsparse_conditional_accumulator.h411 const int64 a_row, const int64 b_row) { in cmp() argument
412 const int64 a = a_idx->at(a_row); in cmp()