ArmNN
 24.08
Header Struct Reference

#include <Numpy.hpp>

Public Attributes

std::string m_HeaderString
 
std::string m_DescrString
 
bool m_FortranOrder
 
std::vector< uint32_t > m_Shape
 

Detailed Description

from the numpy file to be parsed.

Definition at line 43 of file Numpy.hpp.

Member Data Documentation

◆ m_DescrString

std::string m_DescrString

Definition at line 46 of file Numpy.hpp.

Referenced by armnnNumpy::CreateHeader().

◆ m_FortranOrder

bool m_FortranOrder

Definition at line 47 of file Numpy.hpp.

Referenced by armnnNumpy::CreateHeader().

◆ m_HeaderString

std::string m_HeaderString

Definition at line 45 of file Numpy.hpp.

Referenced by armnnNumpy::CreateHeader().

◆ m_Shape

std::vector<uint32_t> m_Shape

Definition at line 48 of file Numpy.hpp.

Referenced by armnnNumpy::getNumElements(), and armnnNumpy::parseShape().


The documentation for this struct was generated from the following file: