Home
last modified time | relevance | path

Searched refs:DepthwiseParams (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Ddepthwise_conv.cc197 void (*depthwise_conv)(const DepthwiseParams&, const RuntimeShape&, in EvalFloat()
207 DepthwiseParams op_params; in EvalFloat()
233 void (*depthwise_conv)(const DepthwiseParams&, const RuntimeShape&, in EvalQuantized()
244 DepthwiseParams op_params; in EvalQuantized()
272 DepthwiseParams op_params; in EvalQuantizedPerChannel()
/external/tensorflow/tensorflow/lite/kernels/internal/
Ddepthwiseconv_float_test.cc33 const DepthwiseParams& params, const RuntimeShape& input_shape, in TestOneDepthwiseConv()
127 DepthwiseParams op_params; in TryTestOneDepthwiseConv()
Ddepthwiseconv_quantized_test.cc106 const TestParam& test_param, const DepthwiseParams& params, in DispatchDepthwiseConv()
302 tflite::DepthwiseParams op_params; in TestOneDepthwiseConvWithGivenOutputShift()
Dtypes.h804 struct DepthwiseParams { struct
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Ddepthwiseconv_uint8.h92 static inline void Run(const DepthwiseParams& params, in Run()
179 const DepthwiseParams& params, const RuntimeShape& input_shape, in DepthwiseConv()
Ddepthwiseconv_float.h26 const DepthwiseParams& params, const RuntimeShape& input_shape, in DepthwiseConv()
Dlegacy_reference_ops.h48 tflite::DepthwiseParams op_params; in DepthwiseConv()
119 tflite::DepthwiseParams op_params; in DepthwiseConv()
/external/tensorflow/tensorflow/lite/experimental/micro/kernels/
Ddepthwise_conv.cc102 tflite::DepthwiseParams op_params; in EvalFloat()
130 tflite::DepthwiseParams op_params; in EvalQuantized()
/external/tensorflow/tensorflow/lite/experimental/micro/kernels/portable_optimized/
Ddepthwise_conv.cc96 TfLiteContext* context, const DepthwiseParams& params, in DepthwiseConvOptimizedForFilterWidthEight()
293 tflite::DepthwiseParams op_params; in EvalFloat()
321 tflite::DepthwiseParams op_params; in EvalQuantized()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Ddepthwise_conv.h23 const DepthwiseParams& params, const int32* output_multiplier, in DepthwiseConvPerChannel()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Ddepthwiseconv_uint8.h1661 const DepthwiseParams& params, const RuntimeShape& input_shape,
1954 const DepthwiseParams& params, const RuntimeShape& input_shape,
2007 const DepthwiseParams& params, const RuntimeShape& input_shape,
Ddepthwiseconv_float.h894 const DepthwiseParams& params, const RuntimeShape& input_shape,
Dlegacy_optimized_ops.h147 tflite::DepthwiseParams op_params; in DepthwiseConv()
218 tflite::DepthwiseParams op_params; in DepthwiseConv()
Ddepthwiseconv_uint8_3x3_filter.h224 const DepthwiseParams& params) {
3535 const DepthwiseParams& rt_params, const RuntimeShape& input_shape,
7053 const DepthwiseParams& params, const RuntimeShape& input_shape,
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/
Dtypes.h780 struct DepthwiseParams { struct