Home
last modified time | relevance | path

Searched refs:TfLiteDepthwiseConvParams (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/kernels/
Ddepthwise_conv_test.cc45 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 …]
Ddepthwise_conv.cc64 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/
Ddepthwise_conv.cc81 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()
Ddepthwise_conv_slicing_test.cc66 TfLiteDepthwiseConvParams builtin_data; in ValidateDepthwiseConvGoldens()
/external/tensorflow/tensorflow/lite/micro/kernels/cmsis_nn/
Ddepthwise_conv.cc68 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/
Ddepthwise_conv.cc98 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/
Dconvolution_op_builder.cc70 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/
Ddepthwise_conv.cc303 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/
Dops_version.md85 } TfLiteDepthwiseConvParams;
102 } TfLiteDepthwiseConvParams;
124 std::unique_ptr<TfLiteDepthwiseConvParams,
126 params = safe_allocator.Allocate<TfLiteDepthwiseConvParams>();
/external/tensorflow/tensorflow/lite/micro/kernels/xtensa/
Ddepthwise_conv.cc312 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/
Dbuiltin_op_data_test.cc32 TfLiteDepthwiseConvParams depthwise_conv_params; in TEST()
Dbuiltin_op_data.h133 } TfLiteDepthwiseConvParams; typedef
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
Dconv_2d_builder.cc155 const TfLiteDepthwiseConvParams* conv_params = in PopulateSubGraph()
156 reinterpret_cast<const TfLiteDepthwiseConvParams*>(builtin_data_); in PopulateSubGraph()
/external/tensorflow/tensorflow/lite/delegates/hexagon/
Dutils.cc295 const TfLiteDepthwiseConvParams* conv_params = in IsNodeSupportedByHexagon()
296 reinterpret_cast<const TfLiteDepthwiseConvParams*>( in IsNodeSupportedByHexagon()
/external/tensorflow/tensorflow/lite/core/api/
Dflatbuffer_conversions.cc1142 std::unique_ptr<TfLiteDepthwiseConvParams, in ParseDepthwiseConv2D()
1144 params = safe_allocator.Allocate<TfLiteDepthwiseConvParams>(); in ParseDepthwiseConv2D()
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dxnnpack_delegate.cc412 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/
Dmodel_builder.cc426 const TfLiteDepthwiseConvParams* tf_options; in IsSupported()
486 const TfLiteDepthwiseConvParams* tf_options; in Parse()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc1835 reinterpret_cast<TfLiteDepthwiseConvParams*>(node->builtin_data); in Validate()
2822 auto builtin = reinterpret_cast<TfLiteDepthwiseConvParams*>( in Map()