Searched refs:forward_method (Results 1 – 5 of 5) sorted by relevance
66 const auto& forward_method = eval_mod.get_method("forward"); in preprocess() local68 auto graph = toGraphFunction(forward_method.function()).graph()->copy(); in preprocess()
48 auto forward_method = bc.find_method("forward"); in TEST() local
165 macro_rules! forward_method { macro176 forward_method!($name(self, v : $arg_type) -> Result<Self::Ok, Self::Error>);
1251 forward_method = getattr(mod, method_name)1252 argument_names = get_callable_argument_names(forward_method)
868 forward_method = inspect.getattr_static(mod, "forward")869 if isinstance(forward_method, types.FunctionType):