onnxruntime
Output Tensor Shape Validation b/w ONNX inference and ORT
#7252
Merged

Commits
  • Adding Output Shape Validation for ORT-CPU execution flow
    sumitsays committed 5 years ago
  • Skipping validation check in-case output is not a tensor. Fixed conv_transpose test. Ignoring pad and reduction test
    sumitsays committed 5 years ago
  • Comparison b/w signed and un-signed int. Removed const for a primitive variable
    sumitsays committed 5 years ago
  • Commented the un-used test function signature
    sumitsays committed 5 years ago
  • Removed exception instead logging warning. Because there are lots of ORT tests which are failing because of this validation
    sumitsays committed 5 years ago
  • Fixed warning condition and test
    sumitsays committed 5 years ago
  • Fixed test and addressed comment on the PR
    sumitsays committed 5 years ago
  • Output shape verification will happen only for final output nodes of the model
    sumitsays committed 5 years ago
  • Changed variable name from camel case to underscore style
    sumitsays committed 5 years ago
  • Enable the tests as the validation failure will now logs warning instead of throwing an exception
    sumitsays committed 5 years ago
  • Adding Output Shape Validation for ORT-CPU execution flow
    sumitsays committed 5 years ago
  • Resolve merge conflict
    sumitsays committed 5 years ago
  • Comparison b/w signed and un-signed int. Removed const for a primitive variable
    sumitsays committed 5 years ago
  • Commented the un-used test function signature
    sumitsays committed 5 years ago
  • Removed exception instead logging warning. Because there are lots of ORT tests which are failing because of this validation
    sumitsays committed 5 years ago
  • Fixed warning condition and test
    sumitsays committed 5 years ago
  • Fixed test and addressed comment on the PR
    sumitsays committed 5 years ago
  • Output shape verification will happen only for final output nodes of the model
    sumitsays committed 5 years ago
  • Changed variable name from camel case to underscore style
    sumitsays committed 5 years ago
  • Enable the tests as the validation failure will now logs warning instead of throwing an exception
    sumitsays committed 5 years ago
  • Merge branch 'output-shape-validation' of https://github.com/sumitsays/onnxruntime into output-shape-validation
    sumitsays committed 5 years ago
  • Remove duplicate function "GetLogger()"
    sumitsays committed 5 years ago
  • Fixed typo in method name TestConvTransposeOpInitializer
    sumitsays committed 5 years ago
Loading