DiffSharp


RawTensor Type

Namespace: DiffSharp.Backends

Assembly: DiffSharp.Core.dll


Base Type: obj

All Interfaces:

  • IComparable

Constructors

Constructor Description
RawTensor(shape, dtype, device, backend)
Full Usage:
RawTensor(shape, dtype, device, backend) Parameter Types:
  • shape : int []
  • dtype : Dtype
  • device : Device
  • backend : Backend

Return Type: RawTensor
Signature: (shape: int [] * dtype: Dtype * device: Device * backend: Backend) -> RawTensor
Parameter Types:
  • shape : int []
  • dtype : Dtype
  • device : Device
  • backend : Backend
Return Type: RawTensor

Instance members

Instance member Description
this.AbsT()
Full Usage:
this.AbsT()
Return Type: RawTensor
Signature: unit -> RawTensor
Modifiers: abstract
Return Type: RawTensor
this.AcosT()
Full Usage:
this.AcosT()
Return Type: RawTensor
Signature: unit -> RawTensor
Modifiers: abstract
Return Type: RawTensor
this.AddT2T1(arg1)
Full Usage:
this.AddT2T1(arg1) Parameter Types:
  • arg0 : RawTensor

Return Type: RawTensor
Signature: RawTensor -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : RawTensor
Return Type: RawTensor
this.AddTT(arg1)
Full Usage:
this.AddTT(arg1) Parameter Types:
  • arg0 : RawTensor

Return Type: RawTensor
Signature: RawTensor -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : RawTensor
Return Type: RawTensor
this.AddTT0(arg1)
Full Usage:
this.AddTT0(arg1) Parameter Types:
  • arg0 : RawTensor

Return Type: RawTensor
Signature: RawTensor -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : RawTensor
Return Type: RawTensor
this.AddTTSlice(arg1, arg2)
Full Usage:
this.AddTTSlice(arg1, arg2) Parameter Types:
  • arg0 : int []
  • arg1 : RawTensor

Return Type: RawTensor
Signature: (int [] * RawTensor) -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : int []
  • arg1 : RawTensor
Return Type: RawTensor
this.AllClose(arg1, arg2, arg3)
Full Usage:
this.AllClose(arg1, arg2, arg3) Parameter Types:
  • arg0 : RawTensor
  • arg1 : float
  • arg2 : float

Return Type: bool
Signature: (RawTensor * float * float) -> bool
Modifiers: abstract
Parameter Types:
  • arg0 : RawTensor
  • arg1 : float
  • arg2 : float
Return Type: bool
this.AsinT()
Full Usage:
this.AsinT()
Return Type: RawTensor
Signature: unit -> RawTensor
Modifiers: abstract
Return Type: RawTensor
this.AtanT()
Full Usage:
this.AtanT()
Return Type: RawTensor
Signature: unit -> RawTensor
Modifiers: abstract
Return Type: RawTensor
this.Backend
Full Usage:
this.Backend
Return Type: Backend
Signature: Backend
Return Type: Backend
this.Cast(arg1)
Full Usage:
this.Cast(arg1) Parameter Types:
  • arg0 : Dtype

Return Type: RawTensor
Signature: Dtype -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : Dtype
Return Type: RawTensor
this.CatTs(arg1, dim)
Full Usage:
this.CatTs(arg1, dim) Parameter Types:
  • arg0 : RawTensor []
  • dim : int

Return Type: RawTensor
Signature: (RawTensor [] * dim: int) -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : RawTensor []
  • dim : int
Return Type: RawTensor
this.CeilT()
Full Usage:
this.CeilT()
Return Type: RawTensor
Signature: unit -> RawTensor
Modifiers: abstract
Return Type: RawTensor
this.ClampT(arg1, arg2)
Full Usage:
this.ClampT(arg1, arg2) Parameter Types:
  • arg0 : RawTensor
  • arg1 : RawTensor

Return Type: RawTensor
Signature: (RawTensor * RawTensor) -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : RawTensor
  • arg1 : RawTensor
