Represents a raw (i.e. non-differentiable immutable) tensor implemented by a Furnace backend.
Each backend will provide one of more .NET implementations of this type, which may in turn wrap handles to native implementations.
Constructor | Description |
|
|
Instance member | Description |
Full Usage:
this.AbsInPlace
Modifiers: abstract |
|
|
|
Full Usage:
this.AcosInPlace
Modifiers: abstract |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.AllClose
Parameters:
RawTensor
relativeTolerance : float
absoluteTolerance : float
Returns: bool
Modifiers: abstract |
|
Full Usage:
this.AsinInPlace
Modifiers: abstract |
|
|
|
Full Usage:
this.AtanInPlace
Modifiers: abstract |
|
|
|
Full Usage:
this.AvgPool1D
Parameters:
int
stride : int
padding : int
Returns: RawTensor
Modifiers: abstract |
|
Full Usage:
this.AvgPool2D
Parameters:
int[]
stride : int[]
padding : int[]
Returns: RawTensor
Modifiers: abstract |
|
Full Usage:
this.AvgPool3D
Parameters:
int[]
stride : int[]
padding : int[]
Returns: RawTensor
Modifiers: abstract |
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.CeilInPlace
Modifiers: abstract |
|
|
|
|
|
|
|
|
|
Full Usage:
this.ComputeHash
Returns: int
Modifiers: abstract |
|
|
|
|
|
|
|
Full Usage:
this.CosInPlace
Modifiers: abstract |
|
|
|
Full Usage:
this.CoshInPlace
Modifiers: abstract |
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.Dim
Returns: int
Modifiers: abstract |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.ExpInPlace
Modifiers: abstract |
|
|
|
|
|
|
|
Full Usage:
this.FloorInPlace
Modifiers: abstract |
|
|
|
|
|
|
|
|
|
Full Usage:
this.GetSlice
Parameters:
int[,]
-
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.
Returns: RawTensor
Modifiers: abstract |
|
|
|
Full Usage:
this.Handle
Returns: obj
Modifiers: abstract |
|
|
|
|
|
Full Usage:
this.IsMutable
Returns: bool
Modifiers: abstract |
|
|
|
|
|
Full Usage:
this.Log10InPlace
Modifiers: abstract |
|
|
|
Full Usage:
this.LogInPlace
Modifiers: abstract |
|
|
|
|
|
|
|
|
|
Full Usage:
this.MaxIndexT
Returns: int[]
Modifiers: abstract |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.MinIndexT
Returns: int[]
Modifiers: abstract |
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.NegInPlace
Modifiers: abstract |
|
|
|
Full Usage:
this.Nelement
Returns: int
Modifiers: abstract |
|
|
|
|
|
|
|
Full Usage:
this.OnesInPlace
Modifiers: abstract |
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.Print
Parameters:
string
Returns: string
|
|
Full Usage:
this.RandomInPlace
Modifiers: abstract |
|
Full Usage:
this.RandomIntInPlace
Parameters:
int
high : int
Modifiers: abstract |
|
Full Usage:
this.RandomNormalInPlace
Modifiers: abstract |
|
Full Usage:
this.ReluInPlace
Modifiers: abstract |
|
|
|
Full Usage:
this.RoundInPlace
Modifiers: abstract |
|
|
|
|
|
Full Usage:
this.SetMutable
Modifiers: abstract |
|
|
|
Full Usage:
this.SigmoidInPlace
Modifiers: abstract |
|
|
|
Full Usage:
this.SignInPlace
Modifiers: abstract |
|
|
|
Full Usage:
this.SinInPlace
Modifiers: abstract |
|
|
|
Full Usage:
this.SinhInPlace
Modifiers: abstract |
|
|
|
Full Usage:
this.SoftplusInPlace
Modifiers: abstract |
|
|
|
|
|
Full Usage:
this.SplitT
Parameters:
int[]
dim : int
Returns: RawTensor[]
Modifiers: abstract |
|
Full Usage:
this.SqrtInPlace
Modifiers: abstract |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.TanInPlace
Modifiers: abstract |
|
|
|
Full Usage:
this.TanhInPlace
Modifiers: abstract |
|
|
|
|
|
|
|
Full Usage:
this.ToValues
Returns: obj
Modifiers: abstract |
|
Full Usage:
this.TransposeT
Parameters:
int
dim1 : int
Returns: RawTensor
Modifiers: abstract |
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.ZerosInPlace
Modifiers: abstract |
|
© Copyright 2025, Furnace Contributors.