Searched refs:DepthwiseParams (Results 1 – 15 of 15) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | depthwise_conv.cc | 197 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/ |
D | depthwiseconv_float_test.cc | 33 const DepthwiseParams& params, const RuntimeShape& input_shape, in TestOneDepthwiseConv() 127 DepthwiseParams op_params; in TryTestOneDepthwiseConv()
|
D | depthwiseconv_quantized_test.cc | 106 const TestParam& test_param, const DepthwiseParams& params, in DispatchDepthwiseConv() 302 tflite::DepthwiseParams op_params; in TestOneDepthwiseConvWithGivenOutputShift()
|
D | types.h | 804 struct DepthwiseParams { struct
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | depthwiseconv_uint8.h | 92 static inline void Run(const DepthwiseParams& params, in Run() 179 const DepthwiseParams& params, const RuntimeShape& input_shape, in DepthwiseConv()
|
D | depthwiseconv_float.h | 26 const DepthwiseParams& params, const RuntimeShape& input_shape, in DepthwiseConv()
|
D | legacy_reference_ops.h | 48 tflite::DepthwiseParams op_params; in DepthwiseConv() 119 tflite::DepthwiseParams op_params; in DepthwiseConv()
|
/external/tensorflow/tensorflow/lite/experimental/micro/kernels/ |
D | depthwise_conv.cc | 102 tflite::DepthwiseParams op_params; in EvalFloat() 130 tflite::DepthwiseParams op_params; in EvalQuantized()
|
/external/tensorflow/tensorflow/lite/experimental/micro/kernels/portable_optimized/ |
D | depthwise_conv.cc | 96 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/ |
D | depthwise_conv.h | 23 const DepthwiseParams& params, const int32* output_multiplier, in DepthwiseConvPerChannel()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | depthwiseconv_uint8.h | 1661 const DepthwiseParams& params, const RuntimeShape& input_shape, 1954 const DepthwiseParams& params, const RuntimeShape& input_shape, 2007 const DepthwiseParams& params, const RuntimeShape& input_shape,
|
D | depthwiseconv_float.h | 894 const DepthwiseParams& params, const RuntimeShape& input_shape,
|
D | legacy_optimized_ops.h | 147 tflite::DepthwiseParams op_params; in DepthwiseConv() 218 tflite::DepthwiseParams op_params; in DepthwiseConv()
|
D | depthwiseconv_uint8_3x3_filter.h | 224 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/ |
D | types.h | 780 struct DepthwiseParams { struct
|