GetInstance 函数功能获取TensorContext单例对象。 函数原型static std::shared_ptr<TensorContext> GetInstance(); 返回参数说明 数据结构 说明 std::shared_ptr<TensorContext> TensorContext单例对象。 父主题: TensorContext