Searched defs:find_method (Results 1 – 9 of 9) sorted by relevance
17 std::optional<Method> Object::find_method(const std::string& basename) const { in find_method() function in torch::jit::Object
64 def find_method(self, method_name): member in LiteScriptModule
88 std::optional<Method> Module::find_method(const std::string& basename) const { in find_method() function in torch::jit::mobile::Module
340 static EVP_PKEY_PRINT_METHOD *find_method(int type) { in find_method() function
448 static EVP_PKEY_PRINT_METHOD *find_method(int type) { in find_method() function
2384 auto find_method = its_service->debounce_times_requests_.find(_method); in get_configured_timing_requests() local2406 auto find_method = its_service->debounce_times_responses_.find(_method); in get_configured_timing_responses() local
2214 def create_finder(self, mod_info, find_method): argument