ONNX Runtime JavaScript API
    Preparing search index...

    Type Alias DataLocation

    DataLocation:
        | "none"
        | "cpu"
        | "cpu-pinned"
        | "texture"
        | "gpu-buffer"
        | "ml-tensor"

    represent where the tensor data is stored