Return Type: RawTensor
this.Clone()
Full Usage:
this.Clone()
Return Type: RawTensor
Signature: unit -> RawTensor
Modifiers: abstract
Return Type: RawTensor
this.ComputeHash()
Full Usage:
this.ComputeHash()
Return Type: int
Signature: unit -> int
Modifiers: abstract
Return Type: int
this.Conv1D(arg1, arg2, arg3)
Full Usage:
this.Conv1D(arg1, arg2, arg3) Parameter Types:
  • arg0 : RawTensor
  • arg1 : int
  • arg2 : int

Return Type: RawTensor
Signature: (RawTensor * int * int) -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : RawTensor
  • arg1 : int
  • arg2 : int
Return Type: RawTensor
this.Conv2D(arg1, arg2, arg3)
Full Usage:
this.Conv2D(arg1, arg2, arg3) Parameter Types:
  • arg0 : RawTensor
  • arg1 : int []
  • arg2 : int []

Return Type: RawTensor
Signature: (RawTensor * int [] * int []) -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : RawTensor
  • arg1 : int []
  • arg2 : int []
Return Type: RawTensor
this.Conv3D(arg1, arg2, arg3)
Full Usage:
this.Conv3D(arg1, arg2, arg3) Parameter Types:
  • arg0 : RawTensor
  • arg1 : int []
  • arg2 : int []

Return Type: RawTensor
Signature: (RawTensor * int [] * int []) -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : RawTensor
  • arg1 : int []
  • arg2 : int []
Return Type: RawTensor
this.CosT()
Full Usage:
this.CosT()
Return Type: RawTensor
Signature: unit -> RawTensor
Modifiers: abstract
Return Type: RawTensor
this.CoshT()
Full Usage:
this.CoshT()
Return Type: RawTensor
Signature: unit -> RawTensor
Modifiers: abstract
Return Type: RawTensor
this.CreateLike(values, ?dtype, ?device, ?backend)
Full Usage:
this.CreateLike(values, ?dtype, ?device, ?backend) Parameter Types:
  • values : obj
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend

Return Type: RawTensor
Signature: (values: obj * dtype: Dtype * device: Device * backend: Backend) -> RawTensor
Parameter Types:
  • values : obj
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend
Return Type: RawTensor
this.Device
Full Usage:
this.Device
Return Type: Device
Signature: Device
Return Type: Device
this.DilateT(arg1)
Full Usage:
this.DilateT(arg1) Parameter Types:
  • arg0 : int []

Return Type: RawTensor
Signature: (int []) -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : int []
Return Type: RawTensor
this.Dim
Full Usage:
this.Dim
Return Type: int
Signature: int
Return Type: int
this.DivT0T(arg1)
Full Usage:
this.DivT0T(arg1) Parameter Types:
  • arg0 : RawTensor

Return Type: RawTensor
Signature: RawTensor -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : RawTensor
Return Type: RawTensor
this.DivTT(arg1)
Full Usage:
this.DivTT(arg1) Parameter Types:
  • arg0 : RawTensor

Return Type: RawTensor
Signature: RawTensor -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : RawTensor
Return Type: RawTensor
this.DivTT0(arg1)
Full Usage:
this.DivTT0(arg1) Parameter Types:
  • arg0 : RawTensor

Return Type: RawTensor
Signature: RawTensor -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : RawTensor
Return Type: RawTensor
this.Dtype
Full Usage:
this.Dtype
Return Type: Dtype
Signature: Dtype
Return Type: Dtype
this.EqTT(arg1)
Full Usage:
this.EqTT(arg1) Parameter Types:
  • arg0 : RawTensor

Return Type: RawTensor
Signature: RawTensor -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : RawTensor
Return Type: RawTensor
this.Equals(arg1)
Full Usage:
this.Equals(arg1) Parameter Types:
  • arg0 : RawTensor

Return Type: bool
Signature: RawTensor -> bool
Modifiers: abstract
Parameter Types:
  • arg0 : RawTensor
Return Type: bool
this.ExpT()
Full Usage:
this.ExpT()
Return Type: RawTensor
Signature: unit -> RawTensor
Modifiers: abstract
Return Type: RawTensor
this.Expand(newShape)
Full Usage:
this.Expand(newShape) Parameter Types:
  • newShape : int []

Return Type: RawTensor
Signature: (newShape: int []) -> RawTensor
Modifiers: abstract
Parameter Types:
  • newShape : int []
Return Type: RawTensor
this.FlipT(arg1)
Full Usage:
this.FlipT(arg1) Parameter Types:
  • arg0 : int []

Return Type: RawTensor
Signature: (int []) -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : int []
Return Type: RawTensor
this.FloorT()
Full Usage:
this.FloorT()
Return Type: RawTensor
Signature: unit -> RawTensor
Modifiers: abstract
Return Type: RawTensor
this.FullLike(shape, value, ?dtype, ?device, ?backend)
Full Usage:
this.FullLike(shape, value, ?dtype, ?device, ?backend) Parameter Types:
  • shape : int []
  • value : obj
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend

Return Type: RawTensor
Signature: (shape: int [] * value: obj * dtype: Dtype * device: Device * backend: Backend) -> RawTensor
Parameter Types:
  • shape : int []
  • value : obj
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend
Return Type: RawTensor
this.GatherT(arg1, arg2)
Full Usage:
this.GatherT(arg1, arg2) Parameter Types:
  • arg0 : int
  • arg1 : RawTensor

Return Type: RawTensor
Signature: (int * RawTensor) -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : int
  • arg1 : RawTensor
Return Type: RawTensor
this.GeTT(arg1)
Full Usage:
this.GeTT(arg1) Parameter Types:
  • arg0 : RawTensor

Return Type: RawTensor
Signature: RawTensor -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : RawTensor
Return Type: RawTensor
this.GetItem(indexes)
Full Usage:
this.GetItem(indexes) Parameter Types:
  • indexes : int []

Return Type: obj
Signature: (indexes: int []) -> obj
Modifiers: abstract
Parameter Types:
  • indexes : int []
Return Type: obj
this.GetSlice(arg1)
Full Usage:
this.GetSlice(arg1) Parameter Types:
  • arg0 : int [,]

Return Type: RawTensor
Signature: (int [,]) -> RawTensor
Modifiers: abstract

The indexes are an Nx3 array. The first row is the start bounds, the second row is the end bounds, the third is 1/0 indicating dimension removal.


Parameter Types:
  • arg0 : int [,]
Return Type: RawTensor
this.GetString()
Full Usage:
this.GetString()
Return Type: string
Signature: unit -> string
Modifiers: abstract
Return Type: string
this.GtTT(arg1)
Full Usage:
this.GtTT(arg1) Parameter Types:
  • arg0 : RawTensor

Return Type: RawTensor
Signature: RawTensor -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : RawTensor
Return Type: RawTensor
this.IsInfT()
Full Usage:
this.IsInfT()
Return Type: RawTensor
Signature: unit -> RawTensor
Modifiers: abstract
Return Type: RawTensor
this.IsNaNT()
Full Usage:
this.IsNaNT()
Return Type: RawTensor
Signature: unit -> RawTensor
Modifiers: abstract
Return Type: RawTensor
this.LeTT(arg1)
Full Usage:
this.LeTT(arg1) Parameter Types:
  • arg0 : RawTensor

Return Type: RawTensor
Signature: RawTensor -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : RawTensor
Return Type: RawTensor
this.Log10T()
Full Usage:
this.Log10T()
Return Type: RawTensor
Signature: unit -> RawTensor
Modifiers: abstract
Return Type: RawTensor
this.LogT()
Full Usage:
this.LogT()
Return Type: RawTensor
Signature: unit -> RawTensor
Modifiers: abstract
Return Type: RawTensor
this.LtTT(arg1)
Full Usage:
this.LtTT(arg1) Parameter Types:
  • arg0 : RawTensor

Return Type: RawTensor
Signature: RawTensor -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : RawTensor
Return Type: RawTensor
this.MatMulT2T2(arg1)
Full Usage:
this.MatMulT2T2(arg1) Parameter Types:
  • arg0 : RawTensor

Return Type: RawTensor
Signature: RawTensor -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : RawTensor
Return Type: RawTensor
this.MaxIndexT()
Full Usage:
this.MaxIndexT()
Return Type: int []
Signature: unit -> int []
Modifiers: abstract
Return Type: int []
this.MaxPool1D(arg1, arg2, arg3)
Full Usage:
this.MaxPool1D(arg1, arg2, arg3) Parameter Types:
  • arg0 : int
  • arg1 : int
  • arg2 : int

