Searched refs:TfLiteDepthwiseConvParams (Results 1 – 4 of 4) sorted by relevance
77 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()
75 } TfLiteDepthwiseConvParams; typedef
310 TfLiteDepthwiseConvParams* params = in ParseOpData()311 MallocPOD<TfLiteDepthwiseConvParams>(); in ParseOpData()
197 auto builtin = reinterpret_cast<TfLiteDepthwiseConvParams*>(data); in AddOpsAndParams()