ONE - On-device Neural Engine
|
This file contains nnfw::misc::tensor::Shape class. More...
#include <cstdint>
#include <cstddef>
#include <deque>
#include <initializer_list>
#include <ostream>
#include <string>
#include <cassert>
Go to the source code of this file.
Data Structures | |
class | nnfw::misc::tensor::Shape |
Class to represent shape of a tensor. More... | |
Namespaces | |
namespace | nnfw |
namespace | nnfw::misc |
namespace | nnfw::misc::tensor |
Functions | |
bool | nnfw::misc::tensor::operator== (const Shape &, const Shape &) |
Check equality of two Shape . | |
std::ostream & | nnfw::misc::tensor::operator<< (std::ostream &os, const Shape &shape) |
Send Shape to std::ostream . | |
This file contains nnfw::misc::tensor::Shape class.
Definition in file Shape.h.