aboutsummaryrefslogtreecommitdiff
path: root/src/armnnOnnxParser
AgeCommit message (Collapse)Author
2018-12-31Update README.mdMark O'Connor
Change-Id: I74f0d27881fcc42d962fdd61562811a1f53dd0eb
2018-12-11Fix the ONNX parser tests issues due to a change in the latest ONNx masterMatteo Martincigh
* A recent change in ONNX now forces the data types to be indicated by the integer corresponding to their original enum value * The new values are taken from the TensorProto_DataType enum at onnx.pb.h:153 Change-Id: I6054611795a7edb11463396eaefc4dd7e27261a0
2018-12-10Fix the ONNX parser buildMatteo Martincigh
* Fixed invalid conversion issues to onnx::TensorProto::DataType Change-Id: If8f1cef1d02a22cfecf24135a960923d3ad0e14c
2018-09-17IVGCVSW-1807 : change license text in file headersDavid Beck
All changes are the same: // // Copyright © 2017 ARM Ltd. All rights reserved. -// See LICENSE file in the project root for full license information. +// SPDX-License-Identifier: MIT // Change-Id: I37eae011411133663ca9d2b059714d92f8bf8e24
2018-08-31Release 18.08telsoa01