InputTensorInfo
1 2 3 4 5 6 |
struct InputTensorInfo { uint32_t data_type; // data type std::vector<int64_t> dims; // shape description void *data; // tensor data int64_t length; // tensor length }; |
父主题: 数据类型