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 / _lazy_ts_backend.pyi
Size: Mime:
# defined in torch/csrc/lazy/python/init.cpp

from typing import Any, List, Tuple

from torch import Tensor

def _init(): ...
def _get_tensors_ts_device_data_node(
    tensors: List[Tensor],
) -> Tuple[List[int], List[Any]]: ...
def _run_cached_graph(hash_str: str, graph_inputs: List[Any]) -> List[Tensor]: ...