Home
last modified time | relevance | path

Searched defs:MetalShaderLibrary (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/mps/
H A DOperationUtils.h341MetalShaderLibrary(const std::string& src): shaderSource(src), nparams(0), compile_options(nullptr… in MetalShaderLibrary() function
342MetalShaderLibrary(const std::string& src, unsigned nparams_): shaderSource(src), nparams(nparams_… in MetalShaderLibrary() function
343MetalShaderLibrary(const std::string& src, unsigned nparams_, MTLCompileOptions* compile_options_)… in MetalShaderLibrary() function