mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-22 22:01:08 +00:00
Fix Nuphar test failure
This commit is contained in:
parent
32d8a76f2f
commit
6f8a4f4cad
1 changed files with 2 additions and 3 deletions
|
|
@ -76,10 +76,9 @@ class NupharKernelState {
|
|||
NUPHAR_OP(Abs, 6, DataTypeImpl::AllFixedSizeTensorTypes()) \
|
||||
NUPHAR_OP(Add, 7, DataTypeImpl::AllFixedSizeTensorTypes()) \
|
||||
NUPHAR_VERSIONED_OP(ArgMax, 1, 10, DataTypeImpl::AllFixedSizeTensorTypes()) \
|
||||
NUPHAR_OP(ArgMax, 11, DataTypeImpl::AllFixedSizeTensorTypes()) \
|
||||
NUPHAR_OP(ArgMax, 1, DataTypeImpl::AllFixedSizeTensorTypes()) \
|
||||
NUPHAR_VERSIONED_OP(ArgMax, 11, 11, DataTypeImpl::AllFixedSizeTensorTypes()) \
|
||||
NUPHAR_VERSIONED_OP(ArgMin, 1, 10, DataTypeImpl::AllFixedSizeTensorTypes()) \
|
||||
NUPHAR_OP(ArgMin, 11, DataTypeImpl::AllFixedSizeTensorTypes()) \
|
||||
NUPHAR_VERSIONED_OP(ArgMin, 11, 11, DataTypeImpl::AllFixedSizeTensorTypes()) \
|
||||
NUPHAR_VERSIONED_OP(AveragePool, 7, 9, DataTypeImpl::AllIEEEFloatTensorExceptHalfTypes()) \
|
||||
NUPHAR_OP(AveragePool, 10, DataTypeImpl::AllIEEEFloatTensorExceptHalfTypes()) \
|
||||
NUPHAR_OP(AveragePool, 11, DataTypeImpl::AllIEEEFloatTensorExceptHalfTypes()) \
|
||||
|
|
|
|||
Loading…
Reference in a new issue