Return Type: RawTensor * RawTensor
Signature: (int * int * int) -> RawTensor * RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : int
  • arg1 : int
  • arg2 : int
Return Type: RawTensor * RawTensor
this.MaxPool2D(arg1, arg2, arg3)
Full Usage:
this.MaxPool2D(arg1, arg2, arg3) Parameter Types:
  • arg0 : int []
  • arg1 : int []
  • arg2 : int []

Return Type: RawTensor * RawTensor
Signature: (int [] * int [] * int []) -> RawTensor * RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : int []
  • arg1 : int []
  • arg2 : int []
Return Type: RawTensor * RawTensor
this.MaxPool3D(arg1, arg2, arg3)
Full Usage:
this.MaxPool3D(arg1, arg2, arg3) Parameter Types:
  • arg0 : int []
  • arg1 : int []
  • arg2 : int []

Return Type: RawTensor * RawTensor
Signature: (int [] * int [] * int []) -> RawTensor * RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : int []
  • arg1 : int []
  • arg2 : int []
Return Type: RawTensor * RawTensor
this.MaxUnpool1D(arg1, arg2)
Full Usage:
this.MaxUnpool1D(arg1, arg2) Parameter Types:
  • arg0 : RawTensor
  • arg1 : int []

Return Type: RawTensor
Signature: (RawTensor * int []) -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : RawTensor
  • arg1 : int []
Return Type: RawTensor
this.MaxUnpool2D(arg1, arg2)
Full Usage:
this.MaxUnpool2D(arg1, arg2) Parameter Types:
  • arg0 : RawTensor
  • arg1 : int []

Return Type: RawTensor
Signature: (RawTensor * int []) -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : RawTensor
  • arg1 : int []
Return Type: RawTensor
this.MaxUnpool3D(arg1, arg2)
Full Usage:
this.MaxUnpool3D(arg1, arg2) Parameter Types:
  • arg0 : RawTensor
  • arg1 : int []

Return Type: RawTensor
Signature: (RawTensor * int []) -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : RawTensor
  • arg1 : int []
Return Type: RawTensor
this.MinIndexT()
Full Usage:
this.MinIndexT()
Return Type: int []
Signature: unit -> int []
Modifiers: abstract
Return Type: int []
this.MoveTo(arg1)
Full Usage:
this.MoveTo(arg1) Parameter Types:
  • arg0 : Device

Return Type: RawTensor
Signature: Device -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : Device
Return Type: RawTensor
this.MulTT(arg1)
Full Usage:
this.MulTT(arg1) Parameter Types:
  • arg0 : RawTensor

Return Type: RawTensor
Signature: RawTensor -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : RawTensor
Return Type: RawTensor
this.MulTT0(arg1)
Full Usage:
this.MulTT0(arg1) Parameter Types:
  • arg0 : RawTensor

Return Type: RawTensor
Signature: RawTensor -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : RawTensor
Return Type: RawTensor
this.NegT()
Full Usage:
this.NegT()
Return Type: RawTensor
Signature: unit -> RawTensor
Modifiers: abstract
Return Type: RawTensor
this.Nelement
Full Usage:
this.Nelement
Return Type: int
Signature: int
Return Type: int
this.NeqTT(arg1)
Full Usage:
this.NeqTT(arg1) Parameter Types:
  • arg0 : RawTensor

Return Type: RawTensor
Signature: RawTensor -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : RawTensor
Return Type: RawTensor
this.OneLike(?dtype, ?device, ?backend)
Full Usage:
this.OneLike(?dtype, ?device, ?backend) Parameter Types:
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend

Return Type: RawTensor
Signature: (dtype: Dtype * device: Device * backend: Backend) -> RawTensor
Parameter Types:
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend
Return Type: RawTensor
this.OnesLike(shape, ?dtype, ?device, ?backend)
Full Usage:
this.OnesLike(shape, ?dtype, ?device, ?backend) Parameter Types:
  • shape : int []
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend

