libtorch-ffi-1.11.0.0: test out alternative options for ffi interface to libtorch 1.x
Safe HaskellSafe-Inferred
LanguageHaskell2010

Torch.Internal.Type

Documentation

data StdVector a Source #

Instances

Instances details
CppObject DimnameList Source # 
Instance details

Defined in Torch.Internal.Objects

CppObject IValueList Source # 
Instance details

Defined in Torch.Internal.Objects

CppObject IntArray Source # 
Instance details

Defined in Torch.Internal.Objects

CppObject TensorList Source # 
Instance details

Defined in Torch.Internal.Objects

Castable Int (ForeignPtr IntArray) Source # 
Instance details

Defined in Torch.Internal.Managed.Cast

Methods

cast :: Int -> (ForeignPtr IntArray -> IO r) -> IO r Source #

uncast :: ForeignPtr IntArray -> (Int -> IO r) -> IO r Source #

CppTuple2 (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

CppTuple2 (Ptr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

CppTuple3 (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

Associated Types

type C (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source #

CppTuple3 (Ptr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

Associated Types

type C (Ptr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source #

CppTuple4 (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

Associated Types

type D (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source #

CppTuple4 (Ptr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

Associated Types

type D (Ptr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source #

Castable [ForeignPtr IValue] (ForeignPtr IValueList) Source # 
Instance details

Defined in Torch.Internal.Managed.Cast

Castable [ForeignPtr Tensor] (ForeignPtr TensorList) Source # 
Instance details

Defined in Torch.Internal.Managed.Cast

Castable [Double] (ForeignPtr (StdVector CDouble)) Source # 
Instance details

Defined in Torch.Internal.Managed.Cast

Methods

cast :: [Double] -> (ForeignPtr (StdVector CDouble) -> IO r) -> IO r Source #

uncast :: ForeignPtr (StdVector CDouble) -> ([Double] -> IO r) -> IO r Source #

Castable [Int] (ForeignPtr IntArray) Source # 
Instance details

Defined in Torch.Internal.Managed.Cast

Methods

cast :: [Int] -> (ForeignPtr IntArray -> IO r) -> IO r Source #

uncast :: ForeignPtr IntArray -> ([Int] -> IO r) -> IO r Source #

CppObject (StdTuple '(Tensor, Tensor, Tensor, TensorList)) Source # 
Instance details

Defined in Torch.Internal.Objects

CppObject (StdVector CBool) Source # 
Instance details

Defined in Torch.Internal.Objects

CppObject (StdVector CDouble) Source # 
Instance details

Defined in Torch.Internal.Objects

CppObject (StdVector CInt) Source # 
Instance details

Defined in Torch.Internal.Objects

CppObject (StdVector Scalar) Source # 
Instance details

Defined in Torch.Internal.Objects

CppObject (StdVector TensorIndex) Source # 
Instance details

Defined in Torch.Internal.Objects

type A (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

type A (Ptr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

type B (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

type B (Ptr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

type C (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

type C (Ptr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

type D (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

type D (Ptr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

data StdArray a Source #

Instances

Instances details
CppTuple2 (ForeignPtr (StdArray '(CBool, 2))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.StdArray

Associated Types

type A (ForeignPtr (StdArray '(CBool, 2))) Source #

type B (ForeignPtr (StdArray '(CBool, 2))) Source #

CppTuple2 (ForeignPtr (StdArray '(CBool, 3))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.StdArray

Associated Types

type A (ForeignPtr (StdArray '(CBool, 3))) Source #

type B (ForeignPtr (StdArray '(CBool, 3))) Source #

CppTuple2 (ForeignPtr (StdArray '(CBool, 4))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.StdArray

Associated Types

type A (ForeignPtr (StdArray '(CBool, 4))) Source #

type B (ForeignPtr (StdArray '(CBool, 4))) Source #

CppTuple2 (Ptr (StdArray '(CBool, 2))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.StdArray

Associated Types

type A (Ptr (StdArray '(CBool, 2))) Source #

type B (Ptr (StdArray '(CBool, 2))) Source #

Methods

get0 :: Ptr (StdArray '(CBool, 2)) -> IO (A (Ptr (StdArray '(CBool, 2)))) Source #

get1 :: Ptr (StdArray '(CBool, 2)) -> IO (B (Ptr (StdArray '(CBool, 2)))) Source #

makeTuple2 :: (A (Ptr (StdArray '(CBool, 2))), B (Ptr (StdArray '(CBool, 2)))) -> IO (Ptr (StdArray '(CBool, 2))) Source #

CppTuple2 (Ptr (StdArray '(CBool, 3))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.StdArray

Associated Types

type A (Ptr (StdArray '(CBool, 3))) Source #

type B (Ptr (StdArray '(CBool, 3))) Source #

Methods

get0 :: Ptr (StdArray '(CBool, 3)) -> IO (A (Ptr (StdArray '(CBool, 3)))) Source #

get1 :: Ptr (StdArray '(CBool, 3)) -> IO (B (Ptr (StdArray '(CBool, 3)))) Source #

makeTuple2 :: (A (Ptr (StdArray '(CBool, 3))), B (Ptr (StdArray '(CBool, 3)))) -> IO (Ptr (StdArray '(CBool, 3))) Source #

CppTuple2 (Ptr (StdArray '(CBool, 4))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.StdArray

Associated Types

type A (Ptr (StdArray '(CBool, 4))) Source #

type B (Ptr (StdArray '(CBool, 4))) Source #

Methods

get0 :: Ptr (StdArray '(CBool, 4)) -> IO (A (Ptr (StdArray '(CBool, 4)))) Source #

get1 :: Ptr (StdArray '(CBool, 4)) -> IO (B (Ptr (StdArray '(CBool, 4)))) Source #

makeTuple2 :: (A (Ptr (StdArray '(CBool, 4))), B (Ptr (StdArray '(CBool, 4)))) -> IO (Ptr (StdArray '(CBool, 4))) Source #

CppTuple3 (ForeignPtr (StdArray '(CBool, 3))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.StdArray

Associated Types

type C (ForeignPtr (StdArray '(CBool, 3))) Source #

CppTuple3 (ForeignPtr (StdArray '(CBool, 4))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.StdArray

Associated Types

type C (ForeignPtr (StdArray '(CBool, 4))) Source #

CppTuple3 (Ptr (StdArray '(CBool, 3))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.StdArray

Associated Types

type C (Ptr (StdArray '(CBool, 3))) Source #

Methods

get2 :: Ptr (StdArray '(CBool, 3)) -> IO (C (Ptr (StdArray '(CBool, 3)))) Source #

makeTuple3 :: (A (Ptr (StdArray '(CBool, 3))), B (Ptr (StdArray '(CBool, 3))), C (Ptr (StdArray '(CBool, 3)))) -> IO (Ptr (StdArray '(CBool, 3))) Source #

CppTuple3 (Ptr (StdArray '(CBool, 4))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.StdArray

Associated Types

type C (Ptr (StdArray '(CBool, 4))) Source #

Methods

get2 :: Ptr (StdArray '(CBool, 4)) -> IO (C (Ptr (StdArray '(CBool, 4)))) Source #

makeTuple3 :: (A (Ptr (StdArray '(CBool, 4))), B (Ptr (StdArray '(CBool, 4))), C (Ptr (StdArray '(CBool, 4)))) -> IO (Ptr (StdArray '(CBool, 4))) Source #

CppTuple4 (ForeignPtr (StdArray '(CBool, 4))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.StdArray

Associated Types

type D (ForeignPtr (StdArray '(CBool, 4))) Source #

CppTuple4 (Ptr (StdArray '(CBool, 4))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.StdArray

Associated Types

type D (Ptr (StdArray '(CBool, 4))) Source #

Methods

get3 :: Ptr (StdArray '(CBool, 4)) -> IO (D (Ptr (StdArray '(CBool, 4)))) Source #

makeTuple4 :: (A (Ptr (StdArray '(CBool, 4))), B (Ptr (StdArray '(CBool, 4))), C (Ptr (StdArray '(CBool, 4))), D (Ptr (StdArray '(CBool, 4)))) -> IO (Ptr (StdArray '(CBool, 4))) Source #

CppObject (StdArray '(CBool, 2)) Source # 
Instance details

Defined in Torch.Internal.Objects

Methods

fromPtr :: Ptr (StdArray '(CBool, 2)) -> IO (ForeignPtr (StdArray '(CBool, 2))) Source #

deletePtr :: Ptr (StdArray '(CBool, 2)) -> IO () Source #

CppObject (StdArray '(CBool, 3)) Source # 
Instance details

Defined in Torch.Internal.Objects

Methods

fromPtr :: Ptr (StdArray '(CBool, 3)) -> IO (ForeignPtr (StdArray '(CBool, 3))) Source #

deletePtr :: Ptr (StdArray '(CBool, 3)) -> IO () Source #

CppObject (StdArray '(CBool, 4)) Source # 
Instance details

Defined in Torch.Internal.Objects

Methods

fromPtr :: Ptr (StdArray '(CBool, 4)) -> IO (ForeignPtr (StdArray '(CBool, 4))) Source #

deletePtr :: Ptr (StdArray '(CBool, 4)) -> IO () Source #

type A (ForeignPtr (StdArray '(CBool, 2))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.StdArray

type A (ForeignPtr (StdArray '(CBool, 2))) = CBool
type A (ForeignPtr (StdArray '(CBool, 3))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.StdArray

type A (ForeignPtr (StdArray '(CBool, 3))) = CBool
type A (ForeignPtr (StdArray '(CBool, 4))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.StdArray

type A (ForeignPtr (StdArray '(CBool, 4))) = CBool
type A (Ptr (StdArray '(CBool, 2))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.StdArray

type A (Ptr (StdArray '(CBool, 2))) = CBool
type A (Ptr (StdArray '(CBool, 3))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.StdArray

type A (Ptr (StdArray '(CBool, 3))) = CBool
type A (Ptr (StdArray '(CBool, 4))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.StdArray

type A (Ptr (StdArray '(CBool, 4))) = CBool
type B (ForeignPtr (StdArray '(CBool, 2))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.StdArray

type B (ForeignPtr (StdArray '(CBool, 2))) = CBool
type B (ForeignPtr (StdArray '(CBool, 3))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.StdArray

type B (ForeignPtr (StdArray '(CBool, 3))) = CBool
type B (ForeignPtr (StdArray '(CBool, 4))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.StdArray

type B (ForeignPtr (StdArray '(CBool, 4))) = CBool
type B (Ptr (StdArray '(CBool, 2))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.StdArray

type B (Ptr (StdArray '(CBool, 2))) = CBool
type B (Ptr (StdArray '(CBool, 3))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.StdArray

type B (Ptr (StdArray '(CBool, 3))) = CBool
type B (Ptr (StdArray '(CBool, 4))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.StdArray

type B (Ptr (StdArray '(CBool, 4))) = CBool
type C (ForeignPtr (StdArray '(CBool, 3))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.StdArray

type C (ForeignPtr (StdArray '(CBool, 3))) = CBool
type C (ForeignPtr (StdArray '(CBool, 4))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.StdArray

type C (ForeignPtr (StdArray '(CBool, 4))) = CBool
type C (Ptr (StdArray '(CBool, 3))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.StdArray

type C (Ptr (StdArray '(CBool, 3))) = CBool
type C (Ptr (StdArray '(CBool, 4))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.StdArray

type C (Ptr (StdArray '(CBool, 4))) = CBool
type D (ForeignPtr (StdArray '(CBool, 4))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.StdArray

type D (ForeignPtr (StdArray '(CBool, 4))) = CBool
type D (Ptr (StdArray '(CBool, 4))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.StdArray

type D (Ptr (StdArray '(CBool, 4))) = CBool

data StdTuple a Source #

Instances

Instances details
CppTuple2 (ForeignPtr (StdTuple '(CDouble, CDouble))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

Associated Types

type A (ForeignPtr (StdTuple '(CDouble, CDouble))) Source #

type B (ForeignPtr (StdTuple '(CDouble, CDouble))) Source #

CppTuple2 (ForeignPtr (StdTuple '(CDouble, Int64))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

Associated Types

type A (ForeignPtr (StdTuple '(CDouble, Int64))) Source #

type B (ForeignPtr (StdTuple '(CDouble, Int64))) Source #

CppTuple2 (ForeignPtr (StdTuple '(Tensor, Generator))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

CppTuple2 (ForeignPtr (StdTuple '(Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

Associated Types

type A (ForeignPtr (StdTuple '(Tensor, Tensor))) Source #

type B (ForeignPtr (StdTuple '(Tensor, Tensor))) Source #

CppTuple2 (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

CppTuple2 (ForeignPtr (StdTuple '(Tensor, Tensor, CDouble, Int64))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

CppTuple2 (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

CppTuple2 (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

CppTuple2 (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Int64))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

CppTuple2 (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

CppTuple2 (Ptr (StdTuple '(CDouble, CDouble))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

Associated Types

type A (Ptr (StdTuple '(CDouble, CDouble))) Source #

type B (Ptr (StdTuple '(CDouble, CDouble))) Source #

CppTuple2 (Ptr (StdTuple '(CDouble, Int64))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

Associated Types

type A (Ptr (StdTuple '(CDouble, Int64))) Source #

type B (Ptr (StdTuple '(CDouble, Int64))) Source #

CppTuple2 (Ptr (StdTuple '(Tensor, Generator))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

Associated Types

type A (Ptr (StdTuple '(Tensor, Generator))) Source #

type B (Ptr (StdTuple '(Tensor, Generator))) Source #

CppTuple2 (Ptr (StdTuple '(Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

Associated Types

type A (Ptr (StdTuple '(Tensor, Tensor))) Source #

type B (Ptr (StdTuple '(Tensor, Tensor))) Source #

CppTuple2 (Ptr (StdTuple '(Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

Associated Types

type A (Ptr (StdTuple '(Tensor, Tensor, Tensor))) Source #

type B (Ptr (StdTuple '(Tensor, Tensor, Tensor))) Source #

CppTuple2 (Ptr (StdTuple '(Tensor, Tensor, CDouble, Int64))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

Associated Types

type A (Ptr (StdTuple '(Tensor, Tensor, CDouble, Int64))) Source #

type B (Ptr (StdTuple '(Tensor, Tensor, CDouble, Int64))) Source #

CppTuple2 (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

Associated Types

type A (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor))) Source #

type B (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor))) Source #

CppTuple2 (Ptr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

CppTuple2 (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Int64))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

Associated Types

type A (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Int64))) Source #

type B (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Int64))) Source #

CppTuple2 (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

Associated Types

type A (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Tensor))) Source #

type B (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Tensor))) Source #

CppTuple3 (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

Associated Types

type C (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor))) Source #

CppTuple3 (ForeignPtr (StdTuple '(Tensor, Tensor, CDouble, Int64))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

Associated Types

type C (ForeignPtr (StdTuple '(Tensor, Tensor, CDouble, Int64))) Source #

CppTuple3 (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

Associated Types

type C (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor))) Source #

CppTuple3 (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

Associated Types

type C (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source #

CppTuple3 (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Int64))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

Associated Types

type C (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Int64))) Source #

CppTuple3 (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

Associated Types

type C (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Tensor))) Source #

CppTuple3 (Ptr (StdTuple '(Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

Associated Types

type C (Ptr (StdTuple '(Tensor, Tensor, Tensor))) Source #

CppTuple3 (Ptr (StdTuple '(Tensor, Tensor, CDouble, Int64))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

Associated Types

type C (Ptr (StdTuple '(Tensor, Tensor, CDouble, Int64))) Source #

CppTuple3 (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

Associated Types

type C (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor))) Source #

CppTuple3 (Ptr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

Associated Types

type C (Ptr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source #

CppTuple3 (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Int64))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

Associated Types

type C (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Int64))) Source #

CppTuple3 (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

Associated Types

type C (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Tensor))) Source #

CppTuple4 (ForeignPtr (StdTuple '(Tensor, Tensor, CDouble, Int64))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

Associated Types

type D (ForeignPtr (StdTuple '(Tensor, Tensor, CDouble, Int64))) Source #

CppTuple4 (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

Associated Types

type D (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor))) Source #

CppTuple4 (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

Associated Types

type D (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source #

CppTuple4 (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Int64))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

Associated Types

type D (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Int64))) Source #

CppTuple4 (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

Associated Types

type D (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Tensor))) Source #

CppTuple4 (Ptr (StdTuple '(Tensor, Tensor, CDouble, Int64))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

Associated Types

type D (Ptr (StdTuple '(Tensor, Tensor, CDouble, Int64))) Source #

CppTuple4 (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

Associated Types

type D (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor))) Source #

CppTuple4 (Ptr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

Associated Types

type D (Ptr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source #

CppTuple4 (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Int64))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

Associated Types

type D (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Int64))) Source #

CppTuple4 (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

Associated Types

type D (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Tensor))) Source #

CppTuple5 (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Int64))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

Associated Types

type E (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Int64))) Source #

CppTuple5 (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

Associated Types

type E (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Tensor))) Source #

CppTuple5 (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Int64))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

Associated Types

type E (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Int64))) Source #

CppTuple5 (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

Associated Types

type E (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Tensor))) Source #

CppObject (StdTuple '(CDouble, CDouble)) Source # 
Instance details

Defined in Torch.Internal.Objects

CppObject (StdTuple '(CDouble, Int64)) Source # 
Instance details

Defined in Torch.Internal.Objects

CppObject (StdTuple '(Tensor, Generator)) Source # 
Instance details

Defined in Torch.Internal.Objects

CppObject (StdTuple '(Tensor, Tensor)) Source # 
Instance details

Defined in Torch.Internal.Objects

CppObject (StdTuple '(Tensor, Tensor, Tensor)) Source # 
Instance details

Defined in Torch.Internal.Objects

CppObject (StdTuple '(Tensor, Tensor, CDouble, Int64)) Source # 
Instance details

Defined in Torch.Internal.Objects

CppObject (StdTuple '(Tensor, Tensor, Tensor, Tensor)) Source # 
Instance details

Defined in Torch.Internal.Objects

CppObject (StdTuple '(Tensor, Tensor, Tensor, TensorList)) Source # 
Instance details

Defined in Torch.Internal.Objects

CppObject (StdTuple '(Tensor, Tensor, Tensor, Tensor, Int64)) Source # 
Instance details

Defined in Torch.Internal.Objects

CppObject (StdTuple '(Tensor, Tensor, Tensor, Tensor, Tensor)) Source # 
Instance details

Defined in Torch.Internal.Objects

type A (ForeignPtr (StdTuple '(CDouble, CDouble))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

type A (ForeignPtr (StdTuple '(CDouble, Int64))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

type A (ForeignPtr (StdTuple '(Tensor, Generator))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

type A (ForeignPtr (StdTuple '(Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

type A (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

type A (ForeignPtr (StdTuple '(Tensor, Tensor, CDouble, Int64))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

type A (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

type A (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

type A (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Int64))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

type A (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

type A (Ptr (StdTuple '(CDouble, CDouble))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

type A (Ptr (StdTuple '(CDouble, Int64))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

type A (Ptr (StdTuple '(Tensor, Generator))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

type A (Ptr (StdTuple '(Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

type A (Ptr (StdTuple '(Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

type A (Ptr (StdTuple '(Tensor, Tensor, CDouble, Int64))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

type A (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

type A (Ptr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

type A (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Int64))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

type A (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

type B (ForeignPtr (StdTuple '(CDouble, CDouble))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

type B (ForeignPtr (StdTuple '(CDouble, Int64))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

type B (ForeignPtr (StdTuple '(Tensor, Generator))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

type B (ForeignPtr (StdTuple '(Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

type B (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

type B (ForeignPtr (StdTuple '(Tensor, Tensor, CDouble, Int64))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

type B (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

type B (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

type B (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Int64))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

type B (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

type B (Ptr (StdTuple '(CDouble, CDouble))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

type B (Ptr (StdTuple '(CDouble, Int64))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

type B (Ptr (StdTuple '(CDouble, Int64))) = Int64
type B (Ptr (StdTuple '(Tensor, Generator))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

type B (Ptr (StdTuple '(Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

type B (Ptr (StdTuple '(Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

type B (Ptr (StdTuple '(Tensor, Tensor, CDouble, Int64))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

type B (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

type B (Ptr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

type B (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Int64))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

type B (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

type C (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

type C (ForeignPtr (StdTuple '(Tensor, Tensor, CDouble, Int64))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

type C (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

type C (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

type C (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Int64))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

type C (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

type C (Ptr (StdTuple '(Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

type C (Ptr (StdTuple '(Tensor, Tensor, CDouble, Int64))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

type C (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

type C (Ptr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

type C (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Int64))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

type C (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

type D (ForeignPtr (StdTuple '(Tensor, Tensor, CDouble, Int64))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

type D (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

type D (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

type D (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Int64))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

type D (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

type D (Ptr (StdTuple '(Tensor, Tensor, CDouble, Int64))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

type D (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

type D (Ptr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

type D (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Int64))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

type D (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

type E (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Int64))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

type E (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

type E (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Int64))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

type E (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

data Tensor Source #

Instances

Instances details
CppObject Tensor Source # 
Instance details

Defined in Torch.Internal.Objects

CppObject TensorList Source # 
Instance details

Defined in Torch.Internal.Objects

CppTuple2 (ForeignPtr (StdTuple '(Tensor, Generator))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

CppTuple2 (ForeignPtr (StdTuple '(Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

Associated Types

type A (ForeignPtr (StdTuple '(Tensor, Tensor))) Source #

type B (ForeignPtr (StdTuple '(Tensor, Tensor))) Source #

CppTuple2 (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

CppTuple2 (ForeignPtr (StdTuple '(Tensor, Tensor, CDouble, Int64))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

CppTuple2 (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

CppTuple2 (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

CppTuple2 (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Int64))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

CppTuple2 (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

CppTuple2 (Ptr (StdTuple '(Tensor, Generator))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

Associated Types

type A (Ptr (StdTuple '(Tensor, Generator))) Source #

type B (Ptr (StdTuple '(Tensor, Generator))) Source #

CppTuple2 (Ptr (StdTuple '(Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

Associated Types

type A (Ptr (StdTuple '(Tensor, Tensor))) Source #

type B (Ptr (StdTuple '(Tensor, Tensor))) Source #

CppTuple2 (Ptr (StdTuple '(Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

Associated Types

type A (Ptr (StdTuple '(Tensor, Tensor, Tensor))) Source #

type B (Ptr (StdTuple '(Tensor, Tensor, Tensor))) Source #

CppTuple2 (Ptr (StdTuple '(Tensor, Tensor, CDouble, Int64))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

Associated Types

type A (Ptr (StdTuple '(Tensor, Tensor, CDouble, Int64))) Source #

type B (Ptr (StdTuple '(Tensor, Tensor, CDouble, Int64))) Source #

CppTuple2 (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

Associated Types

type A (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor))) Source #

type B (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor))) Source #

CppTuple2 (Ptr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

CppTuple2 (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Int64))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

Associated Types

type A (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Int64))) Source #

type B (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Int64))) Source #

CppTuple2 (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

Associated Types

type A (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Tensor))) Source #

type B (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Tensor))) Source #

CppTuple3 (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

Associated Types

type C (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor))) Source #

CppTuple3 (ForeignPtr (StdTuple '(Tensor, Tensor, CDouble, Int64))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

Associated Types

type C (ForeignPtr (StdTuple '(Tensor, Tensor, CDouble, Int64))) Source #

CppTuple3 (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

Associated Types

type C (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor))) Source #

CppTuple3 (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

Associated Types

type C (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source #

CppTuple3 (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Int64))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

Associated Types

type C (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Int64))) Source #

CppTuple3 (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Managed.Type.Tuple

Associated Types

type C (ForeignPtr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Tensor))) Source #

CppTuple3 (Ptr (StdTuple '(Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

Associated Types

type C (Ptr (StdTuple '(Tensor, Tensor, Tensor))) Source #

CppTuple3 (Ptr (StdTuple '(Tensor, Tensor, CDouble, Int64))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

Associated Types

type C (Ptr (StdTuple '(Tensor, Tensor, CDouble, Int64))) Source #

CppTuple3 (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

Associated Types

type C (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor))) Source #

CppTuple3 (Ptr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

Associated Types

type C (Ptr (StdTuple '(Tensor, Tensor, Tensor, TensorList))) Source #

CppTuple3 (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Int64))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

Associated Types

type C (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Int64))) Source #

CppTuple3 (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Tensor))) Source # 
Instance details

Defined in Torch.Internal.Unmanaged.Type.Tuple

Associated Types

type C (Ptr (StdTuple '(Tensor, Tensor, Tensor, Tensor, Tensor))) Source #

Methods

get2 :: Ptr (StdTuple '(Tensor,