Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/lite/kernels/
Ddepthwise_conv.cc77 reinterpret_cast<TfLiteDepthwiseConvParams*>(node->builtin_data); in Prepare()
171 TfLiteDepthwiseConvParams* params, OpData* data, in EvalFloat()
198 TfLiteDepthwiseConvParams* params, OpData* data, in EvalQuantized()
229 reinterpret_cast<TfLiteDepthwiseConvParams*>(node->builtin_data); in Eval()
/external/tensorflow/tensorflow/contrib/lite/
Dbuiltin_op_data.h75 } TfLiteDepthwiseConvParams; typedef
Dmodel.cc310 TfLiteDepthwiseConvParams* params = in ParseOpData()
311 MallocPOD<TfLiteDepthwiseConvParams>(); in ParseOpData()
Dnnapi_delegate.cc197 auto builtin = reinterpret_cast<TfLiteDepthwiseConvParams*>(data); in AddOpsAndParams()