Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/backends/vulkan/runtime/graph/ops/impl/
H A DStaging.cpp208 void prepack_op(ComputeGraph& graph, const std::vector<ValueRef>& args) { in prepack_op() function
/aosp_15_r20/external/executorch/backends/vulkan/_passes/
H A Dcustom_ops_defs.py24 prepack_op = getattr(getattr(torch.ops, namespace), name) variable
/aosp_15_r20/external/executorch/backends/vulkan/
H A Dcustom_ops_lib.py24 prepack_op = getattr(getattr(torch.ops, namespace), name) variable