Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/dispatch/
H A DDispatcher.cpp495 std::vector<OperatorName> Dispatcher::getRegistrationsForDispatchKey(std::optional<DispatchKey> k) … in getRegistrationsForDispatchKey() function in c10::Dispatcher
/aosp_15_r20/external/pytorch/aten/src/ATen/core/op_registration/
H A Dop_registration_test.cpp2142 TEST(OperatorRegistrationTest, getRegistrationsForDispatchKey) { in TEST() argument