ndarray.h File Reference

ndarray.h File Reference#

Runtime Library: ndarray.h File Reference
Runtime Library v0.30
Mobilint SDK qb
ndarray.h File Reference
#include <cstddef>
#include <cstdint>
#include <functional>
#include <memory>
#include <numeric>
#include <utility>
#include <vector>
#include "maccel/export.h"
#include "maccel/status_code.h"
#include "maccel/type.h"

Go to the source code of this file.

Classes

class  mobilint::internal::NDArrayData
 A class representing the data underlying an NDArray. More...
class  mobilint::NDArray< T >
 A class representing an N-dimensional array (NDArray). More...

Functions

int64_t mobilint::internal::numel (const std::vector< int64_t > &shape)

Function Documentation

◆ numel()

int64_t mobilint::internal::numel ( const std::vector< int64_t > & shape)
inline

Definition at line 28 of file ndarray.h.