| 170 | } |
| 171 | |
| 172 | uint32_t element_count(const H5::DataSpace &dataspace) |
| 173 | { |
| 174 | return nncc::core::ADT::tensor::num_elements(to_internal_shape(dataspace)); |
| 175 | } |
| 176 | |
| 177 | std::vector<float> as_float_vector(const H5::DataSet &dataset) |
| 178 | { |
no test coverage detected