Searched refs:empty_pipeline (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | quantized_matmul_op.cc | 53 const std::tuple<> empty_pipeline = {}; in GemmlowpMultiply() local 60 &context, lhs, rhs, &result, -offset_a, -offset_b, empty_pipeline); in GemmlowpMultiply()
|
D | quantized_conv_ops.cc | 424 const std::tuple<> empty_pipeline = {}; in operator ()() local 433 empty_pipeline); in operator ()()
|
/external/gemmlowp/eight_bit_int_gemm/ |
D | eight_bit_int_gemm.cc | 130 auto empty_pipeline = std::make_tuple(); in EightBitIntGemmInt32Impl() local 136 context, lhs, rhs, &result, lhs_offset, rhs_offset, empty_pipeline); \ in EightBitIntGemmInt32Impl()
|
/external/gemmlowp/test/ |
D | test.cc | 1212 auto empty_pipeline = std::make_tuple(); in TestOutputStages() local 1216 rhs_offset, empty_pipeline); in TestOutputStages()
|