onnxruntime/winml/lib/Api
Dwayne Robinson 730d95107d Merged PR 5065263: ONNX backend autopilot crash in WinML ToString running test_cast_BFLOAT16_to_FLOAT
While attempting to throw an error and format an error message about an incompatible binding, WinML dies via FAIL_FAST_IF_MSG because the helper `ToString` function itself croaks :b. Instead, it should just say the data type is undefined.

```
StartGroup: Test:#62; Graph:test_cast_BFLOAT16_to_FLOAT; Executor:WinMLOperatorExecutor_Cpu;
TAEF: A crash with exception code 0xC0000409 occurred in module "Windows.AI.MachineLearning.dll" in process "te.processhost.exe" (pid:15732).
Error: TAEF: [HRESULT 0x800706BE] A failure occurred while running a test operation: 'OnnxConformanceTestsTaef::OnnxBackend'. (A crash with exception code 0xC0000409 occurred in module "Windows.AI.MachineLearning.dll" in the process hosting the test code while invoking a test operation.)
```
2020-08-20 21:20:37 +00:00
..
impl Merged PR 5065263: ONNX backend autopilot crash in WinML ToString running test_cast_BFLOAT16_to_FLOAT 2020-08-20 21:20:37 +00:00
inc Fork the WinML APIs into the Microsoft namespace (#3503) 2020-04-17 06:18:54 -07:00
pch Merge windowsai (winml layering) into master (#2956) 2020-02-04 17:12:19 -08:00
FeatureValues.h Constexpr CreateFeatureValueFromInspectable (#4460) 2020-07-24 13:08:14 -07:00
ImageFeatureDescriptor.cpp Fork the WinML APIs into the Microsoft namespace (#3503) 2020-04-17 06:18:54 -07:00
ImageFeatureDescriptor.h Fork the WinML APIs into the Microsoft namespace (#3503) 2020-04-17 06:18:54 -07:00
ImageFeatureValue.cpp Fork the WinML APIs into the Microsoft namespace (#3503) 2020-04-17 06:18:54 -07:00
ImageFeatureValue.h Fork the WinML APIs into the Microsoft namespace (#3503) 2020-04-17 06:18:54 -07:00
LearningModel.cpp Fork the WinML APIs into the Microsoft namespace (#3503) 2020-04-17 06:18:54 -07:00
LearningModel.h Fork the WinML APIs into the Microsoft namespace (#3503) 2020-04-17 06:18:54 -07:00
LearningModelBinding.cpp Add cppwinrt and cswinrt tests in windowsai nuget pipeline (#4381) 2020-07-07 09:36:42 -07:00
LearningModelBinding.h Fork the WinML APIs into the Microsoft namespace (#3503) 2020-04-17 06:18:54 -07:00
LearningModelDevice.cpp Fork the WinML APIs into the Microsoft namespace (#3503) 2020-04-17 06:18:54 -07:00
LearningModelDevice.h Fork the WinML APIs into the Microsoft namespace (#3503) 2020-04-17 06:18:54 -07:00
LearningModelEvaluationResult.cpp Fork the WinML APIs into the Microsoft namespace (#3503) 2020-04-17 06:18:54 -07:00
LearningModelEvaluationResult.h Fork the WinML APIs into the Microsoft namespace (#3503) 2020-04-17 06:18:54 -07:00
LearningModelSession.cpp Add Named Dimension Override API to LearningModelSessionOptions (WinML) (#4606) 2020-08-03 16:04:21 -07:00
LearningModelSession.h Expose Onnxruntime Intra Op thread controls through WinML Native API (#4638) 2020-07-30 17:55:26 -07:00
LearningModelSessionOptions.cpp add telemetry for named dimension overrides (#4794) 2020-08-16 17:09:55 -07:00
LearningModelSessionOptions.h Add Named Dimension Override API to LearningModelSessionOptions (WinML) (#4606) 2020-08-03 16:04:21 -07:00
MapFeatureDescriptor.cpp Fork the WinML APIs into the Microsoft namespace (#3503) 2020-04-17 06:18:54 -07:00
MapFeatureDescriptor.h Fork the WinML APIs into the Microsoft namespace (#3503) 2020-04-17 06:18:54 -07:00
SequenceFeatureDescriptor.cpp Fork the WinML APIs into the Microsoft namespace (#3503) 2020-04-17 06:18:54 -07:00
SequenceFeatureDescriptor.h Fork the WinML APIs into the Microsoft namespace (#3503) 2020-04-17 06:18:54 -07:00
TensorFeatureDescriptor.cpp Fork the WinML APIs into the Microsoft namespace (#3503) 2020-04-17 06:18:54 -07:00
TensorFeatureDescriptor.h Fork the WinML APIs into the Microsoft namespace (#3503) 2020-04-17 06:18:54 -07:00