/external/tensorflow/tensorflow/lite/micro/kernels/ |
D | depthwise_conv_test.cc | 45 TfLiteDepthwiseConvParams* conv_params, float tolerance, int tensors_size, in ValidateDepthwiseConvGoldens() 90 TfLiteDepthwiseConvParams* conv_params, in TestDepthwiseConvFloat() 120 TfLiteDepthwiseConvParams* conv_params) { in TestDepthwiseConvQuantizedPerLayer() 172 TfLiteDepthwiseConvParams* conv_params) { in TestDepthwiseConvQuantizedPerChannel() 258 TfLiteDepthwiseConvParams conv_params; in TF_LITE_MICRO_TEST() 298 TfLiteDepthwiseConvParams conv_params; in TF_LITE_MICRO_TEST() 345 TfLiteDepthwiseConvParams conv_params; in TF_LITE_MICRO_TEST() 371 TfLiteDepthwiseConvParams conv_params; in TF_LITE_MICRO_TEST() 409 TfLiteDepthwiseConvParams conv_params; in TF_LITE_MICRO_TEST() 452 TfLiteDepthwiseConvParams conv_params; in TF_LITE_MICRO_TEST() [all …]
|
D | depthwise_conv.cc | 64 TfLiteDepthwiseConvParams* params, int width, in CalculateOpData() 111 reinterpret_cast<TfLiteDepthwiseConvParams*>(node->builtin_data); in Prepare() 169 TfLiteDepthwiseConvParams* params, const OpData& data, in EvalFloat() 201 TfLiteDepthwiseConvParams* params, in EvalQuantizedPerChannel() 235 TfLiteDepthwiseConvParams* params, const OpData& data, in EvalQuantized() 278 reinterpret_cast<TfLiteDepthwiseConvParams*>(node->builtin_data); in Eval()
|
/external/tensorflow/tensorflow/lite/micro/kernels/arc_mli/ |
D | depthwise_conv.cc | 81 const TfLiteDepthwiseConvParams* params) { in IsMliApplicable() 102 TfLiteDepthwiseConvParams* params, int width, in CalculateOpData() 148 reinterpret_cast<TfLiteDepthwiseConvParams*>(node->builtin_data); in Prepare() 261 TfLiteDepthwiseConvParams* params, const OpData& data, in EvalFloat() 298 TfLiteContext* context, TfLiteNode* node, TfLiteDepthwiseConvParams* params, in EvalMliQuantizedPerChannel() 449 TfLiteDepthwiseConvParams* params, in EvalQuantizedPerChannel() 487 TfLiteDepthwiseConvParams* params, const OpData& data, in EvalQuantized() 536 reinterpret_cast<TfLiteDepthwiseConvParams*>(node->builtin_data); in Eval()
|
D | depthwise_conv_slicing_test.cc | 66 TfLiteDepthwiseConvParams builtin_data; in ValidateDepthwiseConvGoldens()
|
/external/tensorflow/tensorflow/lite/micro/kernels/cmsis_nn/ |
D | depthwise_conv.cc | 68 TfLiteDepthwiseConvParams* params, int width, in CalculateOpData() 115 reinterpret_cast<TfLiteDepthwiseConvParams*>(node->builtin_data); in Prepare() 212 TfLiteDepthwiseConvParams* params, const OpData* data, in EvalFloat() 244 TfLiteDepthwiseConvParams* params, OpData* data, in EvalQuantizedPerChannel() 357 TfLiteDepthwiseConvParams* params, const OpData* data, in EvalQuantized() 427 reinterpret_cast<TfLiteDepthwiseConvParams*>(node->builtin_data); in Eval()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | depthwise_conv.cc | 98 reinterpret_cast<TfLiteDepthwiseConvParams*>(node->builtin_data); in Prepare() 296 TfLiteDepthwiseConvParams* params, OpData* data, in EvalFloat() 334 TfLiteDepthwiseConvParams* params, OpData* data, in EvalQuantized() 378 TfLiteDepthwiseConvParams* params, in EvalQuantizedPerChannel() 421 const TfLiteDepthwiseConvParams* params, const OpData* data, in EvalQuantizedPerChannel16x8() 450 TfLiteDepthwiseConvParams* params, in EvalHybridPerChannel() 523 reinterpret_cast<TfLiteDepthwiseConvParams*>(node->builtin_data); in EvalImpl()
|
/external/tensorflow/tensorflow/lite/delegates/coreml/builders/ |
D | convolution_op_builder.cc | 70 reinterpret_cast<const TfLiteDepthwiseConvParams*>(builtin_data_); in Build() 218 reinterpret_cast<const TfLiteDepthwiseConvParams*>(builtin_data_); in PopulateSubgraph() 311 reinterpret_cast<const TfLiteDepthwiseConvParams*>(node->builtin_data); in IsConvolutionOpSupported()
|
/external/tensorflow/tensorflow/lite/micro/kernels/vexriscv/ |
D | depthwise_conv.cc | 303 TfLiteDepthwiseConvParams* params, int width, in CalculateOpData() 349 reinterpret_cast<TfLiteDepthwiseConvParams*>(node->builtin_data); in Prepare() 404 TfLiteDepthwiseConvParams* params, in EvalQuantizedPerChannel() 438 TfLiteDepthwiseConvParams* params, const OpData& data, in EvalQuantized() 480 reinterpret_cast<TfLiteDepthwiseConvParams*>(node->builtin_data); in Eval()
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | ops_version.md | 85 } TfLiteDepthwiseConvParams; 102 } TfLiteDepthwiseConvParams; 124 std::unique_ptr<TfLiteDepthwiseConvParams, 126 params = safe_allocator.Allocate<TfLiteDepthwiseConvParams>();
|
/external/tensorflow/tensorflow/lite/micro/kernels/xtensa/ |
D | depthwise_conv.cc | 312 TfLiteDepthwiseConvParams* params, int width, in CalculateOpData() 357 reinterpret_cast<TfLiteDepthwiseConvParams*>(node->builtin_data); in Prepare() 409 TfLiteDepthwiseConvParams* params, OpData* data, in EvalQuantizedPerChannel() 459 reinterpret_cast<TfLiteDepthwiseConvParams*>(node->builtin_data); in Eval()
|
/external/tensorflow/tensorflow/lite/c/ |
D | builtin_op_data_test.cc | 32 TfLiteDepthwiseConvParams depthwise_conv_params; in TEST()
|
D | builtin_op_data.h | 133 } TfLiteDepthwiseConvParams; typedef
|
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/ |
D | conv_2d_builder.cc | 155 const TfLiteDepthwiseConvParams* conv_params = in PopulateSubGraph() 156 reinterpret_cast<const TfLiteDepthwiseConvParams*>(builtin_data_); in PopulateSubGraph()
|
/external/tensorflow/tensorflow/lite/delegates/hexagon/ |
D | utils.cc | 295 const TfLiteDepthwiseConvParams* conv_params = in IsNodeSupportedByHexagon() 296 reinterpret_cast<const TfLiteDepthwiseConvParams*>( in IsNodeSupportedByHexagon()
|
/external/tensorflow/tensorflow/lite/core/api/ |
D | flatbuffer_conversions.cc | 1142 std::unique_ptr<TfLiteDepthwiseConvParams, in ParseDepthwiseConv2D() 1144 params = safe_allocator.Allocate<TfLiteDepthwiseConvParams>(); in ParseDepthwiseConv2D()
|
/external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
D | xnnpack_delegate.cc | 412 TfLiteContext* context, const TfLiteDepthwiseConvParams* params, in CheckDepthwiseConvolutionParams() 854 const TfLiteDepthwiseConvParams* dwconv_params = in VisitNode() 855 static_cast<const TfLiteDepthwiseConvParams*>(node->builtin_data); in VisitNode() 1323 const TfLiteDepthwiseConvParams* dwconv_params, in VisitDepthwiseConv2DNode()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | model_builder.cc | 426 const TfLiteDepthwiseConvParams* tf_options; in IsSupported() 486 const TfLiteDepthwiseConvParams* tf_options; in Parse()
|
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | nnapi_delegate.cc | 1835 reinterpret_cast<TfLiteDepthwiseConvParams*>(node->builtin_data); in Validate() 2822 auto builtin = reinterpret_cast<TfLiteDepthwiseConvParams*>( in Map()
|