Interface OutputTensorInfo#

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

Methods#

setElementType

  • setElementType(elementType): InputTensorInfo
    

setLayout