|
HDK
|
#include <algorithm>#include <cstring>#include <iosfwd>#include <string>#include <vector>#include <gsl/gsl>#include "core/common/inlined_containers_fwd.h"#include "core/common/span_utils.h"#include "onnxruntime_config.h"
Include dependency graph for tensor_shape.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | onnxruntime::TensorShape |
Namespaces | |
| onnxruntime | |
Typedefs | |
| using | onnxruntime::TensorShapeVector = InlinedVector< int64_t > |
Functions | |
| TensorShapeVector | onnxruntime::ToShapeVector (const gsl::span< const int64_t > &span) |
| gsl::span< const int64_t > | onnxruntime::ToConstSpan (const TensorShapeVector &vec) |
| std::ostream & | onnxruntime::operator<< (std::ostream &out, const TensorShape &shape) |
Variables | |
| constexpr size_t | onnxruntime::kTensorShapeSmallBufferElementsSize = 5 |