Home
last modified time | relevance | path

Searched defs:find_method (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/api/
H A Dobject.cpp17 std::optional<Method> Object::find_method(const std::string& basename) const { in find_method() function in torch::jit::Object
/aosp_15_r20/external/pytorch/torch/jit/mobile/
H A D__init__.py64 def find_method(self, method_name): member in LiteScriptModule
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dmodule.cpp88 std::optional<Method> Module::find_method(const std::string& basename) const { in find_method() function in torch::jit::mobile::Module
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/evp/
H A Dprint.c340 static EVP_PKEY_PRINT_METHOD *find_method(int type) { in find_method() function
/aosp_15_r20/external/boringssl/src/crypto/evp/
H A Dprint.c340 static EVP_PKEY_PRINT_METHOD *find_method(int type) { in find_method() function
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/evp/
Dprint.c448 static EVP_PKEY_PRINT_METHOD *find_method(int type) { in find_method() function
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/evp/
Dprint.c448 static EVP_PKEY_PRINT_METHOD *find_method(int type) { in find_method() function
/aosp_15_r20/external/sdv/vsomeip/implementation/configuration/src/
Dconfiguration_impl.cpp2384 auto find_method = its_service->debounce_times_requests_.find(_method); in get_configured_timing_requests() local
2406 auto find_method = its_service->debounce_times_responses_.find(_method); in get_configured_timing_responses() local
/aosp_15_r20/tools/asuite/atest/
H A Dbazel_mode_unittest.py2214 def create_finder(self, mod_info, find_method): argument