Searched refs:IsConvolutionMetalSupported (Results 1 – 4 of 4) sorted by relevance
141 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()
88 if (op_def.IsBatchSupported() && IsConvolutionMetalSupported(op_def)) { in SelectFullyConnected()
104 bool IsConvolutionMetalSupported(const OperationDef& definition);
1190 bool IsConvolutionMetalSupported(const OperationDef& definition) { in IsConvolutionMetalSupported() function