interface OptionsTensorDataType {
    dataType?: "float32" | "uint8";
}

Hierarchy (view full)

Properties

Properties

dataType?: "float32" | "uint8"

Describes the data type of the tensor.

Generated using TypeDoc