void *Buffer() 接口功能 获取输入张量指向输入数据的指针。 接口格式 void *Buffer(); 接口参数 无 使用样例 auto *f32Buffer = (float *)input->Buffer(); 返回值 输入张量指向输入数据的指针。 父主题: Input