0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. ge
  2. /
  3. docs
  4. /
  5. dflow_api
  6. /
  7. cpp
  8. /
  9. AttrValue类.md
cann-robotcann-robot【DOC】: 修改安装包默认安装路径
524e331a创建于 3月11日历史提交

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)