Home
last modified time | relevance | path

Searched defs:lhs_rows (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dbatch_matmul.h76 const int lhs_rows = extended_lhs_shape.Dims(3); in BatchMatMul() local
167 const int lhs_rows = extended_lhs_shape.Dims(3); in BatchMatMul() local
321 const int lhs_rows = extended_lhs_shape.Dims(3); in BatchMatMul() local
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dbatch_matmul.h76 const int lhs_rows = extended_lhs_shape.Dims(3); in BatchMatMul() local
134 const int lhs_rows = extended_lhs_shape.Dims(3); in BatchMatMul() local
223 const int lhs_rows = extended_lhs_shape.Dims(3); in BatchMatMul() local
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_batch_matmul_op.cc106 auto lhs_rows = lhs.dim_size(ndims_lhs - 2); in Compute() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_single_threaded_matmul.cc36 tensorflow::int64 lhs_rows = m; in MatMul() local
Druntime_matmul.cc43 tensorflow::int64 lhs_rows = m; in MatMul() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier_test.cc5600 int64 lhs_rows = (spec.lcd == 0) ? (spec.k + k_increase) : spec.m; in TEST_P() local
5670 int64 lhs_rows = (spec.lcd == 0) ? spec.k : spec.m; in TEST_P() local