Interface InputTensorInfo#

interface InputTensorInfo {
    setElementType(elementType): InputTensorInfo;
    setLayout(layout): InputTensorInfo;
    setShape(shape): InputTensorInfo;
}

Methods#

setElementType

setLayout

setShape