onnxruntime/include/onnxruntime/core
Dmitri Smirnov e6f85f338e
Refactor TensorAt, prepare for release (#5180)
* Refactor TensorAt
  locations* must be const and int64_t since our dims are int64_t
  Remove unnecessary copy of locations.
  Remove unnecesary casting and C-casting. Simplify implementation.
  Add a check for string type.
  Make CXX api return T& to fully expose C API in C++, const std::vector& by value as it
  covers more ground and eliminate redundant copy.
  Eliminate inner loop, compute strides first.
2020-09-16 10:20:45 -07:00
..
common Last major set of ORT format model changes (#5056) 2020-09-05 07:59:01 +10:00
framework Remove SparseTensor support from minimal build. (#5114) 2020-09-11 17:56:54 +10:00
graph Add option to exclude support for loading ORT format models in full build. (#5129) 2020-09-12 12:21:30 +10:00
optimizer Allow multiple sessions to share an allocator, optimize constant folding memory usage, expose arena configs. (#4813) 2020-08-22 10:03:17 -07:00
platform Parallelizing elementwise kernels (#4577) 2020-09-04 14:45:43 -07:00
providers [OpenVINO-EP] Enable EP config options for VPU hardware (#5119) 2020-09-14 15:46:14 -07:00
session Refactor TensorAt, prepare for release (#5180) 2020-09-16 10:20:45 -07:00