F64TensorModel
pydantic model F64TensorModel
Bases: TensorModel
Model of tensor data specialized to f64.
data
field
Type: str [Required]
Base-64-encoded data in litte endian format.
Bool arrays are bitpacked, other types are IEEE753. Everything is little-endian. Tensors are C-ordering.
Validated by
check_sizes
dtype
field
Type: Literal['f64']
Default value: 'f64'
The data type of the tensor.
Validated by
check_sizes
shape
field
Type: list[int] [Required]
The shape of the tensor.
Validated by
check_sizes