AttrValue类
- 简介
- AttrValue构造函数和析构函数
- GetVal(AscendString &value)
- GetVal(std::vector<AscendString> &value)
- GetVal(int64_t &value)
- GetVal(std::vector<int64_t> &value)
- GetVal(std::vector<std::vector<int64_t >> &value)
- GetVal(float &value)
- GetVal(std::vector<float> &value)
- GetVal(bool &value)
- GetVal(std::vector<bool> &value)
- GetVal(TensorDataType &value)
- GetVal(std::vector<TensorDataType> &value)
父主题: UDF API(C++)