Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_arithmetics.cpp320 uint32_t right_num_cols = 0; in ArithmeticsPass() local
323 if (!_.GetMatrixTypeInfo(right_type_id, &right_num_rows, &right_num_cols, in ArithmeticsPass()
345 if (res_num_cols != right_num_cols) in ArithmeticsPass()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_arithmetics.cpp320 uint32_t right_num_cols = 0; in ArithmeticsPass() local
323 if (!_.GetMatrixTypeInfo(right_type_id, &right_num_rows, &right_num_cols, in ArithmeticsPass()
345 if (res_num_cols != right_num_cols) in ArithmeticsPass()
/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.cc623 const int right_num_cols = right.dimension(1); in GEPP() local
647 right_ptrs[j] = right_start + right_num_cols * j; in GEPP()
1565 const int right_num_cols = in Compute() local
1571 right, kb * KR, right_num_rows, nb * NR, right_num_cols, thread_pool, in Compute()
1579 const int num_cols = std::min(N, right_num_cols - N * j_inner); in Compute()