Searched defs:transpose_c (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | reference_gemm.h | 34 void ReferenceGemm(bool transpose_a, bool transpose_b, bool transpose_c, in ReferenceGemm()
|
D | quantized_matmul_op.cc | 142 const bool transpose_c = false; in Compute() local
|
D | quantized_conv_ops.cc | 388 const bool transpose_c = false; in operator ()() local
|
/external/gemmlowp/eight_bit_int_gemm/ |
D | eight_bit_int_gemm.cc | 217 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()
|
/external/gemmlowp/test/ |
D | test.cc | 36 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
|