Searched defs:InputDataInfo (Results 1 – 1 of 1) sorted by relevance
51 struct InputDataInfo { struct52 InputDataInfo(const std::string &format, const ShapeVector &shape, size_t size, TypeId type_id) in InputDataInfo() argument54 std::string format_;55 ShapeVector shape_;56 size_t size_;57 TypeId type_id_;