-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added unit tests for diff input model types #82
Conversation
var tensorOut = res.First().AsTensor<float>(); | ||
Assert.True(tensorOut.SequenceEqual(tensorIn)); | ||
} | ||
|
||
[Fact] | ||
private void Yunsong() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we remove this now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a PR in ONNX repo for testing int8/int16/... inputs.
If that PR get merged, we can reuse it at here. Then most part of this PR is unnecessary.
Abandoning -- added features in another PR. |
Test the c# API with models of differing types