获取Tensor的format,包含运行时format和原始format,返回的format对象都是只读的。
const StorageFormat &GetFormat() const
无。
无。
Tensor tensor{{{8, 3, 224, 224}, {16, 3, 224, 224}}, // shape {ge::FORMAT_ND, ge::FORMAT_FRACTAL_NZ, {}}, // format kFollowing, // placement ge::DT_FLOAT16, //dt nullptr}; auto fmt = tensor.GetFormat();