Interface InputTensorInfo

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

Methods

setElementType

setElementType(elementType): InputTensorInfo

setLayout

setLayout(layout): InputTensorInfo

setShape

setShape(shape): InputTensorInfo