HDK
|
#include <algorithm>
#include <cstring>
#include <iosfwd>
#include <string>
#include <vector>
#include "core/common/gsl.h"
#include "core/common/inlined_containers_fwd.h"
#include "core/common/span_utils.h"
#include "onnxruntime_config.h"
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 |