Searched refs:right_num_rows (Results 1 – 3 of 3) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_arithmetics.cpp | 330 uint32_t right_num_rows = 0; in ArithmeticsPass() local 334 if (!_.GetMatrixTypeInfo(right_type_id, &right_num_rows, &right_num_cols, in ArithmeticsPass() 362 if (left_num_cols != right_num_rows) in ArithmeticsPass()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_arithmetics.cpp | 330 uint32_t right_num_rows = 0; in ArithmeticsPass() local 334 if (!_.GetMatrixTypeInfo(right_type_id, &right_num_rows, &right_num_cols, in ArithmeticsPass() 362 if (left_num_cols != right_num_rows) in ArithmeticsPass()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_matmul_op.cc | 1565 const int right_num_rows = in Compute() local 1568 right, kb * KR, right_num_rows, nb * NR, right_num_cols, thread_pool, in Compute()
|