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