Searched refs:TfLiteDepthwiseConvParams (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/lite/experimental/micro/kernels/ |
D | depthwise_conv.cc | 51 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()
|
D | depthwise_conv_test.cc | 69 TfLiteDepthwiseConvParams builtin_data = { in TestDepthwiseConvFloat() 149 TfLiteDepthwiseConvParams builtin_data = { in TestDepthwiseConvQuantized()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | depthwise_conv.cc | 81 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/ |
D | depthwise_conv.cc | 54 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/ |
D | builtin_op_data_test.cc | 32 TfLiteDepthwiseConvParams depthwise_conv_params; in TEST()
|
D | builtin_op_data.h | 101 } TfLiteDepthwiseConvParams; typedef
|
/external/tensorflow/tensorflow/lite/core/api/ |
D | flatbuffer_conversions.cc | 211 TfLiteDepthwiseConvParams* params = in ParseOpData() 212 allocator->AllocatePOD<TfLiteDepthwiseConvParams>(); in ParseOpData()
|
/external/tensorflow/tensorflow/contrib/lite/ |
D | nnapi_delegate.cc | 353 auto builtin = reinterpret_cast<TfLiteDepthwiseConvParams*>(data); in AddOpsAndParams()
|
/external/tensorflow/tensorflow/lite/ |
D | nnapi_delegate.cc | 323 auto builtin = reinterpret_cast<TfLiteDepthwiseConvParams*>(data); in AddOpsAndParams()
|
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | nnapi_delegate.cc | 614 auto builtin = reinterpret_cast<TfLiteDepthwiseConvParams*>( in Map()
|