DType接口 接口功能获取推理输入张量保存的数据类型。 接口格式LLM_ENGINE_DataType DType() const; 接口参数无。 使用样例LLM_ENGINE_DataType dataType = input->DType(); 返回值LLM_ENGINE_DataType_enum枚举。 父主题: Input类