Home
last modified time | relevance | path

Searched defs:unsafeRemoveMethod (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/api/
H A Dcompilation_unit.h260 void unsafeRemoveMethod(const c10::QualifiedName& method_name) { in unsafeRemoveMethod() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dmodule.cpp62 void Module::unsafeRemoveMethod(const std::string& basename) { in unsafeRemoveMethod() function in torch::jit::mobile::Module
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Dclass_type.cpp394 void ClassType::unsafeRemoveMethod(const std::string& name) { in unsafeRemoveMethod() function in c10::ClassType