VectorDataType

VectorDataType数据类型定义,表示向量数据类型。

枚举取值列表

VD_FLOAT_32表示float32。

enum VectorDataType {
    VD_FLOAT_32 = 2;
}