A  B  C  D  E  F  G  H  I  L  M  N  O  P  Q  R  S  T  U  V 

F

FLOAT - enum entry in org.pytorch.executorch.DType

Code for dtype ScalarType::Float

forward(Array) - function in org.pytorch.executorch.Module
Runs the 'forward' method of this module with the specified arguments.
from(Tensor) - function in org.pytorch.executorch.EValue
Creates a new {@code EValue} of type {@code Tensor}.
from(boolean) - function in org.pytorch.executorch.EValue
Creates a new {@code EValue} of type {@code bool}.
from(long) - function in org.pytorch.executorch.EValue
Creates a new {@code EValue} of type {@code int}.
from(double) - function in org.pytorch.executorch.EValue
Creates a new {@code EValue} of type {@code double}.
from(String) - function in org.pytorch.executorch.EValue
Creates a new {@code EValue} of type {@code str}.
fromBlob(Array,Array) - function in org.pytorch.executorch.Tensor
Creates a new Tensor instance with dtype torch.int8 with specified shape and data as array ofbytes.
fromBlob(Array,Array) - function in org.pytorch.executorch.Tensor
Creates a new Tensor instance with dtype torch.int32 with specified shape and data as array ofints.
fromBlob(Array,Array) - function in org.pytorch.executorch.Tensor
Creates a new Tensor instance with dtype torch.float32 with specified shape and data as arrayof floats.
fromBlob(Array,Array) - function in org.pytorch.executorch.Tensor
Creates a new Tensor instance with dtype torch.int64 with specified shape and data as array oflongs.
fromBlob(Array,Array) - function in org.pytorch.executorch.Tensor
Creates a new Tensor instance with dtype torch.float64 with specified shape and data as arrayof doubles.
fromBlob(ByteBuffer,Array) - function in org.pytorch.executorch.Tensor
Creates a new Tensor instance with dtype torch.int8 with specified shape and data.
fromBlob(IntBuffer,Array) - function in org.pytorch.executorch.Tensor
Creates a new Tensor instance with dtype torch.int32 with specified shape and data.
fromBlob(FloatBuffer,Array) - function in org.pytorch.executorch.Tensor
Creates a new Tensor instance with dtype torch.float32 with specified shape and data.
fromBlob(LongBuffer,Array) - function in org.pytorch.executorch.Tensor
Creates a new Tensor instance with dtype torch.int64 with specified shape and data.
fromBlob(DoubleBuffer,Array) - function in org.pytorch.executorch.Tensor
Creates a new Tensor instance with dtype torch.float64 with specified shape and data.
fromBlobUnsigned(Array,Array) - function in org.pytorch.executorch.Tensor
Creates a new Tensor instance with dtype torch.uint8 with specified shape and data as array ofbytes.
fromBlobUnsigned(ByteBuffer,Array) - function in org.pytorch.executorch.Tensor
Creates a new Tensor instance with dtype torch.uint8 with specified shape and data.
fromByteArray(Array) - function in org.pytorch.executorch.EValue
Deserializes an {@code EValue} from a byte[].
fromByteArray(Array) - function in org.pytorch.executorch.Tensor
Deserializes a {@code Tensor} from a byte[].
A  B  C  D  E  F  G  H  I  L  M  N  O  P  Q  R  S  T  U  V