ONNX Runtime JavaScript API
    Preparing search index...

    Interface WebGpuProfilingDataV1TensorMetadata

    interface WebGpuProfilingDataV1TensorMetadata {
        dataType: string;
        dims: readonly number[];
    }
    Index

    Properties

    Properties

    dataType: string
    dims: readonly number[]