ONNX Runtime JavaScript API
    Preparing search index...

    Interface OptionsTensorDataType

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    dataType?: "float32" | "uint8"

    Describes the data type of the tensor.