make api tests all pass (#2486)

This commit is contained in:
Brian Martin 2019-11-26 13:50:56 -08:00 committed by GitHub
parent 495f159a56
commit 2394d16947
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
sheilk:r
sheilk:r
,
Xcast_to_float16_output"Cast*
to

View file

@ -1,4 +1,4 @@
dwayner:>
dwayner:>

XYIdentity"IdentityZ
X

View file

@ -1,4 +1,4 @@
justoeck:0
justoeck:0
XY"ReluZ
X

View file

@ -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);