Home
last modified time | relevance | path

Searched defs:transpose_c (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/gemmlowp/eight_bit_int_gemm/
H A Deight_bit_int_gemm.cc217 bool CanHandleMetaFastpath(bool transpose_a, bool transpose_b, bool transpose_c, in CanHandleMetaFastpath()
301 void EightBitIntGemm(bool transpose_a, bool transpose_b, bool transpose_c, in EightBitIntGemm()
338 void EightBitIntGemm(bool transpose_a, bool transpose_b, bool transpose_c, in EightBitIntGemm()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dreference_gemm.h34 void ReferenceGemm(bool transpose_a, bool transpose_b, bool transpose_c, in ReferenceGemm()
H A Dquantized_matmul_op.cc142 const bool transpose_c = false; in Compute() local
H A Dquantized_conv_ops.cc388 const bool transpose_c = false; in operator ()() local
/aosp_15_r20/external/gemmlowp/test/
H A Dtest.cc36 bool transpose_c, int m, int n, int k, in ReferenceEightBitIntGemm()
248 const bool transpose_c = ResultOrder == MapOrder::RowMajor; in Gemm() local
426 const bool transpose_c = kResultOrder == MapOrder::RowMajor; in test_gemm_impl() local
/aosp_15_r20/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicBLAS.cpp886 bool transpose_c = true; in kernelBNNM() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DLinearAlgebra.cpp1439 bool transpose_c = false; in addmm_impl_cpu_() local