获取输出张量的数据类型。
virtual LLM_ENGINE_DataType DType() const noexcept = 0;
无。
获取输出对象的张量类型。
1
LLM_ENGINE_DataType type = output->DType();
输出张量的数据类型。