下载
中文
注册

GetPlatformInfo

函数功能

获取fe::PlatFormInfos指针。

函数原型

fe::PlatFormInfos *GetPlatformInfo() const

参数说明

无。

返回值说明

fe::PlatFormInfos指针。

约束说明

无。

调用示例

ge::graphStatus Tiling4XXX(TilingContext* context) {
  auto platform_info = context->GetPlatformInfo();
  // ...
}