Program Listing for File shape_vector.h

Return to documentation for file (include/converter/include/mindapi/base/shape_vector.h)

#ifndef MINDSPORE_CORE_MINDAPI_BASE_SHAPE_VECTOR_H_
#define MINDSPORE_CORE_MINDAPI_BASE_SHAPE_VECTOR_H_

#include <cstdint>
#include <vector>

using ShapeValueDType = int64_t;
using ShapeVector = std::vector<ShapeValueDType>;
using ShapeArray = std::vector<ShapeVector>;

#endif  // MINDSPORE_CORE_MINDAPI_BASE_SHAPE_VECTOR_H_