onnxruntime/onnxruntime/test/framework
Hariharan Seshadri 751ee7bb23
Fix bug in TransformerMemcpy (#1413)
* Initial commit

* Add test case

* Revert unintentional change

* Update comments

* Resolve PR feedback

* Craft test casse and add more logs

* Fix build failures

* Fix minor bug in the way modified is updated

* Remove full model inference session test

* Resolve PR comments

* Resolve more PR feedback

* Resolve more PR feedback

* Resolve more PR comments

* Remove logging

* Move GetInitializer() method to memcpy_transformer scope

* Remove some unnecessary blank lines

* Make GetInitializer static
2019-07-19 13:54:08 -07:00
..
cuda Remove unnecessary casts from OrtValue to MLValue(#1051) 2019-05-17 07:52:59 -07:00
inference_session_without_environment move environment.h/cc from framework to session project/folder. (#1241) 2019-06-17 18:01:21 -07:00
allocation_planner_test.cc Move CopyTensor out of IExecutionProvider interface. (#1268) 2019-07-11 14:49:20 -07:00
allocator_test.cc Move CopyTensor out of IExecutionProvider interface. (#1268) 2019-07-11 14:49:20 -07:00
bfc_arena_test.cc
data_types_test.cc Use cmath instead of math.h for fabs (#1217) 2019-06-13 10:58:49 +10:00
dummy_allocator.cc
dummy_allocator.h
dummy_provider.cc
dummy_provider.h Move CopyTensor out of IExecutionProvider interface. (#1268) 2019-07-11 14:49:20 -07:00
execution_frame_test.cc Add validation of shape when re-using a buffer in ExecutionFrame (#1356) 2019-07-09 14:59:07 +10:00
float_16_test.cc Cleanup naming of test input to use .onnx for models. (#1337) 2019-07-04 13:10:29 +10:00
inference_session_test.cc More code cleanup (#1405) 2019-07-17 14:45:50 -07:00
insert_cast_transformer_test.cc Fix bug in the transformer that removes unnecessary Cast nodes where it was re-processing removed nodes leading to multiple calls to RemoveNode for the same node. (#1291) 2019-06-25 15:17:08 +10:00
local_kernel_registry_test.cc Cleanup naming of test input to use .onnx for models. (#1337) 2019-07-04 13:10:29 +10:00
math_test.cc Revert "Let mlas use the session threadpool for gemm functions (#1196)" 2019-06-17 19:00:22 -07:00
mem_pattern_planner_test.cc
memcpy_transformer_test.cc Fix bug in TransformerMemcpy (#1413) 2019-07-19 13:54:08 -07:00
model_builder_utils.h
op_kernel_test.cc Move CopyTensor out of IExecutionProvider interface. (#1268) 2019-07-11 14:49:20 -07:00
opaque_kernels_test.cc Remove unnecessary casts from OrtValue to MLValue(#1051) 2019-05-17 07:52:59 -07:00
parallel_executor_test.cc Propagate errors from parallel executor (#1262) 2019-06-24 19:21:11 +10:00
path_lib_test.cc Remove an unnecessary check in GetDirNameFromFilePath function (#616) 2019-03-17 23:55:25 -07:00
session_state_test.cc Update optimizers to be able to utilize a constant initializer from an ancestor graph (#1346) 2019-07-15 12:41:01 +10:00
shape_inference_test.cc
sparse_kernels_test.cc Implementation of sparse tensor (#1121) 2019-06-06 11:50:38 -07:00
tensor_test.cc Support large model(>2GB) (#520) 2019-03-05 21:27:12 -08:00
tensorutils_test.cc Support large model(>2GB) (#520) 2019-03-05 21:27:12 -08:00
test_main.cc move environment.h/cc from framework to session project/folder. (#1241) 2019-06-17 18:01:21 -07:00
test_utils.cc Update optimizers to be able to utilize a constant initializer from an ancestor graph (#1346) 2019-07-15 12:41:01 +10:00
test_utils.h Initial PR for NNAPI execution provider (#1220) 2019-07-02 06:03:29 -07:00
TestAllocatorManager.cc
TestAllocatorManager.h