mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-28 22:56:32 +00:00
make api tests all pass (#2486)
This commit is contained in:
parent
495f159a56
commit
2394d16947
7 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
sheilk:r
|
||||
sheilk:r
|
||||
,
|
||||
Xcast_to_float16_output"Cast*
|
||||
to
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
dwayner:>
|
||||
dwayner:>
|
||||
|
||||
XYIdentity"IdentityZ
|
||||
X
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,4 +1,4 @@
|
|||
justoeck:0
|
||||
justoeck:0
|
||||
|
||||
XY"ReluZ
|
||||
X
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
|
|
@ -182,7 +182,7 @@ winrt::Windows::AI::MachineLearning::LearningModel ProtobufHelpers::CreateModel(
|
|||
uint32_t num_elements)
|
||||
{
|
||||
onnx::ModelProto model;
|
||||
|
||||
model.set_ir_version(onnx::Version::IR_VERSION);
|
||||
// Set opset import
|
||||
auto opsetimportproto = model.add_opset_import();
|
||||
opsetimportproto->set_version(7);
|
||||
|
|
|
|||
Loading…
Reference in a new issue