Searched refs:unsafeRemoveMethod (Results 1 – 7 of 7) sorted by relevance
51 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()
62 void Module::unsafeRemoveMethod(const std::string& basename) { in unsafeRemoveMethod() function in torch::jit::mobile::Module69 object_->type()->unsafeRemoveMethod(basename); in unsafeRemoveMethod()
166 void unsafeRemoveMethod(const std::string& basename);
260 void unsafeRemoveMethod(const c10::QualifiedName& method_name) { in unsafeRemoveMethod() function
950 type->unsafeRemoveMethod(fn->name()); in removeUnusedAttrs()952 mod._ivalue()->compilation_unit()->unsafeRemoveMethod(fn->qualname()); in removeUnusedAttrs()
367 void unsafeRemoveMethod(const std::string& name);
394 void ClassType::unsafeRemoveMethod(const std::string& name) { in unsafeRemoveMethod() function in c10::ClassType