Searched defs:header_t (Results 1 – 2 of 2) sorted by relevance
103 struct header_t { struct104 const dtype_t dtype;105 const bool fortran_order;106 const std::vector <ndarray_len_t> shape;
98 } header_t; typedef