Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/experimental/micro/kernels/
Ddepthwise_conv.cc51 TfLiteDepthwiseConvParams* params, int width, in CalculateOpData()
95 TfLiteDepthwiseConvParams* params, OpData* data, in EvalFloat()
123 TfLiteDepthwiseConvParams* params, OpData* data, in EvalQuantized()
158 reinterpret_cast<TfLiteDepthwiseConvParams*>(node->builtin_data); in Eval()
Ddepthwise_conv_test.cc69 TfLiteDepthwiseConvParams builtin_data = { in TestDepthwiseConvFloat()
149 TfLiteDepthwiseConvParams builtin_data = { in TestDepthwiseConvQuantized()
/external/tensorflow/tensorflow/lite/kernels/
Ddepthwise_conv.cc81 reinterpret_cast<TfLiteDepthwiseConvParams*>(node->builtin_data); in Prepare()
190 TfLiteDepthwiseConvParams* params, OpData* data, in EvalFloat()
226 TfLiteDepthwiseConvParams* params, OpData* data, in EvalQuantized()
268 TfLiteDepthwiseConvParams* params, OpData* data, in EvalQuantizedPerChannel()
297 reinterpret_cast<TfLiteDepthwiseConvParams*>(node->builtin_data); in Eval()
/external/tensorflow/tensorflow/lite/experimental/micro/kernels/portable_optimized/
Ddepthwise_conv.cc54 TfLiteDepthwiseConvParams* params, int width, in CalculateOpData()
286 TfLiteDepthwiseConvParams* params, OpData* data, in EvalFloat()
314 TfLiteDepthwiseConvParams* params, OpData* data, in EvalQuantized()
389 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.h101 } TfLiteDepthwiseConvParams; typedef
/external/tensorflow/tensorflow/lite/core/api/
Dflatbuffer_conversions.cc211 TfLiteDepthwiseConvParams* params = in ParseOpData()
212 allocator->AllocatePOD<TfLiteDepthwiseConvParams>(); in ParseOpData()
/external/tensorflow/tensorflow/contrib/lite/
Dnnapi_delegate.cc353 auto builtin = reinterpret_cast<TfLiteDepthwiseConvParams*>(data); in AddOpsAndParams()
/external/tensorflow/tensorflow/lite/
Dnnapi_delegate.cc323 auto builtin = reinterpret_cast<TfLiteDepthwiseConvParams*>(data); in AddOpsAndParams()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc614 auto builtin = reinterpret_cast<TfLiteDepthwiseConvParams*>( in Map()