All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.openservices.eas.predict.request.TorchDataType Maven / Gradle / Ivy

package com.aliyun.openservices.eas.predict.request;

public enum TorchDataType {
    DT_FLOAT,
    DT_DOUBLE,
    DT_INT32,
    DT_UINT8,
    DT_INT16,
    DT_INT8,
    DT_INT64
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy