Przeglądaj źródła

Update onnx-metadata.json

Lutz Roeder 4 miesięcy temu
rodzic
commit
598c782b93
1 zmienionych plików z 24 dodań i 24 usunięć
  1. 24 24
      source/onnx-metadata.json

+ 24 - 24
source/onnx-metadata.json

@@ -47537,7 +47537,7 @@
         "name": "noop_with_empty_axes",
         "type": "int64",
         "required": false,
-        "description": "Defines behavior when axes is not provided or is empty. If false (default), reduction happens over all axes. When axes is empty and this attribute is set to true, input tensor will not be reduced, and the output tensor would be equivalent to reducing each input element separately."
+        "description": "Defines behavior when axes is not provided or is empty. If false (default), reduction happens over all axes (similar to the case when `axis=None` in numpy). If true, reduction happens over an empty set of axes (similar to the case when `axis=()` in numpy). Note that reduction over an empty set of axes means that the reduction step behaves like a no-op (identity function), but composite-reduction operators will still perform the non-reduction steps as needed. Thus, ReduceLogSum returns the Log of input tensor, and ReduceSumSquare returns the Square of the input tensor, in this case."
       }
     ],
     "inputs": [
@@ -47550,7 +47550,7 @@
         "name": "axes",
         "type": "tensor(int64)",
         "option": "optional",
-        "description": "Optional input list of integers, along which to reduce. The default is to reduce over empty axes. When axes is empty (either not provided or explicitly empty), behavior depends on 'noop_with_empty_axes': reduction over all axes if 'noop_with_empty_axes' is false, else reduce as if individual scalar elements were passed when 'noop_with_empty_axes' is true. Accepted range is [-r, r-1] where r = rank(data)."
+        "description": "Optional input list of integers, along which to reduce. The default is to reduce over empty axes. When axes is empty (either not provided or explicitly empty), behavior depends on 'noop_with_empty_axes': reduction over all axes if 'noop_with_empty_axes' is false, and reduction over the empty set of axes when 'noop_with_empty_axes' is true. Accepted range is [-r, r-1] where r = rank(data)."
       }
     ],
     "min_input": 1,
@@ -47850,7 +47850,7 @@
         "name": "noop_with_empty_axes",
         "type": "int64",
         "required": false,
-        "description": "Defines behavior when axes is not provided or is empty. If false (default), reduction happens over all axes. When axes is empty and this attribute is set to true, input tensor will not be reduced, and the output tensor would be equivalent to reducing each input element separately."
+        "description": "Defines behavior when axes is not provided or is empty. If false (default), reduction happens over all axes (similar to the case when `axis=None` in numpy). If true, reduction happens over an empty set of axes (similar to the case when `axis=()` in numpy). Note that reduction over an empty set of axes means that the reduction step behaves like a no-op (identity function), but composite-reduction operators will still perform the non-reduction steps as needed. Thus, ReduceLogSum returns the Log of input tensor, and ReduceSumSquare returns the Square of the input tensor, in this case."
       }
     ],
     "inputs": [
@@ -47863,7 +47863,7 @@
         "name": "axes",
         "type": "tensor(int64)",
         "option": "optional",
-        "description": "Optional input list of integers, along which to reduce. The default is to reduce over empty axes. When axes is empty (either not provided or explicitly empty), behavior depends on 'noop_with_empty_axes': reduction over all axes if 'noop_with_empty_axes' is false, else reduce as if individual scalar elements were passed when 'noop_with_empty_axes' is true. Accepted range is [-r, r-1] where r = rank(data)."
+        "description": "Optional input list of integers, along which to reduce. The default is to reduce over empty axes. When axes is empty (either not provided or explicitly empty), behavior depends on 'noop_with_empty_axes': reduction over all axes if 'noop_with_empty_axes' is false, and reduction over the empty set of axes when 'noop_with_empty_axes' is true. Accepted range is [-r, r-1] where r = rank(data)."
       }
     ],
     "min_input": 1,
@@ -48151,7 +48151,7 @@
         "name": "noop_with_empty_axes",
         "type": "int64",
         "required": false,
-        "description": "Defines behavior when axes is not provided or is empty. If false (default), reduction happens over all axes. When axes is empty and this attribute is set to true, input tensor will not be reduced, and the output tensor would be equivalent to reducing each input element separately."
+        "description": "Defines behavior when axes is not provided or is empty. If false (default), reduction happens over all axes (similar to the case when `axis=None` in numpy). If true, reduction happens over an empty set of axes (similar to the case when `axis=()` in numpy). Note that reduction over an empty set of axes means that the reduction step behaves like a no-op (identity function), but composite-reduction operators will still perform the non-reduction steps as needed. Thus, ReduceLogSum returns the Log of input tensor, and ReduceSumSquare returns the Square of the input tensor, in this case."
       }
     ],
     "inputs": [
@@ -48164,7 +48164,7 @@
         "name": "axes",
         "type": "tensor(int64)",
         "option": "optional",
-        "description": "Optional input list of integers, along which to reduce. The default is to reduce over empty axes. When axes is empty (either not provided or explicitly empty), behavior depends on 'noop_with_empty_axes': reduction over all axes if 'noop_with_empty_axes' is false, else reduce as if individual scalar elements were passed when 'noop_with_empty_axes' is true. Accepted range is [-r, r-1] where r = rank(data)."
+        "description": "Optional input list of integers, along which to reduce. The default is to reduce over empty axes. When axes is empty (either not provided or explicitly empty), behavior depends on 'noop_with_empty_axes': reduction over all axes if 'noop_with_empty_axes' is false, and reduction over the empty set of axes when 'noop_with_empty_axes' is true. Accepted range is [-r, r-1] where r = rank(data)."
       }
     ],
     "min_input": 1,
@@ -48460,7 +48460,7 @@
         "name": "noop_with_empty_axes",
         "type": "int64",
         "required": false,
-        "description": "Defines behavior when axes is not provided or is empty. If false (default), reduction happens over all axes. When axes is empty and this attribute is set to true, input tensor will not be reduced, and the output tensor would be equivalent to reducing each input element separately."
+        "description": "Defines behavior when axes is not provided or is empty. If false (default), reduction happens over all axes (similar to the case when `axis=None` in numpy). If true, reduction happens over an empty set of axes (similar to the case when `axis=()` in numpy). Note that reduction over an empty set of axes means that the reduction step behaves like a no-op (identity function), but composite-reduction operators will still perform the non-reduction steps as needed. Thus, ReduceLogSum returns the Log of input tensor, and ReduceSumSquare returns the Square of the input tensor, in this case."
       }
     ],
     "inputs": [
@@ -48473,7 +48473,7 @@
         "name": "axes",
         "type": "tensor(int64)",
         "option": "optional",
-        "description": "Optional input list of integers, along which to reduce. The default is to reduce over empty axes. When axes is empty (either not provided or explicitly empty), behavior depends on 'noop_with_empty_axes': reduction over all axes if 'noop_with_empty_axes' is false, else reduce as if individual scalar elements were passed when 'noop_with_empty_axes' is true. Accepted range is [-r, r-1] where r = rank(data)."
+        "description": "Optional input list of integers, along which to reduce. The default is to reduce over empty axes. When axes is empty (either not provided or explicitly empty), behavior depends on 'noop_with_empty_axes': reduction over all axes if 'noop_with_empty_axes' is false, and reduction over the empty set of axes when 'noop_with_empty_axes' is true. Accepted range is [-r, r-1] where r = rank(data)."
       }
     ],
     "min_input": 1,
@@ -48869,7 +48869,7 @@
         "name": "noop_with_empty_axes",
         "type": "int64",
         "required": false,
-        "description": "Defines behavior when axes is not provided or is empty. If false (default), reduction happens over all axes. When axes is empty and this attribute is set to true, input tensor will not be reduced, and the output tensor would be equivalent to reducing each input element separately."
+        "description": "Defines behavior when axes is not provided or is empty. If false (default), reduction happens over all axes (similar to the case when `axis=None` in numpy). If true, reduction happens over an empty set of axes (similar to the case when `axis=()` in numpy). Note that reduction over an empty set of axes means that the reduction step behaves like a no-op (identity function), but composite-reduction operators will still perform the non-reduction steps as needed. Thus, ReduceLogSum returns the Log of input tensor, and ReduceSumSquare returns the Square of the input tensor, in this case."
       }
     ],
     "inputs": [
@@ -48882,7 +48882,7 @@
         "name": "axes",
         "type": "tensor(int64)",
         "option": "optional",
-        "description": "Optional input list of integers, along which to reduce. The default is to reduce over empty axes. When axes is empty (either not provided or explicitly empty), behavior depends on 'noop_with_empty_axes': reduction over all axes if 'noop_with_empty_axes' is false, else reduce as if individual scalar elements were passed when 'noop_with_empty_axes' is true. Accepted range is [-r, r-1] where r = rank(data)."
+        "description": "Optional input list of integers, along which to reduce. The default is to reduce over empty axes. When axes is empty (either not provided or explicitly empty), behavior depends on 'noop_with_empty_axes': reduction over all axes if 'noop_with_empty_axes' is false, and reduction over the empty set of axes when 'noop_with_empty_axes' is true. Accepted range is [-r, r-1] where r = rank(data)."
       }
     ],
     "min_input": 1,
@@ -48959,7 +48959,7 @@
         "name": "noop_with_empty_axes",
         "type": "int64",
         "required": false,
-        "description": "Defines behavior when axes is not provided or is empty. If false (default), reduction happens over all axes. When axes is empty and this attribute is set to true, input tensor will not be reduced, and the output tensor would be equivalent to reducing each input element separately."
+        "description": "Defines behavior when axes is not provided or is empty. If false (default), reduction happens over all axes (similar to the case when `axis=None` in numpy). If true, reduction happens over an empty set of axes (similar to the case when `axis=()` in numpy). Note that reduction over an empty set of axes means that the reduction step behaves like a no-op (identity function), but composite-reduction operators will still perform the non-reduction steps as needed. Thus, ReduceLogSum returns the Log of input tensor, and ReduceSumSquare returns the Square of the input tensor, in this case."
       }
     ],
     "inputs": [
@@ -48972,7 +48972,7 @@
         "name": "axes",
         "type": "tensor(int64)",
         "option": "optional",
-        "description": "Optional input list of integers, along which to reduce. The default is to reduce over empty axes. When axes is empty (either not provided or explicitly empty), behavior depends on 'noop_with_empty_axes': reduction over all axes if 'noop_with_empty_axes' is false, else reduce as if individual scalar elements were passed when 'noop_with_empty_axes' is true. Accepted range is [-r, r-1] where r = rank(data)."
+        "description": "Optional input list of integers, along which to reduce. The default is to reduce over empty axes. When axes is empty (either not provided or explicitly empty), behavior depends on 'noop_with_empty_axes': reduction over all axes if 'noop_with_empty_axes' is false, and reduction over the empty set of axes when 'noop_with_empty_axes' is true. Accepted range is [-r, r-1] where r = rank(data)."
       }
     ],
     "min_input": 1,
@@ -49267,7 +49267,7 @@
         "name": "noop_with_empty_axes",
         "type": "int64",
         "required": false,
-        "description": "Defines behavior when axes is not provided or is empty. If false (default), reduction happens over all axes. When axes is empty and this attribute is set to true, input tensor will not be reduced, and the output tensor would be equivalent to reducing each input element separately."
+        "description": "Defines behavior when axes is not provided or is empty. If false (default), reduction happens over all axes (similar to the case when `axis=None` in numpy). If true, reduction happens over an empty set of axes (similar to the case when `axis=()` in numpy). Note that reduction over an empty set of axes means that the reduction step behaves like a no-op (identity function), but composite-reduction operators will still perform the non-reduction steps as needed. Thus, ReduceLogSum returns the Log of input tensor, and ReduceSumSquare returns the Square of the input tensor, in this case."
       }
     ],
     "inputs": [
@@ -49280,7 +49280,7 @@
         "name": "axes",
         "type": "tensor(int64)",
         "option": "optional",
-        "description": "Optional input list of integers, along which to reduce. The default is to reduce over empty axes. When axes is empty (either not provided or explicitly empty), behavior depends on 'noop_with_empty_axes': reduction over all axes if 'noop_with_empty_axes' is false, else reduce as if individual scalar elements were passed when 'noop_with_empty_axes' is true. Accepted range is [-r, r-1] where r = rank(data)."
+        "description": "Optional input list of integers, along which to reduce. The default is to reduce over empty axes. When axes is empty (either not provided or explicitly empty), behavior depends on 'noop_with_empty_axes': reduction over all axes if 'noop_with_empty_axes' is false, and reduction over the empty set of axes when 'noop_with_empty_axes' is true. Accepted range is [-r, r-1] where r = rank(data)."
       }
     ],
     "min_input": 1,
@@ -49672,7 +49672,7 @@
         "name": "noop_with_empty_axes",
         "type": "int64",
         "required": false,
-        "description": "Defines behavior when axes is not provided or is empty. If false (default), reduction happens over all axes. When axes is empty and this attribute is set to true, input tensor will not be reduced, and the output tensor would be equivalent to reducing each input element separately."
+        "description": "Defines behavior when axes is not provided or is empty. If false (default), reduction happens over all axes (similar to the case when `axis=None` in numpy). If true, reduction happens over an empty set of axes (similar to the case when `axis=()` in numpy). Note that reduction over an empty set of axes means that the reduction step behaves like a no-op (identity function), but composite-reduction operators will still perform the non-reduction steps as needed. Thus, ReduceLogSum returns the Log of input tensor, and ReduceSumSquare returns the Square of the input tensor, in this case."
       }
     ],
     "inputs": [
@@ -49685,7 +49685,7 @@
         "name": "axes",
         "type": "tensor(int64)",
         "option": "optional",
-        "description": "Optional input list of integers, along which to reduce. The default is to reduce over empty axes. When axes is empty (either not provided or explicitly empty), behavior depends on 'noop_with_empty_axes': reduction over all axes if 'noop_with_empty_axes' is false, else reduce as if individual scalar elements were passed when 'noop_with_empty_axes' is true. Accepted range is [-r, r-1] where r = rank(data)."
+        "description": "Optional input list of integers, along which to reduce. The default is to reduce over empty axes. When axes is empty (either not provided or explicitly empty), behavior depends on 'noop_with_empty_axes': reduction over all axes if 'noop_with_empty_axes' is false, and reduction over the empty set of axes when 'noop_with_empty_axes' is true. Accepted range is [-r, r-1] where r = rank(data)."
       }
     ],
     "min_input": 1,
@@ -49762,7 +49762,7 @@
         "name": "noop_with_empty_axes",
         "type": "int64",
         "required": false,
-        "description": "Defines behavior when axes is not provided or is empty. If false (default), reduction happens over all axes. When axes is empty and this attribute is set to true, input tensor will not be reduced, and the output tensor would be equivalent to reducing each input element separately."
+        "description": "Defines behavior when axes is not provided or is empty. If false (default), reduction happens over all axes (similar to the case when `axis=None` in numpy). If true, reduction happens over an empty set of axes (similar to the case when `axis=()` in numpy). Note that reduction over an empty set of axes means that the reduction step behaves like a no-op (identity function), but composite-reduction operators will still perform the non-reduction steps as needed. Thus, ReduceLogSum returns the Log of input tensor, and ReduceSumSquare returns the Square of the input tensor, in this case."
       }
     ],
     "inputs": [
@@ -49775,7 +49775,7 @@
         "name": "axes",
         "type": "tensor(int64)",
         "option": "optional",
-        "description": "Optional input list of integers, along which to reduce. The default is to reduce over empty axes. When axes is empty (either not provided or explicitly empty), behavior depends on 'noop_with_empty_axes': reduction over all axes if 'noop_with_empty_axes' is false, else reduce as if individual scalar elements were passed when 'noop_with_empty_axes' is true. Accepted range is [-r, r-1] where r = rank(data)."
+        "description": "Optional input list of integers, along which to reduce. The default is to reduce over empty axes. When axes is empty (either not provided or explicitly empty), behavior depends on 'noop_with_empty_axes': reduction over all axes if 'noop_with_empty_axes' is false, and reduction over the empty set of axes when 'noop_with_empty_axes' is true. Accepted range is [-r, r-1] where r = rank(data)."
       }
     ],
     "min_input": 1,
@@ -50082,7 +50082,7 @@
         "name": "noop_with_empty_axes",
         "type": "int64",
         "required": false,
-        "description": "Defines behavior when axes is not provided or is empty. If false (default), reduction happens over all axes. When axes is empty and this attribute is set to true, input tensor will not be reduced, and the output tensor would be equivalent to reducing each input element separately."
+        "description": "Defines behavior when axes is not provided or is empty. If false (default), reduction happens over all axes (similar to the case when `axis=None` in numpy). If true, reduction happens over an empty set of axes (similar to the case when `axis=()` in numpy). Note that reduction over an empty set of axes means that the reduction step behaves like a no-op (identity function), but composite-reduction operators will still perform the non-reduction steps as needed. Thus, ReduceLogSum returns the Log of input tensor, and ReduceSumSquare returns the Square of the input tensor, in this case."
       }
     ],
     "inputs": [
@@ -50095,7 +50095,7 @@
         "name": "axes",
         "type": "tensor(int64)",
         "option": "optional",
-        "description": "Optional input list of integers, along which to reduce. The default is to reduce over empty axes. When axes is empty (either not provided or explicitly empty), behavior depends on 'noop_with_empty_axes': reduction over all axes if 'noop_with_empty_axes' is false, else reduce as if individual scalar elements were passed when 'noop_with_empty_axes' is true. Accepted range is [-r, r-1] where r = rank(data)."
+        "description": "Optional input list of integers, along which to reduce. The default is to reduce over empty axes. When axes is empty (either not provided or explicitly empty), behavior depends on 'noop_with_empty_axes': reduction over all axes if 'noop_with_empty_axes' is false, and reduction over the empty set of axes when 'noop_with_empty_axes' is true. Accepted range is [-r, r-1] where r = rank(data)."
       }
     ],
     "min_input": 1,
@@ -50334,7 +50334,7 @@
         "name": "noop_with_empty_axes",
         "type": "int64",
         "required": false,
-        "description": "Defines behavior when axes is not provided or is empty. If false (default), reduction happens over all axes. When axes is empty and this attribute is set to true, input tensor will not be reduced, and the output tensor would be equivalent to reducing each input element separately."
+        "description": "Defines behavior when axes is not provided or is empty. If false (default), reduction happens over all axes (similar to the case when `axis=None` in numpy). If true, reduction happens over an empty set of axes (similar to the case when `axis=()` in numpy). Note that reduction over an empty set of axes means that the reduction step behaves like a no-op (identity function), but composite-reduction operators will still perform the non-reduction steps as needed. Thus, ReduceLogSum returns the Log of input tensor, and ReduceSumSquare returns the Square of the input tensor, in this case."
       }
     ],
     "inputs": [
@@ -50347,7 +50347,7 @@
         "name": "axes",
         "type": "tensor(int64)",
         "option": "optional",
-        "description": "Optional input list of integers, along which to reduce. The default is to reduce over empty axes. When axes is empty (either not provided or explicitly empty), behavior depends on 'noop_with_empty_axes': reduction over all axes if 'noop_with_empty_axes' is false, else reduce as if individual scalar elements were passed when 'noop_with_empty_axes' is true. Accepted range is [-r, r-1] where r = rank(data)."
+        "description": "Optional input list of integers, along which to reduce. The default is to reduce over empty axes. When axes is empty (either not provided or explicitly empty), behavior depends on 'noop_with_empty_axes': reduction over all axes if 'noop_with_empty_axes' is false, and reduction over the empty set of axes when 'noop_with_empty_axes' is true. Accepted range is [-r, r-1] where r = rank(data)."
       }
     ],
     "min_input": 1,
@@ -50711,7 +50711,7 @@
         "name": "noop_with_empty_axes",
         "type": "int64",
         "required": false,
-        "description": "Defines behavior when axes is not provided or is empty. If false (default), reduction happens over all axes. When axes is empty and this attribute is set to true, input tensor will not be reduced, and the output tensor would be equivalent to reducing each input element separately."
+        "description": "Defines behavior when axes is not provided or is empty. If false (default), reduction happens over all axes (similar to the case when `axis=None` in numpy). If true, reduction happens over an empty set of axes (similar to the case when `axis=()` in numpy). Note that reduction over an empty set of axes means that the reduction step behaves like a no-op (identity function), but composite-reduction operators will still perform the non-reduction steps as needed. Thus, ReduceLogSum returns the Log of input tensor, and ReduceSumSquare returns the Square of the input tensor, in this case."
       }
     ],
     "inputs": [
@@ -50724,7 +50724,7 @@
         "name": "axes",
         "type": "tensor(int64)",
         "option": "optional",
-        "description": "Optional input list of integers, along which to reduce. The default is to reduce over empty axes. When axes is empty (either not provided or explicitly empty), behavior depends on 'noop_with_empty_axes': reduction over all axes if 'noop_with_empty_axes' is false, else reduce as if individual scalar elements were passed when 'noop_with_empty_axes' is true. Accepted range is [-r, r-1] where r = rank(data)."
+        "description": "Optional input list of integers, along which to reduce. The default is to reduce over empty axes. When axes is empty (either not provided or explicitly empty), behavior depends on 'noop_with_empty_axes': reduction over all axes if 'noop_with_empty_axes' is false, and reduction over the empty set of axes when 'noop_with_empty_axes' is true. Accepted range is [-r, r-1] where r = rank(data)."
       }
     ],
     "min_input": 1,