Searched refs:GetBestParams (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
D | conv_buffer_1x1.cc | 80 ConvBuffer1x1::ConvParams GetBestParams(const GpuInfo& gpu_info, in GetBestParams() function 133 ConvBuffer1x1::ConvParams GetBestParams(const GpuInfo& gpu_info, in GetBestParams() function 353 GetBestParams(gpu_info, definition, *shape, src_depth, dst_depth); in CreateConvBuffer1x1() 355 conv_params = GetBestParams(gpu_info, definition, src_depth, dst_depth); in CreateConvBuffer1x1() 371 GetBestParams(gpu_info, definition, *shape, src_depth, dst_depth); in CreateConvBuffer1x1() 373 conv_params = GetBestParams(gpu_info, definition, src_depth, dst_depth); in CreateConvBuffer1x1() 390 GetBestParams(gpu_info, definition, *shape, src_depth, dst_depth); in CreateConvBuffer1x1Wino4x4To6x6() 392 conv_params = GetBestParams(gpu_info, definition, src_depth, dst_depth); in CreateConvBuffer1x1Wino4x4To6x6() 411 GetBestParams(gpu_info, definition, *dst_shape, src_depth, dst_depth); in CreateConvBuffer1x1DynamicWeights() 413 conv_params = GetBestParams(gpu_info, definition, src_depth, dst_depth); in CreateConvBuffer1x1DynamicWeights()
|