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¶