Type alias TensorSpec

TensorSpec: {
    data: TensorData;
    device?: Deviceish;
    dtype?: Dtype;
    requiresGrad?: boolean;
    shape?: Shape;
    strides?: Strides;
}

Type declaration

Generated using TypeDoc