Return Type: RawTensor
Signature: (shape: int [] * dtype: Dtype * device: Device * backend: Backend) -> RawTensor
Parameter Types:
  • shape : int []
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend
Return Type: RawTensor
this.PowT0T(arg1)
Full Usage:
this.PowT0T(arg1) Parameter Types:
  • arg0 : RawTensor

Return Type: RawTensor
Signature: RawTensor -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : RawTensor
Return Type: RawTensor
this.PowTT(arg1)
Full Usage:
this.PowTT(arg1) Parameter Types:
  • arg0 : RawTensor

Return Type: RawTensor
Signature: RawTensor -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : RawTensor
Return Type: RawTensor
this.PowTT0(arg1)
Full Usage:
this.PowTT0(arg1) Parameter Types:
  • arg0 : RawTensor

Return Type: RawTensor
Signature: RawTensor -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : RawTensor
Return Type: RawTensor
this.RandomIntLike(shape, low, high, ?dtype, ?device, ?backend)
Full Usage:
this.RandomIntLike(shape, low, high, ?dtype, ?device, ?backend) Parameter Types:
  • shape : int []
  • low : int
  • high : int
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend

Return Type: RawTensor
Signature: (shape: int [] * low: int * high: int * dtype: Dtype * device: Device * backend: Backend) -> RawTensor
Parameter Types:
  • shape : int []
  • low : int
  • high : int
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend
Return Type: RawTensor
this.RandomLike(shape, ?dtype, ?device, ?backend)
Full Usage:
this.RandomLike(shape, ?dtype, ?device, ?backend) Parameter Types:
  • shape : int []
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend

Return Type: RawTensor
Signature: (shape: int [] * dtype: Dtype * device: Device * backend: Backend) -> RawTensor
Parameter Types:
  • shape : int []
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend
Return Type: RawTensor
this.RandomNormalLike(shape, ?dtype, ?device, ?backend)
Full Usage:
this.RandomNormalLike(shape, ?dtype, ?device, ?backend) Parameter Types:
  • shape : int []
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend

Return Type: RawTensor
Signature: (shape: int [] * dtype: Dtype * device: Device * backend: Backend) -> RawTensor
Parameter Types:
  • shape : int []
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend
Return Type: RawTensor
this.ReluT()
Full Usage:
this.ReluT()
Return Type: RawTensor
Signature: unit -> RawTensor
Modifiers: abstract
Return Type: RawTensor
this.RoundT()
Full Usage:
this.RoundT()
Return Type: RawTensor
Signature: unit -> RawTensor
Modifiers: abstract
Return Type: RawTensor
this.Shape
Full Usage:
this.Shape
Return Type: int []
Signature: int []
Return Type: int []
this.SigmoidT()
Full Usage:
this.SigmoidT()
Return Type: RawTensor
Signature: unit -> RawTensor
Modifiers: abstract
Return Type: RawTensor
this.SignT()
Full Usage:
this.SignT()
Return Type: RawTensor
Signature: unit -> RawTensor
Modifiers: abstract
Return Type: RawTensor
this.SinT()
Full Usage:
this.SinT()
Return Type: RawTensor
Signature: unit -> RawTensor
Modifiers: abstract
Return Type: RawTensor
this.SinhT()
Full Usage:
this.SinhT()
Return Type: RawTensor
Signature: unit -> RawTensor
Modifiers: abstract
Return Type: RawTensor
this.SoftplusT()
Full Usage:
this.SoftplusT()
Return Type: RawTensor
Signature: unit -> RawTensor
Modifiers: abstract
Return Type: RawTensor
this.SplitT(arg1, dim)
Full Usage:
this.SplitT(arg1, dim) Parameter Types:
  • arg0 : int []
  • dim : int

Return Type: RawTensor []
Signature: (int [] * dim: int) -> RawTensor []
Modifiers: abstract
Parameter Types:
  • arg0 : int []
  • dim : int
Return Type: RawTensor []
this.SqrtT()
Full Usage:
this.SqrtT()
Return Type: RawTensor
Signature: unit -> RawTensor
Modifiers: abstract
Return Type: RawTensor
this.SqueezeT(arg1)
Full Usage:
this.SqueezeT(arg1) Parameter Types:
  • arg0 : int

