Home
last modified time | relevance | path

Searched defs:InputDataInfo (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/actor/
Dkernel_actor.h51 struct InputDataInfo { struct
52 InputDataInfo(const std::string &format, const ShapeVector &shape, size_t size, TypeId type_id) in InputDataInfo() argument
54 std::string format_;
55 ShapeVector shape_;
56 size_t size_;
57 TypeId type_id_;