Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/default/
Dconvolution_selector.cc141 if (gpu_info.IsApiMetal() && IsConvolutionMetalSupported(op_def)) { in SelectConvolution()
163 if (gpu_info.IsApiMetal() && IsConvolutionMetalSupported(op_def)) { in SelectConvolutionForWinograd()
188 if (gpu_info.IsApiMetal() && IsConvolutionMetalSupported(op_def)) { in SelectConvolutionWithDynamicWeights()
Dfully_connected_selector.cc88 if (op_def.IsBatchSupported() && IsConvolutionMetalSupported(op_def)) { in SelectFullyConnected()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_metal.h104 bool IsConvolutionMetalSupported(const OperationDef& definition);
Dconv_metal.cc1190 bool IsConvolutionMetalSupported(const OperationDef& definition) { in IsConvolutionMetalSupported() function