Home
last modified time | relevance | path

Searched refs:unsafeRemoveMethod (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dquantization.cpp51 m.unsafeRemoveMethod(method_name); in quantize_dynamic()
55 m.unsafeRemoveMethod(quantized_method_name); in quantize_dynamic()
56 m.unsafeRemoveMethod(quantize_method_name); in quantize_dynamic()
57 m.unsafeRemoveMethod(observe_method_name); in quantize_dynamic()
58 m.unsafeRemoveMethod(reset_observers_method_name); in quantize_dynamic()
H A Dmodule.cpp62 void Module::unsafeRemoveMethod(const std::string& basename) { in unsafeRemoveMethod() function in torch::jit::mobile::Module
69 object_->type()->unsafeRemoveMethod(basename); in unsafeRemoveMethod()
H A Dmodule.h166 void unsafeRemoveMethod(const std::string& basename);
/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/passes/
H A Dfreeze_module.cpp950 type->unsafeRemoveMethod(fn->name()); in removeUnusedAttrs()
952 mod._ivalue()->compilation_unit()->unsafeRemoveMethod(fn->qualname()); in removeUnusedAttrs()
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Dclass_type.h367 void unsafeRemoveMethod(const std::string& name);
H A Dclass_type.cpp394 void ClassType::unsafeRemoveMethod(const std::string& name) { in unsafeRemoveMethod() function in c10::ClassType