onnxruntime/include/onnxruntime/core/framework
Scott McKay a92ccbe1bc
Various armv7 related fixes (#5394)
* - Link with libatomic if needed
 - Install pip differently so it doesn't clash with the system pip which may involve a wrapper script
 - Remove ability to specify offset when Tensor allocates the data. The data prior to offset isn't accessible by anything.
 - Fix use of offset in TensorOpTest to work on armv7 where it must be aligned to the type it points to.
 - Fix ActivationOpNoInfTest.Softsign to allow for armv7 behavior
 - Fix ReductionOpTest.ReduceMean_*keepdims to allow for armv7 floating point inaccuracy

* Address PR comments
2020-10-09 22:34:32 +10:00
..
alloc_kind.h
allocator.h Remove IDeviceAllocator class as it doesn't extend IAllocator in any way. (#5067) 2020-09-10 00:46:35 -07:00
customregistry.h
data_types.h Remove SparseTensor support from minimal build. (#5114) 2020-09-11 17:56:54 +10:00
data_types_internal.h Fix bug in DispatchOnTensorType macro (#4808) 2020-08-17 01:16:01 -07:00
endian.h Edgchen1/endian utils (#2181) 2019-10-21 22:28:35 -07:00
execution_provider.h Allow multiple sessions to share an allocator, optimize constant folding memory usage, expose arena configs. (#4813) 2020-08-22 10:03:17 -07:00
fence.h Remove Cuda dependency from TensorRT shared provider (#5014) 2020-09-04 11:35:02 -07:00
framework_common.h
func_api.h Ryanunderhill/mkldnn dll (#3314) 2020-05-06 00:57:09 -07:00
kernel_def_builder.h Last major set of ORT format model changes (#5056) 2020-09-05 07:59:01 +10:00
kernel_registry.h Add kernel def hash logic for minimal build (#4891) 2020-08-23 14:39:07 +10:00
ml_value.h Remove SparseTensor support from minimal build. (#5114) 2020-09-11 17:56:54 +10:00
op_kernel.h Remove SparseTensor support from minimal build. (#5114) 2020-09-11 17:56:54 +10:00
op_kernel_info.h Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
op_node_proto_helper.h Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
ortdevice.h Remove Cuda dependency from TensorRT shared provider (#5014) 2020-09-04 11:35:02 -07:00
ortmemoryinfo.h Remove Cuda dependency from TensorRT shared provider (#5014) 2020-09-04 11:35:02 -07:00
run_options.h Support training_mode flag in eval (#4324) 2020-07-08 10:38:54 -07:00
sparse_tensor.h Remove SparseTensor support from minimal build. (#5114) 2020-09-11 17:56:54 +10:00
tensor.h Various armv7 related fixes (#5394) 2020-10-09 22:34:32 +10:00
tensor_shape.h Filter out info from non-const initializers during shape inferencing (#1806) 2019-09-26 13:44:33 +10:00