Home
last modified time | relevance | path

Searched refs:getAllSortedOperatorsFor (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Doperator.h269 TORCH_API std::vector<std::shared_ptr<Operator>> getAllSortedOperatorsFor(
H A Doperator.cpp395 std::vector<std::shared_ptr<Operator>> getAllSortedOperatorsFor(Symbol name) { in getAllSortedOperatorsFor() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dinit.cpp1724 const auto overloads = getAllSortedOperatorsFor(symbol); in initJITBindings()
1745 const auto sortedOps = getAllSortedOperatorsFor(symbol); in initJITBindings()