Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/metal/
H A DMetalPrepackOpRegister.cpp116 static c10::intrusive_ptr<LinearOpContext> linear_prepack( in linear_prepack() function
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_caffe2.py61 def linear_prepack(g: jit_utils.GraphContext, weight, bias): function