Searched defs:output_shift_adjust (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | depthwiseconv_quantized_test.cc | 128 const std::int32_t* output_shift_adjust, in DispatchDepthwiseConvGeneral() 144 const int32* bias_data, const std::int32_t* output_shift_adjust, in DispatchDepthwiseConvGeneral() 621 std::int32_t output_multiplier, const std::int32_t* output_shift_adjust, in TestOneDepthwiseConvWithGivenOutputShift() 758 std::int32_t output_multiplier, const std::int32_t* output_shift_adjust, in TestOneDepthwiseConvBisectOutputShift() 817 std::int32_t output_multiplier, const std::int32_t* output_shift_adjust, in TestOneDepthwiseConv() 908 std::vector<std::int32_t> output_shift_adjust(output_depth, 0); in TryTestDepthwiseConv() local
|