TensorPtr
类型别名功能
定义了一个TensorPtr类型别名。
类型别名格式
using TensorPtr = std::shared_ptr<InferTensor>;
父主题:
类型别名