Skip to content
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

Update Versioning.md to include 1.6 opset value and add deprecated operators table #2384

Closed
wants to merge 97 commits into from
Closed
Changes from all commits
Commits
Show all changes
97 commits
Select commit Hold shift + click to select a range
f73b549
Support ScatterND operator in ONNX (#2220)
fdwr Aug 29, 2019
8cebb8e
Support GatherND operator in ONNX (#2106)
fdwr Aug 29, 2019
15e01e9
Fix testdata model for CumSum. Add exclusive attribute. (#2271)
fdwr Aug 30, 2019
3f3fb69
Add Foundation WG to working-groups.md (#2276)
fdwr Sep 2, 2019
b8c9587
Remove type info for loop variadic input in Loop op used to compose t…
fdwr Sep 5, 2019
81a7bf6
Improve compatiblity with proto3 and enable reading attributes (#2288)
fdwr Sep 6, 2019
237b41a
move map and sequence types to onnx domain, (#2244)
fdwr Sep 6, 2019
170b776
Fix link to community docs in readme (#2261)
fdwr Sep 9, 2019
6cd2152
Update managingexperimentalops.md (#1981)
fdwr Sep 10, 2019
1c8f618
Supporting negative axes for all existing onnx ops (#2281)
fdwr Sep 10, 2019
ed9fb5f
test int64 input type for 'where' op (#2253)
fdwr Sep 11, 2019
d07bf63
Update printable_graph in helper.py to output details of initializers…
fdwr Sep 11, 2019
8b51c15
Fix collect_snippets warnings (#2277)
fdwr Aug 31, 2019
789c23b
Support for negative indices in 'Gather', 'GatherElements', 'ScatterE…
fdwr Sep 11, 2019
d30db22
fix the buffer overflow problem in shape inference logic of Squeeze op
fdwr Sep 11, 2019
782be5f
Fix shapeinference function (#2296)
fdwr Sep 12, 2019
18018d1
Fix extra collect_snippets warning (#2277) (#2307)
fdwr Sep 12, 2019
1294a45
Shape inference for NMS (#2269)
fdwr Sep 13, 2019
e70ffb4
Update documentation about required input output types (#2310)
fdwr Sep 13, 2019
3d4ea04
Add helper function update_inputs_outputs_dims to tools (#2148)
fdwr Sep 13, 2019
28179f8
Sequence related ops (#2249)
fdwr Sep 14, 2019
e103b26
Fix resize shape inference issue in opset10 (#2294)
fdwr Sep 15, 2019
15e609f
More unsqueeze tests (#2200)
fdwr Sep 15, 2019
2ea3dc7
Support make_attribute empty string (#2129)
fdwr Sep 15, 2019
6f12348
Add description of default type about y_zero_point (#2110)
fdwr Sep 16, 2019
fa64658
Regenerate ONNX proto and add release date to ver 6 IR (#2316)
fdwr Sep 16, 2019
8c2789c
Avoid uses of special chars (#2315)
fdwr Sep 16, 2019
bebb355
Update IR doc to clarify initializers are permitted as node inputs (#…
fdwr Sep 16, 2019
087509b
Support dynamic 'pads' and 'value' in Pad operator (#2031)
fdwr Sep 17, 2019
e98fd5d
Change incorrect use of ValueError to TypeError (#2304)
fdwr Sep 17, 2019
c95012e
Add more shape inference tests for Logical operators to improve cover…
fdwr Sep 17, 2019
6103714
Revamped test cases for Gemm (#2060)
fdwr Sep 17, 2019
bd0ec91
Updated docs for strides and dilations attributes (#2291)
fdwr Sep 18, 2019
2ec471e
Replace is by == (#2326)
fdwr Sep 18, 2019
dfa0b66
Updated test cases for reshape (#2127)
fdwr Sep 18, 2019
6673de1
Changes for AIX platform (#1913)
fdwr Sep 18, 2019
3b99a07
Gemm optional bias (#2330)
fdwr Sep 18, 2019
c18dee5
Fix some backend tests (#2335)
fdwr Sep 19, 2019
1a13fb9
Update gen_doc script to validate proto3 files (#2122)
fdwr Sep 19, 2019
a637fda
Update pybind (#2340)
fdwr Sep 19, 2019
a57121d
Fix node test case model for Gemm scalar bias case (#2342)
fdwr Sep 20, 2019
ac1baf2
Clarify behavior in ConvTranspose (#2343)
fdwr Sep 21, 2019
5542ffa
Relax IF's shape inference rule (#2345)
fdwr Sep 24, 2019
774921c
Bump NMS version for avoiding regression in existing models (#2348)
fdwr Sep 24, 2019
10baec3
Fix spec and shape inference for Unsqueeze op (#2347)
fdwr Sep 24, 2019
88c5cb4
Fix warnings (#2358)
fdwr Sep 26, 2019
8830e76
Remove typing packages from test requirements (#2375)
fdwr Oct 1, 2019
25dd6bc
Add deprecated operators table.
fdwr Oct 2, 2019
967621d
Add deprecated operators table.
fdwr Oct 2, 2019
ec922b8
Merge branch 'master' into master
fdwr Oct 2, 2019
8bb1d4f
Merge branch 'master' into master
fdwr Oct 2, 2019
0436235
Incrementing version number to 1.6.0 (#2353) (#2385)
fdwr Oct 3, 2019
c6aa91d
modify file path (#2378)
fdwr Oct 4, 2019
394b7e1
update shapeInference h file link (#2369)
fdwr Oct 4, 2019
da561e4
Fix Unique unit test (#2381)
fdwr Oct 4, 2019
203c374
Update doc loop op (#2337)
fdwr Oct 8, 2019
c813f61
Add type check for node inputs (#2367)
fdwr Oct 8, 2019
d13bbbd
Add section headers for easier linking (#2400)
fdwr Oct 17, 2019
06aded6
Fix missing comma in exception message. Causes invalid message depend…
fdwr Oct 20, 2019
5b340a9
add invite for next workshop (#2407)
fdwr Oct 21, 2019
ed9ccdc
Add shape existence check in GatherElements shape inference logic (#2…
fdwr Oct 22, 2019
b6f0510
fix test bugs for resize op version 11 (#2425)
fdwr Oct 30, 2019
a488aec
minor changes to NonZero and Slice (#2429)
fdwr Nov 7, 2019
05a3b39
docs: fix typo in IR.md (#2441)
fdwr Nov 7, 2019
1119c5f
Fix bug in function body verifier (#2390)
fdwr Nov 8, 2019
cbf043a
Delete duplicate word in comment (#2439)
fdwr Nov 15, 2019
d0c5322
Fix windows conda build (#2452)
fdwr Nov 15, 2019
f53ac1b
Update Argmin/Argmax (#2461)
fdwr Nov 20, 2019
9cd0226
Updated with correct URL to LICENSE (#2468)
fdwr Nov 21, 2019
1df9e2c
remove workshop update since it is done (#2460)
fdwr Nov 22, 2019
323713a
doc: fix some typos at ONNXIFI (#2473)
fdwr Nov 24, 2019
f5a6331
Add remove operator and function requirements to the add new op doc. …
fdwr Dec 4, 2019
93504ce
Add clarification for bias quantization in QlinearConv Op spec (#2464)
fdwr Dec 5, 2019
5aeba28
fix the optimize pass of fuse_consecutive_transposes (#2471)
fdwr Dec 5, 2019
2f0e17c
Minor correction type (#2411)
fdwr Dec 5, 2019
3a1661a
Edited PythonAPIOverview.md (#2491)
fdwr Dec 12, 2019
ccb17d8
python_out does not recognize dllexport_decl. (#2482)
fdwr Dec 17, 2019
0716fa6
add 8 bit support to reducemin and reducemax ops (#2516)
fdwr Dec 27, 2019
ef77feb
add 8 bit support to maxpool op (#2510)
fdwr Dec 31, 2019
12d8351
Include <ostream> in common/status.h (#2519)
fdwr Jan 2, 2020
d99b038
Correct the order of arguments of InferShapes (#2500)
fdwr Jan 2, 2020
3ba27f9
Fix Windows py3.5 CI (#2529)
fdwr Jan 3, 2020
c31ec2b
Fix wrong model version, it's not 12 (the onnx_opset_version()), not …
fdwr Jan 3, 2020
b904dce
Update CircleCI job to use Python3.6 (#2527)
fdwr Jan 5, 2020
3fae3dd
Repository guidelines (#2539)
fdwr Jan 9, 2020
d08f772
fix name of directory (#2537)
fdwr Jan 9, 2020
d976295
bump ORT version (#2538)
fdwr Jan 10, 2020
008cb54
better error message for undefined inputs (#2540)
fdwr Jan 10, 2020
b165b97
Keep symbolic dims in Concat with a single input (#2418)
fdwr Jan 14, 2020
7bea43f
Fix shape inference for Split with split attribute (#2328)
fdwr Jan 14, 2020
e4c890c
Merge branch 'master' of https://github.com/onnx/onnx
Jan 15, 2020
ff8f40a
Merge branch 'master' of https://github.com/onnx/onnx
fdwr Jan 15, 2020
e97a7a3
Address Prasanth's feedback for deprecated operators by moving them i…
Jan 15, 2020
4669b6a
Address Prasanth's feedback for deprecated operators by moving them i…
fdwr Jan 15, 2020
ef96073
Minor wording.
Jan 15, 2020
9bcf46e
Minor wording.
fdwr Jan 15, 2020
f369786
Merge branch 'master' of https://github.com/fdwr/onnx
fdwr Jan 16, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion docs/ManagingExperimentalOps.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
## [Deprecated - as of v1.5 experimental ops are no longer supported]
## Deprecated Experimental Operators

The following experimental operators were deprecated and removed from ONNX. They should be removed from models, either substituted with newer superseding operators or decomposed into functionally equivalent operators:

Old operator |New Operator
--------------------|--------------------------
`ATen` |NA
`Affine` |`Add(Mul(X, alpha), beta)`
`ConstantFill` |`ConstantOfShape`
`Crop` |`Slice-1`
`DynamicSlice` |`Slice-10`
`GRUUnit` |NA
`GivenTensorFill` |`Const` or `ConstantOfShape`
`ImageScaler` |`Add(Mul(X, scale), Unsqueeze(bias, axes=[0, 2, 3]))`
`ParametricSoftplus`|`Mul(alpha, Softplus(Mul(beta, X)))`
`Scale` |`Mul(X, scale)`
`ScaledTanh` |`Mul(Tanh(Mul(X, beta)), alpha)`

## Adding Experimental Operators [Deprecated - as of v1.5 experimental ops are no longer supported]

The experimental flag in ONNX operator definitions indicates that a customer of ONNX may not be able to take a long term dependency on that op. Ops in the ONNX namespace (ai.onnx) in the _master_ branch, whether experimental or not, go through the regular review process.

Expand Down