Implementation of ArgMin ONNX + TF extractors (#5126)
* implement argmin extractors * reconsidering argmax to topk * arg ops refactoring * rename ArgMaxToTopK * added unittests * update docs * move unittest file to new folder * conversations resolving * revert changes with argmax.py, move argmin op to a new file * rename ArgMaxSqueeze * updated BOM file * little fix * code refactoring in ArgMaxOp, updated unittests Co-authored-by: yegor.kruglov <ykruglov@nnlvdp-mkaglins.inn.intel.com>
This commit is contained in:
@@ -128,6 +128,7 @@ Standard TensorFlow\* operations:
|
||||
| AddV2 | No |
|
||||
| AddN | No |
|
||||
| ArgMax | No |
|
||||
| ArgMin | No |
|
||||
| Asinh | No |
|
||||
| Atanh | No |
|
||||
| AvgPool | No |
|
||||
@@ -398,6 +399,7 @@ Standard ONNX\* operators:
|
||||
| Add | No |
|
||||
| Affine | No |
|
||||
| ArgMax | No |
|
||||
| ArgMin | No |
|
||||
| Asin | No |
|
||||
| Asinh | No |
|
||||
| Atan | No |
|
||||
|
||||
Reference in New Issue
Block a user