Return Type: RawTensor
Signature: int -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : int
Return Type: RawTensor
this.StackTs(arg1, dim)
Full Usage:
this.StackTs(arg1, dim) Parameter Types:
  • arg0 : RawTensor []
  • dim : int

Return Type: RawTensor
Signature: (RawTensor [] * dim: int) -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : RawTensor []
  • dim : int
Return Type: RawTensor
this.SubT0T(arg1)
Full Usage:
this.SubT0T(arg1) Parameter Types:
  • arg0 : RawTensor

Return Type: RawTensor
Signature: RawTensor -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : RawTensor
Return Type: RawTensor
this.SubTT(arg1)
Full Usage:
this.SubTT(arg1) Parameter Types:
  • arg0 : RawTensor

Return Type: RawTensor
Signature: RawTensor -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : RawTensor
Return Type: RawTensor
this.SubTT0(arg1)
Full Usage:
this.SubTT0(arg1) Parameter Types:
  • arg0 : RawTensor

Return Type: RawTensor
Signature: RawTensor -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : RawTensor
Return Type: RawTensor
this.SumT(?resultType)
Full Usage:
this.SumT(?resultType) Parameter Types:
  • ?resultType : Dtype

Return Type: RawTensor
Signature: (resultType: Dtype) -> RawTensor
Modifiers: abstract
Parameter Types:
  • ?resultType : Dtype
Return Type: RawTensor
this.SumT2Dim0()
Full Usage:
this.SumT2Dim0()
Return Type: RawTensor
Signature: unit -> RawTensor
Modifiers: abstract
Return Type: RawTensor
this.TanT()
Full Usage:
this.TanT()
Return Type: RawTensor
Signature: unit -> RawTensor
Modifiers: abstract
Return Type: RawTensor
this.TanhT()
Full Usage:
this.TanhT()
Return Type: RawTensor
Signature: unit -> RawTensor
Modifiers: abstract
Return Type: RawTensor
this.ToArray()
Full Usage:
this.ToArray()
Return Type: Array
Signature: unit -> Array
Return Type: Array
this.ToScalar()
Full Usage:
this.ToScalar()
Return Type: obj
Signature: unit -> obj
Return Type: obj
this.ToValues()
Full Usage:
this.ToValues()
Return Type: obj
Signature: unit -> obj
Modifiers: abstract
Return Type: obj
this.TransposeT(arg1, arg2)
Full Usage:
this.TransposeT(arg1, arg2) Parameter Types:
  • arg0 : int
  • arg1 : int

Return Type: RawTensor
Signature: (int * int) -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : int
  • arg1 : int
Return Type: RawTensor
this.TransposeT2()
Full Usage:
this.TransposeT2()
Return Type: RawTensor
Signature: unit -> RawTensor
Modifiers: abstract
Return Type: RawTensor
this.UndilateT(arg1)
Full Usage:
this.UndilateT(arg1) Parameter Types:
  • arg0 : int []

Return Type: RawTensor
Signature: (int []) -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : int []
Return Type: RawTensor
this.UnsqueezeT(arg1)
Full Usage:
this.UnsqueezeT(arg1) Parameter Types:
  • arg0 : int

Return Type: RawTensor
Signature: int -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : int
Return Type: RawTensor
this.UnstackT(dim)
Full Usage:
this.UnstackT(dim) Parameter Types:
  • dim : int

Return Type: RawTensor []
Signature: (dim: int) -> RawTensor []
Modifiers: abstract
Parameter Types:
  • dim : int
Return Type: RawTensor []
this.ViewT(arg1)
Full Usage:
this.ViewT(arg1) Parameter Types:
  • arg0 : int []

Return Type: RawTensor
Signature: (int []) -> RawTensor
Modifiers: abstract
Parameter Types:
  • arg0 : int []
Return Type: RawTensor
this.ZeroLike(?dtype, ?device, ?backend)
Full Usage:
this.ZeroLike(?dtype, ?device, ?backend) Parameter Types:
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend

