Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_arithmetics.cpp331 uint32_t right_num_cols = 0; in ArithmeticsPass() local
334 if (!_.GetMatrixTypeInfo(right_type_id, &right_num_rows, &right_num_cols, in ArithmeticsPass()
356 if (res_num_cols != right_num_cols) in ArithmeticsPass()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_arithmetics.cpp331 uint32_t right_num_cols = 0; in ArithmeticsPass() local
334 if (!_.GetMatrixTypeInfo(right_type_id, &right_num_rows, &right_num_cols, in ArithmeticsPass()
356 if (res_num_cols != right_num_cols) in ArithmeticsPass()
/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.cc622 const int right_num_cols = right.dimension(1); in GEPP() local
646 right_ptrs[j] = right_start + right_num_cols * j; in GEPP()
1562 const int right_num_cols = in Compute() local
1568 right, kb * KR, right_num_rows, nb * NR, right_num_cols, thread_pool, in Compute()
1576 const int num_cols = std::min(N, right_num_cols - N * j_inner); in Compute()