Searched refs:a_row (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/util/sparse/ |
D | dim_comparator.h | 74 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/ |
D | triangular_solve_expander.cc | 317 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/ |
D | factory.py | 225 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/ |
D | factory.py | 237 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/ |
D | sparse_conditional_accumulator.h | 411 const int64 a_row, const int64 b_row) { in cmp() argument 412 const int64 a = a_idx->at(a_row); in cmp()
|