Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
torch / _C / _export.pyi
Size: Mime:
# Defined in torch/csrc/export/pybind.cpp

class CppExportedProgram: ...

def deserialize_exported_program(
    serialized_program: str,
) -> CppExportedProgram: ...
def serialize_exported_program(
    cpp_exported_program: CppExportedProgram,
) -> str: ...