Home
last modified time | relevance | path

Searched refs:empty_pipeline (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dquantized_matmul_op.cc53 const std::tuple<> empty_pipeline = {}; in GemmlowpMultiply() local
60 &context, lhs, rhs, &result, -offset_a, -offset_b, empty_pipeline); in GemmlowpMultiply()
Dquantized_conv_ops.cc424 const std::tuple<> empty_pipeline = {}; in operator ()() local
433 empty_pipeline); in operator ()()
/external/gemmlowp/eight_bit_int_gemm/
Deight_bit_int_gemm.cc130 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/
Dtest.cc1212 auto empty_pipeline = std::make_tuple(); in TestOutputStages() local
1216 rhs_offset, empty_pipeline); in TestOutputStages()