Home
last modified time | relevance | path

Searched refs:GetDecompositionFunction (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Ddecomposition_registry.cpp123 std::optional<GraphFunction*> GetDecompositionFunction( in GetDecompositionFunction() function
201 return GetDecompositionFunction(schema).has_value(); in has_jit_decomposition()
205 auto maybe_func = GetDecompositionFunction(schema); in GetDecompositionExecutor()
H A Ddecomposition_registry.h19 TORCH_API std::optional<GraphFunction*> GetDecompositionFunction(