MCPcopy Create free account
hub / github.com/Samsung/ONE / element_count

Function element_count

compiler/i5diff/src/entry.cpp:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

as_float_vectorFunction · 0.70
cook_graphFunction · 0.50
cook_operandsMethod · 0.50

Calls 2

to_internal_shapeFunction · 0.85
num_elementsFunction · 0.50

Tested by

no test coverage detected