Return Type: RawTensor
Signature: (dtype: Dtype * device: Device * backend: Backend) -> RawTensor
Parameter Types:
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend
Return Type: RawTensor
this.ZerosLike(shape, ?dtype, ?device, ?backend)
Full Usage:
this.ZerosLike(shape, ?dtype, ?device, ?backend) Parameter Types:
  • shape : int []
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend

Return Type: RawTensor
Signature: (shape: int [] * dtype: Dtype * device: Device * backend: Backend) -> RawTensor
Parameter Types:
  • shape : int []
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend
Return Type: RawTensor

Static members

Static member Description
RawTensor.Create(values, ?dtype, ?device, ?backend)
Full Usage:
RawTensor.Create(values, ?dtype, ?device, ?backend) Parameter Types:
  • values : obj
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend

Return Type: RawTensor
Signature: (values: obj * dtype: Dtype * device: Device * backend: Backend) -> RawTensor
Parameter Types:
  • values : obj
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend
Return Type: RawTensor
RawTensor.Full(shape, value, ?dtype, ?device, ?backend)
Full Usage:
RawTensor.Full(shape, value, ?dtype, ?device, ?backend) Parameter Types:
  • shape : int []
  • value : 'a
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend

Return Type: RawTensor
Signature: (shape: int [] * value: 'a * dtype: Dtype * device: Device * backend: Backend) -> RawTensor
Parameter Types:
  • shape : int []
  • value : 'a
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend
Return Type: RawTensor
RawTensor.One(?dtype, ?device, ?backend)
Full Usage:
RawTensor.One(?dtype, ?device, ?backend) Parameter Types:
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend

Return Type: RawTensor
Signature: (dtype: Dtype * device: Device * backend: Backend) -> RawTensor
Parameter Types:
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend
Return Type: RawTensor
RawTensor.Ones(shape, ?dtype, ?device, ?backend)
Full Usage:
RawTensor.Ones(shape, ?dtype, ?device, ?backend) Parameter Types:
  • shape : int []
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend

Return Type: RawTensor
Signature: (shape: int [] * dtype: Dtype * device: Device * backend: Backend) -> RawTensor
Parameter Types:
  • shape : int []
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend
Return Type: RawTensor
RawTensor.Random(shape, ?dtype, ?device, ?backend)
Full Usage:
RawTensor.Random(shape, ?dtype, ?device, ?backend) Parameter Types:
  • shape : int []
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend

Return Type: RawTensor
Signature: (shape: int [] * dtype: Dtype * device: Device * backend: Backend) -> RawTensor
Parameter Types:
  • shape : int []
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend
Return Type: RawTensor
RawTensor.RandomInt(shape, low, high, ?dtype, ?device, ?backend)
Full Usage:
RawTensor.RandomInt(shape, low, high, ?dtype, ?device, ?backend) Parameter Types:
  • shape : seq<int>
  • low : int
  • high : int
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend

Return Type: RawTensor
Signature: (shape: seq<int> * low: int * high: int * dtype: Dtype * device: Device * backend: Backend) -> RawTensor
Parameter Types:
  • shape : seq<int>
  • low : int
  • high : int
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend
Return Type: RawTensor
RawTensor.RandomNormal(shape, ?dtype, ?device, ?backend)
Full Usage:
RawTensor.RandomNormal(shape, ?dtype, ?device, ?backend) Parameter Types:
  • shape : int []
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend

Return Type: RawTensor
Signature: (shape: int [] * dtype: Dtype * device: Device * backend: Backend) -> RawTensor
Parameter Types:
  • shape : int []
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend
Return Type: RawTensor
RawTensor.Zero(?dtype, ?device, ?backend)
Full Usage:
RawTensor.Zero(?dtype, ?device, ?backend) Parameter Types:
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend

Return Type: RawTensor
Signature: (dtype: Dtype * device: Device * backend: Backend) -> RawTensor
Parameter Types:
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend
Return Type: RawTensor
RawTensor.Zeros(shape, ?dtype, ?device, ?backend)
Full Usage:
RawTensor.Zeros(shape, ?dtype, ?device, ?backend) Parameter Types:
  • shape : int []
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend

Return Type: RawTensor
Signature: (shape: int [] * dtype: Dtype * device: Device * backend: Backend) -> RawTensor
Parameter Types:
  • shape : int []
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend
Return Type: RawTensor