ScriptFunction¶ class torch.jit.ScriptFunction¶ 功能上等同于 ScriptModule,但表示单个函数,并且没有任何属性或参数。 get_debug_state(self: torch._C.ScriptFunction) → torch._C.GraphExecutorState¶ save(self: torch._C.ScriptFunction, filename: str, _extra_files: dict[str, str] = {}) → None¶ save_to_buffer(self: torch._C.ScriptFunction, _extra_files: dict[str, str] = {}) → bytes¶