ONE - On-device Neural Engine
|
Go to the source code of this file.
Data Structures | |
class | loco::TensorShape |
Namespaces | |
namespace | loco |
Functions | |
uint32_t | loco::element_count (const loco::TensorShape *tensor_shape) |
Return the number of elements in a tensor of given shape. | |
bool | loco::operator== (const TensorShape &lhs, const TensorShape &rhs) |
'==' operator for TensorShape | |