From ce73cca3e760b5bd23dfceea90931b9ec0a05a5a Mon Sep 17 00:00:00 2001 From: Jaxonnxruntime Authors Date: Thu, 19 Feb 2026 10:20:05 -0800 Subject: [PATCH] No public description PiperOrigin-RevId: 872456619 --- docs/conf.py | 2 +- docs/examples/jaxonnxruntime-python-api.py | 2 +- jaxonnxruntime/__init__.py | 2 +- jaxonnxruntime/backend.py | 2 +- jaxonnxruntime/core/__init__.py | 2 +- jaxonnxruntime/core/call_onnx.py | 2 +- jaxonnxruntime/core/call_onnx_test.py | 2 +- jaxonnxruntime/core/config_class.py | 2 +- jaxonnxruntime/core/handler.py | 2 +- jaxonnxruntime/core/handler_test.py | 2 +- jaxonnxruntime/core/onnx_graph.py | 2 +- jaxonnxruntime/core/onnx_graph_test.py | 2 +- jaxonnxruntime/core/onnx_node.py | 2 +- jaxonnxruntime/core/onnx_node_test.py | 2 +- jaxonnxruntime/core/onnx_utils.py | 2 +- jaxonnxruntime/core/onnx_utils_test.py | 2 +- jaxonnxruntime/experimental/call_torch/__init__.py | 2 +- jaxonnxruntime/experimental/call_torch/_call_torch.py | 2 +- jaxonnxruntime/experimental/call_torch/call_torch_test.py | 2 +- .../experimental/call_torch/call_torch_test_util.py | 2 +- jaxonnxruntime/experimental/call_torch/call_torch_xla.py | 2 +- jaxonnxruntime/experimental/call_torch/call_torch_xla_test.py | 2 +- jaxonnxruntime/experimental/call_torch/test_data/d2l_torch.py | 2 +- jaxonnxruntime/experimental/custom_ops/__init__.py | 2 +- jaxonnxruntime/experimental/custom_ops/zeros_like.py | 2 +- jaxonnxruntime/experimental/custom_ops/zeros_like_test.py | 2 +- jaxonnxruntime/experimental/export/__init__.py | 2 +- jaxonnxruntime/experimental/export/exportable.py | 2 +- jaxonnxruntime/experimental/export/exportable_test.py | 2 +- jaxonnxruntime/experimental/export/exportable_test_utils.py | 2 +- jaxonnxruntime/experimental/export/exportable_utils.py | 2 +- jaxonnxruntime/experimental/export/jax_exported_test.py | 2 +- jaxonnxruntime/experimental/export/tensorflow_exportable.py | 2 +- .../experimental/export/tensorflow_exportable_test.py | 2 +- jaxonnxruntime/experimental/export/torch_exportable.py | 2 +- jaxonnxruntime/experimental/export/torch_exportable_test.py | 2 +- jaxonnxruntime/onnx_ops/__init__.py | 2 +- jaxonnxruntime/onnx_ops/abs.py | 2 +- jaxonnxruntime/onnx_ops/acos.py | 2 +- jaxonnxruntime/onnx_ops/acosh.py | 2 +- jaxonnxruntime/onnx_ops/add.py | 2 +- jaxonnxruntime/onnx_ops/and_op.py | 2 +- jaxonnxruntime/onnx_ops/argmax.py | 2 +- jaxonnxruntime/onnx_ops/argmin.py | 2 +- jaxonnxruntime/onnx_ops/asin.py | 2 +- jaxonnxruntime/onnx_ops/asinh.py | 2 +- jaxonnxruntime/onnx_ops/atan.py | 2 +- jaxonnxruntime/onnx_ops/atanh.py | 2 +- jaxonnxruntime/onnx_ops/averagepool.py | 2 +- jaxonnxruntime/onnx_ops/batchnormalization.py | 2 +- jaxonnxruntime/onnx_ops/bitshift.py | 2 +- jaxonnxruntime/onnx_ops/cast.py | 2 +- jaxonnxruntime/onnx_ops/castlike.py | 2 +- jaxonnxruntime/onnx_ops/ceil.py | 2 +- jaxonnxruntime/onnx_ops/clip.py | 2 +- jaxonnxruntime/onnx_ops/concat.py | 2 +- jaxonnxruntime/onnx_ops/constant.py | 2 +- jaxonnxruntime/onnx_ops/constantofshape.py | 2 +- jaxonnxruntime/onnx_ops/conv.py | 2 +- jaxonnxruntime/onnx_ops/cos.py | 2 +- jaxonnxruntime/onnx_ops/cosh.py | 2 +- jaxonnxruntime/onnx_ops/dequantizelinear.py | 2 +- jaxonnxruntime/onnx_ops/div.py | 2 +- jaxonnxruntime/onnx_ops/dropout.py | 2 +- jaxonnxruntime/onnx_ops/dropout_test.py | 2 +- jaxonnxruntime/onnx_ops/einsum.py | 2 +- jaxonnxruntime/onnx_ops/equal.py | 2 +- jaxonnxruntime/onnx_ops/erf.py | 2 +- jaxonnxruntime/onnx_ops/exp.py | 2 +- jaxonnxruntime/onnx_ops/expand.py | 2 +- jaxonnxruntime/onnx_ops/flatten.py | 2 +- jaxonnxruntime/onnx_ops/gather.py | 2 +- jaxonnxruntime/onnx_ops/gatherelements.py | 2 +- jaxonnxruntime/onnx_ops/gemm.py | 2 +- jaxonnxruntime/onnx_ops/globalaveragepool.py | 2 +- jaxonnxruntime/onnx_ops/greater.py | 2 +- jaxonnxruntime/onnx_ops/greaterorequal.py | 2 +- jaxonnxruntime/onnx_ops/identity.py | 2 +- jaxonnxruntime/onnx_ops/if_op.py | 2 +- jaxonnxruntime/onnx_ops/leakyrelu.py | 2 +- jaxonnxruntime/onnx_ops/less.py | 2 +- jaxonnxruntime/onnx_ops/lessorequal.py | 2 +- jaxonnxruntime/onnx_ops/log.py | 2 +- jaxonnxruntime/onnx_ops/logsoftmax.py | 2 +- jaxonnxruntime/onnx_ops/lrn.py | 2 +- jaxonnxruntime/onnx_ops/matmul.py | 2 +- jaxonnxruntime/onnx_ops/max.py | 2 +- jaxonnxruntime/onnx_ops/maxpool.py | 2 +- jaxonnxruntime/onnx_ops/min.py | 2 +- jaxonnxruntime/onnx_ops/mul.py | 2 +- jaxonnxruntime/onnx_ops/neg.py | 2 +- jaxonnxruntime/onnx_ops/nonzero.py | 2 +- jaxonnxruntime/onnx_ops/onehot.py | 2 +- jaxonnxruntime/onnx_ops/onehot_test.py | 2 +- jaxonnxruntime/onnx_ops/onnx_not.py | 2 +- jaxonnxruntime/onnx_ops/onnx_ops_utils.py | 2 +- jaxonnxruntime/onnx_ops/or_op.py | 2 +- jaxonnxruntime/onnx_ops/pad.py | 2 +- jaxonnxruntime/onnx_ops/pow.py | 2 +- jaxonnxruntime/onnx_ops/prelu.py | 2 +- jaxonnxruntime/onnx_ops/quantizelinear.py | 2 +- jaxonnxruntime/onnx_ops/range.py | 2 +- jaxonnxruntime/onnx_ops/reciprocal.py | 2 +- jaxonnxruntime/onnx_ops/reducemax.py | 2 +- jaxonnxruntime/onnx_ops/reducemean.py | 2 +- jaxonnxruntime/onnx_ops/reducesum.py | 2 +- jaxonnxruntime/onnx_ops/relu.py | 2 +- jaxonnxruntime/onnx_ops/reshape.py | 2 +- jaxonnxruntime/onnx_ops/scatterelements.py | 2 +- jaxonnxruntime/onnx_ops/scatternd.py | 2 +- jaxonnxruntime/onnx_ops/selu.py | 2 +- jaxonnxruntime/onnx_ops/shape.py | 2 +- jaxonnxruntime/onnx_ops/sigmoid.py | 2 +- jaxonnxruntime/onnx_ops/sin.py | 2 +- jaxonnxruntime/onnx_ops/sinh.py | 2 +- jaxonnxruntime/onnx_ops/slice.py | 2 +- jaxonnxruntime/onnx_ops/softmax.py | 2 +- jaxonnxruntime/onnx_ops/softplus.py | 2 +- jaxonnxruntime/onnx_ops/split.py | 2 +- jaxonnxruntime/onnx_ops/sqrt.py | 2 +- jaxonnxruntime/onnx_ops/squeeze.py | 2 +- jaxonnxruntime/onnx_ops/sub.py | 2 +- jaxonnxruntime/onnx_ops/sum.py | 2 +- jaxonnxruntime/onnx_ops/tanh.py | 2 +- jaxonnxruntime/onnx_ops/tile.py | 2 +- jaxonnxruntime/onnx_ops/topk.py | 2 +- jaxonnxruntime/onnx_ops/transpose.py | 2 +- jaxonnxruntime/onnx_ops/trilu.py | 2 +- jaxonnxruntime/onnx_ops/unsqueeze.py | 2 +- jaxonnxruntime/onnx_ops/where.py | 2 +- jaxonnxruntime/runner.py | 2 +- jaxonnxruntime/version.py | 2 +- tests/onnx_models_test.py | 4 ++-- tests/onnx_ops_test.py | 2 +- tools/analyze_model.py | 2 +- tools/op_code_generator.py | 2 +- 136 files changed, 137 insertions(+), 137 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index b2b552c..a0182cd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/docs/examples/jaxonnxruntime-python-api.py b/docs/examples/jaxonnxruntime-python-api.py index 13247f5..52e874a 100644 --- a/docs/examples/jaxonnxruntime-python-api.py +++ b/docs/examples/jaxonnxruntime-python-api.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/__init__.py b/jaxonnxruntime/__init__.py index fe5349f..44a654b 100644 --- a/jaxonnxruntime/__init__.py +++ b/jaxonnxruntime/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/backend.py b/jaxonnxruntime/backend.py index 443af56..c58a275 100644 --- a/jaxonnxruntime/backend.py +++ b/jaxonnxruntime/backend.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/core/__init__.py b/jaxonnxruntime/core/__init__.py index 6703363..b97ad01 100644 --- a/jaxonnxruntime/core/__init__.py +++ b/jaxonnxruntime/core/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/core/call_onnx.py b/jaxonnxruntime/core/call_onnx.py index 9efaaf5..22d2043 100644 --- a/jaxonnxruntime/core/call_onnx.py +++ b/jaxonnxruntime/core/call_onnx.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/core/call_onnx_test.py b/jaxonnxruntime/core/call_onnx_test.py index f401fda..1e9968e 100644 --- a/jaxonnxruntime/core/call_onnx_test.py +++ b/jaxonnxruntime/core/call_onnx_test.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/core/config_class.py b/jaxonnxruntime/core/config_class.py index 94dec3b..2b5511e 100644 --- a/jaxonnxruntime/core/config_class.py +++ b/jaxonnxruntime/core/config_class.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/core/handler.py b/jaxonnxruntime/core/handler.py index 161e4d0..5c65039 100644 --- a/jaxonnxruntime/core/handler.py +++ b/jaxonnxruntime/core/handler.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/core/handler_test.py b/jaxonnxruntime/core/handler_test.py index 4ee43a1..5e5c781 100644 --- a/jaxonnxruntime/core/handler_test.py +++ b/jaxonnxruntime/core/handler_test.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/core/onnx_graph.py b/jaxonnxruntime/core/onnx_graph.py index 4c2f703..b59b6f1 100644 --- a/jaxonnxruntime/core/onnx_graph.py +++ b/jaxonnxruntime/core/onnx_graph.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/core/onnx_graph_test.py b/jaxonnxruntime/core/onnx_graph_test.py index ac356fc..134aa5c 100644 --- a/jaxonnxruntime/core/onnx_graph_test.py +++ b/jaxonnxruntime/core/onnx_graph_test.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/core/onnx_node.py b/jaxonnxruntime/core/onnx_node.py index 370e019..83d5b3c 100644 --- a/jaxonnxruntime/core/onnx_node.py +++ b/jaxonnxruntime/core/onnx_node.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/core/onnx_node_test.py b/jaxonnxruntime/core/onnx_node_test.py index 742e13d..085e660 100644 --- a/jaxonnxruntime/core/onnx_node_test.py +++ b/jaxonnxruntime/core/onnx_node_test.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/core/onnx_utils.py b/jaxonnxruntime/core/onnx_utils.py index b21847a..53eba60 100644 --- a/jaxonnxruntime/core/onnx_utils.py +++ b/jaxonnxruntime/core/onnx_utils.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/core/onnx_utils_test.py b/jaxonnxruntime/core/onnx_utils_test.py index b27030c..36b0f7f 100644 --- a/jaxonnxruntime/core/onnx_utils_test.py +++ b/jaxonnxruntime/core/onnx_utils_test.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/experimental/call_torch/__init__.py b/jaxonnxruntime/experimental/call_torch/__init__.py index de95ab1..0cc74db 100644 --- a/jaxonnxruntime/experimental/call_torch/__init__.py +++ b/jaxonnxruntime/experimental/call_torch/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/experimental/call_torch/_call_torch.py b/jaxonnxruntime/experimental/call_torch/_call_torch.py index 1bdd309..0b0c93e 100644 --- a/jaxonnxruntime/experimental/call_torch/_call_torch.py +++ b/jaxonnxruntime/experimental/call_torch/_call_torch.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/experimental/call_torch/call_torch_test.py b/jaxonnxruntime/experimental/call_torch/call_torch_test.py index b335ee8..54ada77 100644 --- a/jaxonnxruntime/experimental/call_torch/call_torch_test.py +++ b/jaxonnxruntime/experimental/call_torch/call_torch_test.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/experimental/call_torch/call_torch_test_util.py b/jaxonnxruntime/experimental/call_torch/call_torch_test_util.py index 07a8171..aaa9a61 100644 --- a/jaxonnxruntime/experimental/call_torch/call_torch_test_util.py +++ b/jaxonnxruntime/experimental/call_torch/call_torch_test_util.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/experimental/call_torch/call_torch_xla.py b/jaxonnxruntime/experimental/call_torch/call_torch_xla.py index ee1ab8d..19409a4 100644 --- a/jaxonnxruntime/experimental/call_torch/call_torch_xla.py +++ b/jaxonnxruntime/experimental/call_torch/call_torch_xla.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/experimental/call_torch/call_torch_xla_test.py b/jaxonnxruntime/experimental/call_torch/call_torch_xla_test.py index d883b20..31ec2d1 100644 --- a/jaxonnxruntime/experimental/call_torch/call_torch_xla_test.py +++ b/jaxonnxruntime/experimental/call_torch/call_torch_xla_test.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/experimental/call_torch/test_data/d2l_torch.py b/jaxonnxruntime/experimental/call_torch/test_data/d2l_torch.py index a3dd830..5c28ef4 100644 --- a/jaxonnxruntime/experimental/call_torch/test_data/d2l_torch.py +++ b/jaxonnxruntime/experimental/call_torch/test_data/d2l_torch.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/experimental/custom_ops/__init__.py b/jaxonnxruntime/experimental/custom_ops/__init__.py index 34cbb0e..2e2b28a 100644 --- a/jaxonnxruntime/experimental/custom_ops/__init__.py +++ b/jaxonnxruntime/experimental/custom_ops/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/experimental/custom_ops/zeros_like.py b/jaxonnxruntime/experimental/custom_ops/zeros_like.py index 920a6a7..92779ec 100644 --- a/jaxonnxruntime/experimental/custom_ops/zeros_like.py +++ b/jaxonnxruntime/experimental/custom_ops/zeros_like.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/experimental/custom_ops/zeros_like_test.py b/jaxonnxruntime/experimental/custom_ops/zeros_like_test.py index 64669e6..dd20389 100644 --- a/jaxonnxruntime/experimental/custom_ops/zeros_like_test.py +++ b/jaxonnxruntime/experimental/custom_ops/zeros_like_test.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/experimental/export/__init__.py b/jaxonnxruntime/experimental/export/__init__.py index 6fa9961..c22a70e 100644 --- a/jaxonnxruntime/experimental/export/__init__.py +++ b/jaxonnxruntime/experimental/export/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/experimental/export/exportable.py b/jaxonnxruntime/experimental/export/exportable.py index 971e347..c4e1236 100644 --- a/jaxonnxruntime/experimental/export/exportable.py +++ b/jaxonnxruntime/experimental/export/exportable.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/experimental/export/exportable_test.py b/jaxonnxruntime/experimental/export/exportable_test.py index 70ce544..3819108 100644 --- a/jaxonnxruntime/experimental/export/exportable_test.py +++ b/jaxonnxruntime/experimental/export/exportable_test.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/experimental/export/exportable_test_utils.py b/jaxonnxruntime/experimental/export/exportable_test_utils.py index 7fc56cb..490651b 100644 --- a/jaxonnxruntime/experimental/export/exportable_test_utils.py +++ b/jaxonnxruntime/experimental/export/exportable_test_utils.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/experimental/export/exportable_utils.py b/jaxonnxruntime/experimental/export/exportable_utils.py index 77176e6..94b62b8 100644 --- a/jaxonnxruntime/experimental/export/exportable_utils.py +++ b/jaxonnxruntime/experimental/export/exportable_utils.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/experimental/export/jax_exported_test.py b/jaxonnxruntime/experimental/export/jax_exported_test.py index 4cd2873..98ff601 100644 --- a/jaxonnxruntime/experimental/export/jax_exported_test.py +++ b/jaxonnxruntime/experimental/export/jax_exported_test.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/experimental/export/tensorflow_exportable.py b/jaxonnxruntime/experimental/export/tensorflow_exportable.py index ae1802f..c9c659c 100644 --- a/jaxonnxruntime/experimental/export/tensorflow_exportable.py +++ b/jaxonnxruntime/experimental/export/tensorflow_exportable.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/experimental/export/tensorflow_exportable_test.py b/jaxonnxruntime/experimental/export/tensorflow_exportable_test.py index 27b7a02..3cf6139 100644 --- a/jaxonnxruntime/experimental/export/tensorflow_exportable_test.py +++ b/jaxonnxruntime/experimental/export/tensorflow_exportable_test.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/experimental/export/torch_exportable.py b/jaxonnxruntime/experimental/export/torch_exportable.py index 2418120..3f9afcd 100644 --- a/jaxonnxruntime/experimental/export/torch_exportable.py +++ b/jaxonnxruntime/experimental/export/torch_exportable.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/experimental/export/torch_exportable_test.py b/jaxonnxruntime/experimental/export/torch_exportable_test.py index 89bbde7..a9c253f 100644 --- a/jaxonnxruntime/experimental/export/torch_exportable_test.py +++ b/jaxonnxruntime/experimental/export/torch_exportable_test.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/__init__.py b/jaxonnxruntime/onnx_ops/__init__.py index 6a0af7d..5199367 100644 --- a/jaxonnxruntime/onnx_ops/__init__.py +++ b/jaxonnxruntime/onnx_ops/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/abs.py b/jaxonnxruntime/onnx_ops/abs.py index 76c45e4..f999880 100644 --- a/jaxonnxruntime/onnx_ops/abs.py +++ b/jaxonnxruntime/onnx_ops/abs.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/acos.py b/jaxonnxruntime/onnx_ops/acos.py index 0f3900d..a3ced0a 100644 --- a/jaxonnxruntime/onnx_ops/acos.py +++ b/jaxonnxruntime/onnx_ops/acos.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/acosh.py b/jaxonnxruntime/onnx_ops/acosh.py index 9888e5d..aca742a 100644 --- a/jaxonnxruntime/onnx_ops/acosh.py +++ b/jaxonnxruntime/onnx_ops/acosh.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/add.py b/jaxonnxruntime/onnx_ops/add.py index 8e59ec9..2f5b8f8 100644 --- a/jaxonnxruntime/onnx_ops/add.py +++ b/jaxonnxruntime/onnx_ops/add.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/and_op.py b/jaxonnxruntime/onnx_ops/and_op.py index 39b1a8f..7dc832f 100644 --- a/jaxonnxruntime/onnx_ops/and_op.py +++ b/jaxonnxruntime/onnx_ops/and_op.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/argmax.py b/jaxonnxruntime/onnx_ops/argmax.py index ea76167..a413ea7 100644 --- a/jaxonnxruntime/onnx_ops/argmax.py +++ b/jaxonnxruntime/onnx_ops/argmax.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/argmin.py b/jaxonnxruntime/onnx_ops/argmin.py index ac919f2..2791981 100644 --- a/jaxonnxruntime/onnx_ops/argmin.py +++ b/jaxonnxruntime/onnx_ops/argmin.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/asin.py b/jaxonnxruntime/onnx_ops/asin.py index ed4dc66..2d015ce 100644 --- a/jaxonnxruntime/onnx_ops/asin.py +++ b/jaxonnxruntime/onnx_ops/asin.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/asinh.py b/jaxonnxruntime/onnx_ops/asinh.py index 845b87a..cd119c2 100644 --- a/jaxonnxruntime/onnx_ops/asinh.py +++ b/jaxonnxruntime/onnx_ops/asinh.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/atan.py b/jaxonnxruntime/onnx_ops/atan.py index 51de4ea..f1e4e9f 100644 --- a/jaxonnxruntime/onnx_ops/atan.py +++ b/jaxonnxruntime/onnx_ops/atan.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/atanh.py b/jaxonnxruntime/onnx_ops/atanh.py index 17260dc..181484a 100644 --- a/jaxonnxruntime/onnx_ops/atanh.py +++ b/jaxonnxruntime/onnx_ops/atanh.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/averagepool.py b/jaxonnxruntime/onnx_ops/averagepool.py index cb8fadb..7c2c1a6 100644 --- a/jaxonnxruntime/onnx_ops/averagepool.py +++ b/jaxonnxruntime/onnx_ops/averagepool.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/batchnormalization.py b/jaxonnxruntime/onnx_ops/batchnormalization.py index 726849e..9c96eeb 100644 --- a/jaxonnxruntime/onnx_ops/batchnormalization.py +++ b/jaxonnxruntime/onnx_ops/batchnormalization.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/bitshift.py b/jaxonnxruntime/onnx_ops/bitshift.py index 69c2738..513552a 100644 --- a/jaxonnxruntime/onnx_ops/bitshift.py +++ b/jaxonnxruntime/onnx_ops/bitshift.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/cast.py b/jaxonnxruntime/onnx_ops/cast.py index b307bda..3202cd0 100644 --- a/jaxonnxruntime/onnx_ops/cast.py +++ b/jaxonnxruntime/onnx_ops/cast.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/castlike.py b/jaxonnxruntime/onnx_ops/castlike.py index 1a5ee66..b171cb3 100644 --- a/jaxonnxruntime/onnx_ops/castlike.py +++ b/jaxonnxruntime/onnx_ops/castlike.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/ceil.py b/jaxonnxruntime/onnx_ops/ceil.py index 41e8d1f..0022b7f 100644 --- a/jaxonnxruntime/onnx_ops/ceil.py +++ b/jaxonnxruntime/onnx_ops/ceil.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/clip.py b/jaxonnxruntime/onnx_ops/clip.py index 2aed467..947dc41 100644 --- a/jaxonnxruntime/onnx_ops/clip.py +++ b/jaxonnxruntime/onnx_ops/clip.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/concat.py b/jaxonnxruntime/onnx_ops/concat.py index 7c27c5d..b7be526 100644 --- a/jaxonnxruntime/onnx_ops/concat.py +++ b/jaxonnxruntime/onnx_ops/concat.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/constant.py b/jaxonnxruntime/onnx_ops/constant.py index c6da494..0b976f0 100644 --- a/jaxonnxruntime/onnx_ops/constant.py +++ b/jaxonnxruntime/onnx_ops/constant.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/constantofshape.py b/jaxonnxruntime/onnx_ops/constantofshape.py index 6521c2e..0c666f2 100644 --- a/jaxonnxruntime/onnx_ops/constantofshape.py +++ b/jaxonnxruntime/onnx_ops/constantofshape.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/conv.py b/jaxonnxruntime/onnx_ops/conv.py index 8144a4c..914b1ea 100644 --- a/jaxonnxruntime/onnx_ops/conv.py +++ b/jaxonnxruntime/onnx_ops/conv.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/cos.py b/jaxonnxruntime/onnx_ops/cos.py index 00fa70a..98e3ac2 100644 --- a/jaxonnxruntime/onnx_ops/cos.py +++ b/jaxonnxruntime/onnx_ops/cos.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/cosh.py b/jaxonnxruntime/onnx_ops/cosh.py index 10de26e..84dfaf2 100644 --- a/jaxonnxruntime/onnx_ops/cosh.py +++ b/jaxonnxruntime/onnx_ops/cosh.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/dequantizelinear.py b/jaxonnxruntime/onnx_ops/dequantizelinear.py index 38c2614..57eb23c 100644 --- a/jaxonnxruntime/onnx_ops/dequantizelinear.py +++ b/jaxonnxruntime/onnx_ops/dequantizelinear.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/div.py b/jaxonnxruntime/onnx_ops/div.py index 3cbdc28..162a065 100644 --- a/jaxonnxruntime/onnx_ops/div.py +++ b/jaxonnxruntime/onnx_ops/div.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/dropout.py b/jaxonnxruntime/onnx_ops/dropout.py index 57ffda3..5d85a97 100644 --- a/jaxonnxruntime/onnx_ops/dropout.py +++ b/jaxonnxruntime/onnx_ops/dropout.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/dropout_test.py b/jaxonnxruntime/onnx_ops/dropout_test.py index a406e7a..df3f46e 100644 --- a/jaxonnxruntime/onnx_ops/dropout_test.py +++ b/jaxonnxruntime/onnx_ops/dropout_test.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/einsum.py b/jaxonnxruntime/onnx_ops/einsum.py index 06c6de3..40613de 100644 --- a/jaxonnxruntime/onnx_ops/einsum.py +++ b/jaxonnxruntime/onnx_ops/einsum.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/equal.py b/jaxonnxruntime/onnx_ops/equal.py index b6b94b9..520d555 100644 --- a/jaxonnxruntime/onnx_ops/equal.py +++ b/jaxonnxruntime/onnx_ops/equal.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/erf.py b/jaxonnxruntime/onnx_ops/erf.py index 3f7b7cc..623b8cd 100644 --- a/jaxonnxruntime/onnx_ops/erf.py +++ b/jaxonnxruntime/onnx_ops/erf.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/exp.py b/jaxonnxruntime/onnx_ops/exp.py index 5e0e98f..47bd6ff 100644 --- a/jaxonnxruntime/onnx_ops/exp.py +++ b/jaxonnxruntime/onnx_ops/exp.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/expand.py b/jaxonnxruntime/onnx_ops/expand.py index f2ae04d..cf7868e 100644 --- a/jaxonnxruntime/onnx_ops/expand.py +++ b/jaxonnxruntime/onnx_ops/expand.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/flatten.py b/jaxonnxruntime/onnx_ops/flatten.py index c1b01d0..276df02 100644 --- a/jaxonnxruntime/onnx_ops/flatten.py +++ b/jaxonnxruntime/onnx_ops/flatten.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/gather.py b/jaxonnxruntime/onnx_ops/gather.py index 3caa8e3..33f1541 100644 --- a/jaxonnxruntime/onnx_ops/gather.py +++ b/jaxonnxruntime/onnx_ops/gather.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/gatherelements.py b/jaxonnxruntime/onnx_ops/gatherelements.py index 42024da..4b88aa6 100644 --- a/jaxonnxruntime/onnx_ops/gatherelements.py +++ b/jaxonnxruntime/onnx_ops/gatherelements.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/gemm.py b/jaxonnxruntime/onnx_ops/gemm.py index e4a39e1..b6938a4 100644 --- a/jaxonnxruntime/onnx_ops/gemm.py +++ b/jaxonnxruntime/onnx_ops/gemm.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/globalaveragepool.py b/jaxonnxruntime/onnx_ops/globalaveragepool.py index 36c6ec5..88db825 100644 --- a/jaxonnxruntime/onnx_ops/globalaveragepool.py +++ b/jaxonnxruntime/onnx_ops/globalaveragepool.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/greater.py b/jaxonnxruntime/onnx_ops/greater.py index d85e65b..52ccec3 100644 --- a/jaxonnxruntime/onnx_ops/greater.py +++ b/jaxonnxruntime/onnx_ops/greater.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/greaterorequal.py b/jaxonnxruntime/onnx_ops/greaterorequal.py index 6252cbe..ff1146d 100644 --- a/jaxonnxruntime/onnx_ops/greaterorequal.py +++ b/jaxonnxruntime/onnx_ops/greaterorequal.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/identity.py b/jaxonnxruntime/onnx_ops/identity.py index 5d79a53..eeadcfd 100644 --- a/jaxonnxruntime/onnx_ops/identity.py +++ b/jaxonnxruntime/onnx_ops/identity.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/if_op.py b/jaxonnxruntime/onnx_ops/if_op.py index d0f4a45..9d3c77d 100644 --- a/jaxonnxruntime/onnx_ops/if_op.py +++ b/jaxonnxruntime/onnx_ops/if_op.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/leakyrelu.py b/jaxonnxruntime/onnx_ops/leakyrelu.py index d23d9ba..60cf5a1 100644 --- a/jaxonnxruntime/onnx_ops/leakyrelu.py +++ b/jaxonnxruntime/onnx_ops/leakyrelu.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/less.py b/jaxonnxruntime/onnx_ops/less.py index 49793ca..ae1afbe 100644 --- a/jaxonnxruntime/onnx_ops/less.py +++ b/jaxonnxruntime/onnx_ops/less.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/lessorequal.py b/jaxonnxruntime/onnx_ops/lessorequal.py index 8011eb6..fca3901 100644 --- a/jaxonnxruntime/onnx_ops/lessorequal.py +++ b/jaxonnxruntime/onnx_ops/lessorequal.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/log.py b/jaxonnxruntime/onnx_ops/log.py index febb4bf..8a82ede 100644 --- a/jaxonnxruntime/onnx_ops/log.py +++ b/jaxonnxruntime/onnx_ops/log.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/logsoftmax.py b/jaxonnxruntime/onnx_ops/logsoftmax.py index 522fa5f..bff146b 100644 --- a/jaxonnxruntime/onnx_ops/logsoftmax.py +++ b/jaxonnxruntime/onnx_ops/logsoftmax.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/lrn.py b/jaxonnxruntime/onnx_ops/lrn.py index 48492c3..e41d426 100644 --- a/jaxonnxruntime/onnx_ops/lrn.py +++ b/jaxonnxruntime/onnx_ops/lrn.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/matmul.py b/jaxonnxruntime/onnx_ops/matmul.py index 013e73c..bc115d4 100644 --- a/jaxonnxruntime/onnx_ops/matmul.py +++ b/jaxonnxruntime/onnx_ops/matmul.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/max.py b/jaxonnxruntime/onnx_ops/max.py index abbf5a4..c5f59ec 100644 --- a/jaxonnxruntime/onnx_ops/max.py +++ b/jaxonnxruntime/onnx_ops/max.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/maxpool.py b/jaxonnxruntime/onnx_ops/maxpool.py index 7891b28..6caa528 100644 --- a/jaxonnxruntime/onnx_ops/maxpool.py +++ b/jaxonnxruntime/onnx_ops/maxpool.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/min.py b/jaxonnxruntime/onnx_ops/min.py index 9c77c71..b485f43 100644 --- a/jaxonnxruntime/onnx_ops/min.py +++ b/jaxonnxruntime/onnx_ops/min.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/mul.py b/jaxonnxruntime/onnx_ops/mul.py index fdbe95c..2ccdf91 100644 --- a/jaxonnxruntime/onnx_ops/mul.py +++ b/jaxonnxruntime/onnx_ops/mul.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/neg.py b/jaxonnxruntime/onnx_ops/neg.py index 9b8cddc..7028858 100644 --- a/jaxonnxruntime/onnx_ops/neg.py +++ b/jaxonnxruntime/onnx_ops/neg.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/nonzero.py b/jaxonnxruntime/onnx_ops/nonzero.py index b4bad3d..aab26b4 100644 --- a/jaxonnxruntime/onnx_ops/nonzero.py +++ b/jaxonnxruntime/onnx_ops/nonzero.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/onehot.py b/jaxonnxruntime/onnx_ops/onehot.py index b7dbd46..7be070c 100644 --- a/jaxonnxruntime/onnx_ops/onehot.py +++ b/jaxonnxruntime/onnx_ops/onehot.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/onehot_test.py b/jaxonnxruntime/onnx_ops/onehot_test.py index 368dd1d..0f3acde 100644 --- a/jaxonnxruntime/onnx_ops/onehot_test.py +++ b/jaxonnxruntime/onnx_ops/onehot_test.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/onnx_not.py b/jaxonnxruntime/onnx_ops/onnx_not.py index 041bfee..17db6ac 100644 --- a/jaxonnxruntime/onnx_ops/onnx_not.py +++ b/jaxonnxruntime/onnx_ops/onnx_not.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/onnx_ops_utils.py b/jaxonnxruntime/onnx_ops/onnx_ops_utils.py index 556a6e9..09567fd 100644 --- a/jaxonnxruntime/onnx_ops/onnx_ops_utils.py +++ b/jaxonnxruntime/onnx_ops/onnx_ops_utils.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/or_op.py b/jaxonnxruntime/onnx_ops/or_op.py index 55a5325..61169cd 100644 --- a/jaxonnxruntime/onnx_ops/or_op.py +++ b/jaxonnxruntime/onnx_ops/or_op.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/pad.py b/jaxonnxruntime/onnx_ops/pad.py index 5cee8b2..6f6a153 100644 --- a/jaxonnxruntime/onnx_ops/pad.py +++ b/jaxonnxruntime/onnx_ops/pad.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/pow.py b/jaxonnxruntime/onnx_ops/pow.py index c933d95..a345568 100644 --- a/jaxonnxruntime/onnx_ops/pow.py +++ b/jaxonnxruntime/onnx_ops/pow.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/prelu.py b/jaxonnxruntime/onnx_ops/prelu.py index 5d7c571..a6c97ad 100644 --- a/jaxonnxruntime/onnx_ops/prelu.py +++ b/jaxonnxruntime/onnx_ops/prelu.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/quantizelinear.py b/jaxonnxruntime/onnx_ops/quantizelinear.py index ec5a047..7ecf53b 100644 --- a/jaxonnxruntime/onnx_ops/quantizelinear.py +++ b/jaxonnxruntime/onnx_ops/quantizelinear.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/range.py b/jaxonnxruntime/onnx_ops/range.py index ecb60c6..7e4660c 100644 --- a/jaxonnxruntime/onnx_ops/range.py +++ b/jaxonnxruntime/onnx_ops/range.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/reciprocal.py b/jaxonnxruntime/onnx_ops/reciprocal.py index 9a939d9..b4c7d1b 100644 --- a/jaxonnxruntime/onnx_ops/reciprocal.py +++ b/jaxonnxruntime/onnx_ops/reciprocal.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/reducemax.py b/jaxonnxruntime/onnx_ops/reducemax.py index f602a89..86635de 100644 --- a/jaxonnxruntime/onnx_ops/reducemax.py +++ b/jaxonnxruntime/onnx_ops/reducemax.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/reducemean.py b/jaxonnxruntime/onnx_ops/reducemean.py index 5ff73a3..06ad39c 100644 --- a/jaxonnxruntime/onnx_ops/reducemean.py +++ b/jaxonnxruntime/onnx_ops/reducemean.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/reducesum.py b/jaxonnxruntime/onnx_ops/reducesum.py index 8338980..ef2143e 100644 --- a/jaxonnxruntime/onnx_ops/reducesum.py +++ b/jaxonnxruntime/onnx_ops/reducesum.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/relu.py b/jaxonnxruntime/onnx_ops/relu.py index 1be1827..db95026 100644 --- a/jaxonnxruntime/onnx_ops/relu.py +++ b/jaxonnxruntime/onnx_ops/relu.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/reshape.py b/jaxonnxruntime/onnx_ops/reshape.py index 5471610..63807d0 100644 --- a/jaxonnxruntime/onnx_ops/reshape.py +++ b/jaxonnxruntime/onnx_ops/reshape.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/scatterelements.py b/jaxonnxruntime/onnx_ops/scatterelements.py index 55eeb98..517c5d8 100644 --- a/jaxonnxruntime/onnx_ops/scatterelements.py +++ b/jaxonnxruntime/onnx_ops/scatterelements.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/scatternd.py b/jaxonnxruntime/onnx_ops/scatternd.py index c569dce..49bd9f1 100644 --- a/jaxonnxruntime/onnx_ops/scatternd.py +++ b/jaxonnxruntime/onnx_ops/scatternd.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/selu.py b/jaxonnxruntime/onnx_ops/selu.py index 3fcb82f..231e9ff 100644 --- a/jaxonnxruntime/onnx_ops/selu.py +++ b/jaxonnxruntime/onnx_ops/selu.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/shape.py b/jaxonnxruntime/onnx_ops/shape.py index a4b5e15..381eb70 100644 --- a/jaxonnxruntime/onnx_ops/shape.py +++ b/jaxonnxruntime/onnx_ops/shape.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/sigmoid.py b/jaxonnxruntime/onnx_ops/sigmoid.py index 80d753d..6397065 100644 --- a/jaxonnxruntime/onnx_ops/sigmoid.py +++ b/jaxonnxruntime/onnx_ops/sigmoid.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/sin.py b/jaxonnxruntime/onnx_ops/sin.py index e29cf57..576a0e3 100644 --- a/jaxonnxruntime/onnx_ops/sin.py +++ b/jaxonnxruntime/onnx_ops/sin.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/sinh.py b/jaxonnxruntime/onnx_ops/sinh.py index 876b057..78dc284 100644 --- a/jaxonnxruntime/onnx_ops/sinh.py +++ b/jaxonnxruntime/onnx_ops/sinh.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/slice.py b/jaxonnxruntime/onnx_ops/slice.py index 3205c22..bfe194b 100644 --- a/jaxonnxruntime/onnx_ops/slice.py +++ b/jaxonnxruntime/onnx_ops/slice.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/softmax.py b/jaxonnxruntime/onnx_ops/softmax.py index f7635ee..3611120 100644 --- a/jaxonnxruntime/onnx_ops/softmax.py +++ b/jaxonnxruntime/onnx_ops/softmax.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/softplus.py b/jaxonnxruntime/onnx_ops/softplus.py index 7bfd3e0..40bfae4 100644 --- a/jaxonnxruntime/onnx_ops/softplus.py +++ b/jaxonnxruntime/onnx_ops/softplus.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/split.py b/jaxonnxruntime/onnx_ops/split.py index 9afa893..2ec8230 100644 --- a/jaxonnxruntime/onnx_ops/split.py +++ b/jaxonnxruntime/onnx_ops/split.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/sqrt.py b/jaxonnxruntime/onnx_ops/sqrt.py index c04711b..81797d7 100644 --- a/jaxonnxruntime/onnx_ops/sqrt.py +++ b/jaxonnxruntime/onnx_ops/sqrt.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/squeeze.py b/jaxonnxruntime/onnx_ops/squeeze.py index a08f9e0..2ffa56b 100644 --- a/jaxonnxruntime/onnx_ops/squeeze.py +++ b/jaxonnxruntime/onnx_ops/squeeze.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/sub.py b/jaxonnxruntime/onnx_ops/sub.py index 9cc166f..f650704 100644 --- a/jaxonnxruntime/onnx_ops/sub.py +++ b/jaxonnxruntime/onnx_ops/sub.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/sum.py b/jaxonnxruntime/onnx_ops/sum.py index f6d117e..98e361d 100644 --- a/jaxonnxruntime/onnx_ops/sum.py +++ b/jaxonnxruntime/onnx_ops/sum.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/tanh.py b/jaxonnxruntime/onnx_ops/tanh.py index bd32b08..b95ce4e 100644 --- a/jaxonnxruntime/onnx_ops/tanh.py +++ b/jaxonnxruntime/onnx_ops/tanh.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/tile.py b/jaxonnxruntime/onnx_ops/tile.py index e74d9f6..a3dd6ef 100644 --- a/jaxonnxruntime/onnx_ops/tile.py +++ b/jaxonnxruntime/onnx_ops/tile.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/topk.py b/jaxonnxruntime/onnx_ops/topk.py index 1ad7dd5..547eb4e 100644 --- a/jaxonnxruntime/onnx_ops/topk.py +++ b/jaxonnxruntime/onnx_ops/topk.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/transpose.py b/jaxonnxruntime/onnx_ops/transpose.py index 1936130..ab55f10 100644 --- a/jaxonnxruntime/onnx_ops/transpose.py +++ b/jaxonnxruntime/onnx_ops/transpose.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/trilu.py b/jaxonnxruntime/onnx_ops/trilu.py index 904470d..2bcfbd5 100644 --- a/jaxonnxruntime/onnx_ops/trilu.py +++ b/jaxonnxruntime/onnx_ops/trilu.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/unsqueeze.py b/jaxonnxruntime/onnx_ops/unsqueeze.py index f4ea9d8..a1fc641 100644 --- a/jaxonnxruntime/onnx_ops/unsqueeze.py +++ b/jaxonnxruntime/onnx_ops/unsqueeze.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/onnx_ops/where.py b/jaxonnxruntime/onnx_ops/where.py index 29594de..c7fa80a 100644 --- a/jaxonnxruntime/onnx_ops/where.py +++ b/jaxonnxruntime/onnx_ops/where.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/runner.py b/jaxonnxruntime/runner.py index e6d9a7c..2a9b3ba 100644 --- a/jaxonnxruntime/runner.py +++ b/jaxonnxruntime/runner.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jaxonnxruntime/version.py b/jaxonnxruntime/version.py index 2bb6e8c..7f75c1a 100644 --- a/jaxonnxruntime/version.py +++ b/jaxonnxruntime/version.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/onnx_models_test.py b/tests/onnx_models_test.py index 81bf9b0..e6fdab7 100644 --- a/tests/onnx_models_test.py +++ b/tests/onnx_models_test.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -53,7 +53,7 @@ def _create_dummy_tensor(model_info_input): shape[i] = 1 dtype_name = _get_tensor_type_name(model_info_input.get("type")) dtype_value = onnx.TensorProto.DataType.Value(dtype_name.upper()) - dtype = onnx.mapping.TENSOR_TYPE_TO_NP_TYPE[dtype_value] + dtype = onnx_utils.tensor_dtype_to_jnp_dtype(dtype_value) return np.random.normal(size=shape).astype(dtype) diff --git a/tests/onnx_ops_test.py b/tests/onnx_ops_test.py index 33e21b8..c40f9a8 100644 --- a/tests/onnx_ops_test.py +++ b/tests/onnx_ops_test.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/analyze_model.py b/tools/analyze_model.py index 6168130..bcae4ee 100644 --- a/tools/analyze_model.py +++ b/tools/analyze_model.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/op_code_generator.py b/tools/op_code_generator.py index 6e15705..66bcd14 100644 --- a/tools/op_code_generator.py +++ b/tools/op_code_generator.py @@ -1,4 +1,4 @@ -# Copyright 2025 The Jaxonnxruntime Authors. +# Copyright 2026 The Jaxonnxruntime Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.