Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Ddepthwiseconv_multithread.h35 DepthwiseConvWorkerTask(const DepthwiseParams& params, in DepthwiseConvWorkerTask()
64 const DepthwiseParams& params_;
119 inline void DepthwiseConv(const DepthwiseParams& params, in DepthwiseConv()
Dlegacy_optimized_ops.h147 tflite::DepthwiseParams op_params; in DepthwiseConv()
214 const DepthwiseParams& params, const RuntimeShape& input_shape, in LegacyDepthwiseConvWithRounding()
268 const DepthwiseParams& params, const RuntimeShape& input_shape, in LegacyDepthwiseConvImpl()
291 tflite::DepthwiseParams op_params; in DepthwiseConv()
383 const DepthwiseParams& params, const RuntimeShape& input_shape, in LegacyDepthwiseConvWorkerTask()
409 const DepthwiseParams& params_;
438 const DepthwiseParams& params, const RuntimeShape& input_shape,
492 const DepthwiseParams& params, const int32* output_multiplier, in LegacyPerChannelDepthwiseConvWorkerTask()
522 const DepthwiseParams& params_;
539 const DepthwiseParams& params, const int32* output_multiplier,
[all …]
Ddepthwiseconv_3x3_filter_common.h252 const RuntimeShape& output_shape, const DepthwiseParams& params,
Ddepthwiseconv_uint8.h1660 const DepthwiseParams& params, const RuntimeShape& input_shape,
1994 const DepthwiseParams& params, const RuntimeShape& input_shape,
2071 const DepthwiseParams& params, const RuntimeShape& input_shape,
Ddepthwiseconv_uint8_3x3_filter.h5587 const DepthwiseParams& rt_params, const RuntimeShape& input_shape,
12858 const DepthwiseParams& params, const RuntimeShape& input_shape,
13396 const DepthwiseParams& params, const RuntimeShape& input_shape,
13410 const DepthwiseParams& params, const RuntimeShape& input_shape,
Ddepthwiseconv_float.h901 const DepthwiseParams& params, const RuntimeShape& input_shape,
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
Ddepthwise_conv_hybrid.h41 const DepthwiseParams& params, in DepthwiseConvHybridGeneral()
260 const DepthwiseParams& params, const float* input_scales, in DepthwiseConvHybridWithRounding()
319 const DepthwiseParams& params, const float* input_scales, in DepthwiseConvHybridImpl()
336 DepthwiseConvHybridWorkerTask(const DepthwiseParams& params, in DepthwiseConvHybridWorkerTask()
375 const DepthwiseParams& params;
393 const DepthwiseParams& params, const float* input_scales, in DepthwiseConvHybridPerChannel()
Ddepthwise_conv.h1612 const DepthwiseParams& params, const int32* output_multiplier,
1795 const DepthwiseParams& params, const int32* output_multiplier,
1834 DepthwiseParams params_copy = params;
1879 const DepthwiseParams& params, const int32* output_multiplier,
1894 DepthwiseConvWorkerTask(const DepthwiseParams& params,
1928 const DepthwiseParams& params_;
1960 const DepthwiseParams& params, const int32* output_multiplier,
Ddepthwise_conv_hybrid_3x3_filter.h3046 const DepthwiseParams& rt_params, const float* input_scales,
Ddepthwise_conv_3x3_filter.h2880 const DepthwiseParams& rt_params, const int32* output_multiplier_ptr,
/external/tensorflow/tensorflow/lite/kernels/internal/
Ddepthwiseconv_float_test.cc34 const DepthwiseParams& params, const RuntimeShape& input_shape, in TestOneDepthwiseConv()
130 DepthwiseParams op_params; in TryTestOneDepthwiseConv()
Ddepthwiseconv_per_channel_quantized_16x8_test.cc40 const DepthwiseParams& params, const RuntimeShape& input_shape, in PickOutputMultiplier()
114 const DepthwiseParams& params, int output_activation_min, in PickReasonableMultiplier()
227 DepthwiseParams params; in TryTestOneDepthwiseConv3x3Filter()
Ddepthwiseconv_per_channel_quantized_test.cc41 const DepthwiseParams& params, const RuntimeShape& input_shape, in PickOutputMultiplier()
115 const DepthwiseParams& params, int output_activation_min, in PickReasonableMultiplier()
270 DepthwiseParams params; in TryTestOneDepthwiseConv3x3Filter()
Ddepthwiseconv_quantized_test.cc121 const DepthwiseParams& params, const RuntimeShape& input_shape, in DispatchDepthwiseConvGeneral()
141 const DepthwiseParams& params, const RuntimeShape& input_shape, in DispatchDepthwiseConvGeneral()
156 const TestParam& test_param, const DepthwiseParams& params, in DispatchDepthwiseConvImpl()
359 const TestParam& test_param, const DepthwiseParams& params, in DispatchDepthwiseConvImpl()
526 const TestParam& test_param, const DepthwiseParams& params, in DispatchDepthwiseConv()
548 const TestParam& test_param, const tflite::DepthwiseParams& op_params, in Run()
579 const TestParam& test_param, const tflite::DepthwiseParams& op_params, in Run()
631 tflite::DepthwiseParams op_params; in TestOneDepthwiseConvWithGivenOutputShift()
Dtypes.h892 struct DepthwiseParams { struct
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Ddepthwiseconv_uint8.h93 const DepthwiseParams& params, const RuntimeShape& input_shape, in Run()
177 const DepthwiseParams& params, const RuntimeShape& input_shape, in RunPerChannel()
281 const DepthwiseParams& params, const RuntimeShape& input_shape, in DepthwiseConv()
Ddepthwiseconv_float.h26 const DepthwiseParams& params, const RuntimeShape& input_shape, in DepthwiseConv()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Ddepthwise_conv.h23 const DepthwiseParams& params, const int32_t* output_multiplier, in DepthwiseConvPerChannel()
123 const DepthwiseParams& params, const int32_t* output_multiplier, in DepthwiseConvPerChannel()
209 const DepthwiseParams& params, float* scaling_factors_ptr, in DepthwiseConvHybridPerChannel()
/external/tensorflow/tensorflow/lite/micro/kernels/
Ddepthwise_conv.cc176 tflite::DepthwiseParams op_params; in EvalFloat()
206 DepthwiseParams op_params; in EvalQuantizedPerChannel()
243 tflite::DepthwiseParams op_params; in EvalQuantized()
/external/tensorflow/tensorflow/lite/micro/kernels/vexriscv/
Ddepthwise_conv.cc36 const DepthwiseParams& params, const int32_t* output_multiplier, in DepthwiseConvPerChannel()
161 const DepthwiseParams& params, const RuntimeShape& input_shape, in DepthwiseConv()
409 DepthwiseParams op_params; in EvalQuantizedPerChannel()
446 tflite::DepthwiseParams op_params; in EvalQuantized()
/external/tensorflow/tensorflow/lite/kernels/
Ddepthwise_conv.cc303 DepthwiseParams op_params; in EvalFloat()
342 DepthwiseParams op_params; in EvalQuantized()
383 DepthwiseParams op_params; in EvalQuantizedPerChannel()
424 DepthwiseParams op_params; in EvalQuantizedPerChannel16x8()
484 DepthwiseParams op_params; in EvalHybridPerChannel()
/external/tensorflow/tensorflow/lite/micro/kernels/cmsis_nn/
Ddepthwise_conv.cc219 tflite::DepthwiseParams op_params; in EvalFloat()
327 DepthwiseParams op_params; in EvalQuantizedPerChannel()
365 tflite::DepthwiseParams op_params; in EvalQuantized()
/external/tensorflow/tensorflow/lite/micro/kernels/arc_mli/
Ddepthwise_conv.cc269 tflite::DepthwiseParams op_params; in EvalFloat()
455 DepthwiseParams op_params; in EvalQuantizedPerChannel()
496 tflite::DepthwiseParams op_params; in EvalQuantized()
/external/tensorflow/tensorflow/lite/micro/kernels/xtensa/
Ddepthwise_conv.cc67 const DepthwiseParams& params, const int32_t* output_multiplier, in DepthwiseConvPerChannel()
414 DepthwiseParams op_params; in EvalQuantizedPerChannel()
/external/tensorflow/tensorflow/lite/micro/kernels/ceva/
Dtypes.h991 struct DepthwiseParams {

12