.. _l-methods: Methods ======= .. contents:: :local: :depth: 1 Summary +++++++ +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | method | class parent | truncated documentation | +==========================================================================================================================================================+==========================================+==============================================================================================================================================================================================================================+ | :meth:`GetSchema ` | CheckerContextDefaultRegistry | Accessor. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`SerializeToString ` | _CustomSchema | Serializes this class into json. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__abs__ ` | OnnxExisting | Automatically adds operator `OnnxAbs` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__abs__ ` | OnnxOperator | Automatically adds operator `OnnxAbs` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__abs__ ` | OnnxOperatorFunction | Automatically adds operator `OnnxAbs` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__add__ ` | OnnxVar | Addition. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__add__ ` | OnnxExisting | Automatically adds operator `OnnxAdd` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__add__ ` | OnnxOperator | Automatically adds operator `OnnxAdd` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__add__ ` | OnnxOperatorFunction | Automatically adds operator `OnnxAdd` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__and__ ` | OnnxVar | And. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__call__ ` | OnnxNumpyCompiler | Executes the function and returns the results. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__call__ ` | OnnxNumpyFunctionInferenceSession | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__call__ ` | OnnxNumpyFunctionOnnxInference | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__call__ ` | wrapper_onnxnumpy | Calls the compiled function with arguments `args`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__call__ ` | wrapper_onnxnumpy_np | Calls the compiled function assuming the type of the first tensor in *args* defines the templated version of the ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__call__ ` | OnnxExisting | Creates an instance of class :class:`OnnxOperatorFunction`. Equivalent to `OnnxOperatorFunction(proto, *args, **kwargs)`. ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__call__ ` | OnnxOperator | Creates an instance of class :class:`OnnxOperatorFunction`. Equivalent to `OnnxOperatorFunction(proto, *args, **kwargs)`. ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__call__ ` | OnnxOperatorFunction | Creates an instance of class :class:`OnnxOperatorFunction`. Equivalent to `OnnxOperatorFunction(proto, *args, **kwargs)`. ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__call__ ` | tf_op | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__call__ ` | CachedEinsum | Calls the runtime `self.runtime_`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__contains__ ` | ZipMapDictionary | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__contains__ ` | ShapeContainer | Operator in. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__contains__ ` | ShapeConstraintList | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__eq__ ` | OnnxVar | Equality. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__eq__ ` | OnnxExisting | Automatically adds operator `OnnxEqual` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__eq__ ` | OnnxOperator | Automatically adds operator `OnnxEqual` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__eq__ ` | OnnxOperatorFunction | Automatically adds operator `OnnxEqual` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__eq__ ` | _CustomSchema | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__eq__ ` | Variable | Compares every attributes. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__eq__ ` | ShapeConstraint | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__eq__ ` | ShapeResult | Tells if two shapes are identical. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__floordiv__ ` | OnnxVar | Division, no difference between `/` and `//`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__ge__ ` | OnnxVar | Greater or Equal. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__ge__ ` | OnnxExisting | Automatically adds operator `OnnxGreaterOrEqual` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__ge__ ` | OnnxOperator | Automatically adds operator `OnnxGreaterOrEqual` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__ge__ ` | OnnxOperatorFunction | Automatically adds operator `OnnxGreaterOrEqual` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__getattr__ ` | OnnxLoadFactory | Enables expressions such as: | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__getattr__ ` | Schema | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__getitem__ ` | wrapper_onnxnumpy_np | Returns the instance of :class:`wrapper_onnxnumpy` mapped to *dtype*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__getitem__ ` | MultiOnnxVar | Returns the ith elements. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__getitem__ ` | OnnxVar | Deals with multiple scenarios. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__getitem__ ` | OnnxExisting | Returns an accessor to one of the output of this node. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__getitem__ ` | OnnxOperator | Returns an accessor to one of the output of this node. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__getitem__ ` | OnnxOperatorFunction | Returns an accessor to one of the output of this node. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__getitem__ ` | OnnxOperatorTuple | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__getitem__ ` | OnnxInference | Returns the ONNX verions of a node. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__getitem__ ` | ArrayZipMapDictionary | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__getitem__ ` | ZipMapDictionary | Returns the item mapped to keys. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__getitem__ ` | ShapeContainer | Retrieves one shape from its name. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__getitem__ ` | BiGraph | Returns a vertex is key is a string or an edge if it is a tuple. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__getstate__ ` | OnnxNumpyCompiler | Serializes everything but function `fct_`. Function `fct_` is used to build the onnx graph and is not needed ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__getstate__ ` | wrapper_onnxnumpy | Serializes everything but the function which generates the ONNX graph, not needed anymore. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__getstate__ ` | wrapper_onnxnumpy_np | Serializes everything but the function which generates the ONNX graph, not needed anymore. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__getstate__ ` | OnnxInference | To pickle the object. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__getstate__ ` | ZipMapDictionary | For pickle. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__getstate__ ` | OnnxSpeedupClassifier | :epkg:`pickle` does not support functions. This method removes any link to function when the runtime is ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__getstate__ ` | OnnxSpeedupCluster | :epkg:`pickle` does not support functions. This method removes any link to function when the runtime is ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__getstate__ ` | OnnxSpeedupRegressor | :epkg:`pickle` does not support functions. This method removes any link to function when the runtime is ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__getstate__ ` | OnnxSpeedupTransformer | :epkg:`pickle` does not support functions. This method removes any link to function when the runtime is ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__getstate__ ` | _OnnxPipelineStepSpeedup | :epkg:`pickle` does not support functions. This method removes any link to function when the runtime is ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__getstate__ ` | GPT2TokenizerTransformer | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__getstate__ ` | SentencePieceTokenizerTransformer | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__getstate__ ` | TokenizerTransformerBase | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__gt__ ` | OnnxVar | Greater. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__gt__ ` | OnnxExisting | Automatically adds operator `OnnxGreater` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__gt__ ` | OnnxOperator | Automatically adds operator `OnnxGreater` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__gt__ ` | OnnxOperatorFunction | Automatically adds operator `OnnxGreater` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MLAction | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MLActionBinary | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MLActionCast | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MLActionConcat | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MLActionCst | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MLActionFunction | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MLActionFunctionCall | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MLActionIfElse | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MLActionReturn | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MLActionUnary | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MLActionVar | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MLActionAdd | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MLActionSign | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MLActionTestEqual | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MLActionTestInf | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MLActionTensorAdd | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MLActionTensorDiv | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MLActionTensorDot | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MLActionTensorMul | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MLActionTensorSub | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MLActionTensorTake | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MLActionTensorVector | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MLModel | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MLNumTypeBool | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MLNumTypeFloat32 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MLNumTypeFloat64 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MLNumTypeInt32 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MLNumTypeInt64 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MLNumTypeSingle | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MLTensor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | AttributeGraph | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxVarGraph | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | if_then_else | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | NDArraySameType | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | NDArraySameTypeSameShape | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | NDArrayType | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | NDArrayTypeSameShape | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | _NDArrayAlias | constructor | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxNumpyCompiler | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxNumpyFunction | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxNumpyFunctionInferenceSession | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxNumpyFunctionOnnxInference | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | _created_classes | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | wrapper_onnxnumpy | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | wrapper_onnxnumpy_np | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MultiOnnxVar | constructor | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxVar | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxExisting | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxLoadFactory | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxOperator | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxOperatorBase | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxOperatorFunction | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxOperatorItem | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxOperatorTuple | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | _CustomSchema | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | _GraphBuilder | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | _StaticVariables | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | _WrapperLogger | constructor | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | _WrapperPrint | constructor | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxSubEstimator | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxSubOnnx | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | DetectedVariable | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ExistingVariable | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | InputDetectedVariable | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | NodeResultName | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OutputDetectedVariable | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Variable | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxComplexAbs_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxComplexAbs_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxFFT2D_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxFFT2D_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxFFT_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxFFT_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxRFFT_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxRFFT_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxBroadcastGradientArgs_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxBroadcastGradientArgs_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxFusedMatMul_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxFusedMatMul_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxSoftmaxGrad_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxSoftmaxGrad_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxYieldOp_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxYieldOp_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxTokenizer_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxTokenizer_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MockWrappedLightGbmBoosterClassifier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | WrappedLightGbmBooster | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | WrappedLightGbmBoosterClassifier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | CustomScorerTransform | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | CheckerContext | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | LexicalScopeContext | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxCheckError | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Schema | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | UndefinedSchema | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | NumpyCode | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | GraphBuilder | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Tf2OnnxConvert | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | tf_op | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | CodeTranslator | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxTranslator | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | _inline_mapping | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxInferenceBackendRep | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | _CombineModels | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | NewOperatorSchema | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxInference | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxInferenceExport | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxInferenceNode | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxMicroRuntime | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxShapeInference | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OperatorSchema | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OpFunction | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OpRun | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OpRunArg | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OpRunBinary | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OpRunBinaryComparison | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OpRunBinaryNum | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OpRunBinaryNumpy | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OpRunClassifierProb | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OpRunCustom | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OpRunReduceNumpy | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OpRunUnary | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OpRunUnaryNum | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | RefAttrName | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Abs | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Acos | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Acosh | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Adagrad | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Adam | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Add | constructor | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | And | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ArgMax_11 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ArgMax_12 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ArgMax_12 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | _ArgMax | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ArgMin_11 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ArgMin_12 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ArgMin_12 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | _ArgMin | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ArrayFeatureExtractor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Asin | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Asinh | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Atan | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Atanh | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | AveragePool | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | BatchNormalization_14 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | BatchNormalization_14 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | BatchNormalization_9 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Binarizer | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | BitShift | constructor | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | BroadcastGradientArgs | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | BroadcastGradientArgsSchema | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Cast | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | CastLike | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | CategoryMapper | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | CDist | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | CDistSchema | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Ceil | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Celu | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Clip_11 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Clip_11 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Clip_6 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ComplexAbs | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ComplexAbsSchema | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Compress | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Concat | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ConcatFromSequence | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Constant_11 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Constant_12 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Constant_12 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Constant_9 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ConstantOfShape | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Conv | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ConvTranspose | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Cos | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Cosh | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | CumSum | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | DEBUG | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | DEBUGSchema | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | DepthToSpace | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | SpaceToDepth | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | DequantizeLinear | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Det | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | DFT | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | DictVectorizer | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Div | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | DropoutBase | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Dropout_12 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Dropout_12 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Dropout_7 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Einsum | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Elu | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Equal | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Erf | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Exp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | CommonExpand | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Expand_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Expand_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Expression | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ExpressionSchema | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | EyeLike | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | FeatureVectorizer | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | FFT | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | FFTSchema | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | FFT2D | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | FFT2DSchema | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Flatten | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Floor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | FusedMatMul | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | FusedMatMulSchema | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Gather | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | GatherElements | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | GatherND | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Gemm | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | GlobalAveragePool | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | GlobalMaxPool | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Greater | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | GreaterOrEqual | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | GridSample | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | CommonGRU | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | GRU | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | HardSigmoid | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Hardmax | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Identity | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | If | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Imputer | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Inverse | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | InverseSchema | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | IsInf | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | IsNaN | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | LabelEncoder | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | LayerNormalization | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | LeakyRelu | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Less | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | LessOrEqual | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | LinearClassifier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | LinearRegressor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Log | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | LogSoftmax | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Loop | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | LpNormalization | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | LRN | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | CommonLSTM | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | LSTM | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MatMul | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Max | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MaxPool | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Mean | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Min | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Mod | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Momentum | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Mul | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MurmurHash3 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MurmurHash3Schema | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Neg | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | NegativeLogLikelihoodLoss | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | NonMaxSuppression | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | NonZero | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Normalizer | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Not | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OneHot | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OneHotEncoder | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OptionalGetElement | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OptionalHasElement | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Or | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Pad_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Pad_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Pad_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Pow | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | PRelu | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | QLinearConv | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | DynamicQuantizeLinear | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | QuantizeLinear | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | _CommonQuantizeLinear | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Bernoulli | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | RandomNormal | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | RandomNormalLike | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | RandomUniform | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | RandomUniformLike | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | _CommonRandom | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Range | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Reciprocal | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ReduceL1_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ReduceL1_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ReduceL1_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ReduceL2_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ReduceL2_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ReduceL2_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ReduceLogSum_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ReduceLogSum_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ReduceLogSum_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ReduceLogSumExp_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ReduceLogSumExp_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ReduceLogSumExp_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ReduceMax_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ReduceMax_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ReduceMax_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ReduceMean_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ReduceMean_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ReduceMean_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ReduceMin_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ReduceMin_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ReduceMin_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ReduceProd_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ReduceProd_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ReduceProd_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ReduceSum_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ReduceSum_11 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ReduceSum_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ReduceSum_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ReduceSumSquare_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ReduceSumSquare_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ReduceSumSquare_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Relu | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ThresholdedRelu | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | CommonReshape | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Reshape_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Reshape_14 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Reshape_14 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Reshape_5 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Resize | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | RFFT | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | RFFTSchema | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | CommonRNN | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | RNN_14 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | RNN_14 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | RNN_7 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | RoiAlign | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Round | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Scaler | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Scan | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ScatterElements | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ScatterND | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Selu | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | SequenceAt | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | SequenceConstruct | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | SequenceEmpty | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | SequenceInsert | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Shape_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Shape_15 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Shape_15 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Shrink | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Sigmoid | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Sign | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Sin | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Sinh | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Size | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | SliceCommon | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Slice_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Slice_10 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Slice_10 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | SoftmaxGradSchema | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | SoftmaxGrad_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | SoftmaxGrad_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Softmax_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Softmax_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Softmax_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | _Softmax | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | SoftmaxCrossEntropyLoss | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Softplus | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Softsign | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Solve | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | SolveSchema | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | CommonSplit | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Split_11 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Split_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Split_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Split_2 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Sqrt | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Squeeze_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Squeeze_11 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Squeeze_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Squeeze_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | STFT | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | StringNormalizer | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Sub | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Sum | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | SVMClassifier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | SVMClassifierCommon | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | SVMClassifierDouble | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | SVMClassifierDoubleSchema | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | SVMRegressor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | SVMRegressorCommon | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | SVMRegressorDouble | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | SVMRegressorDoubleSchema | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Tan | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Tanh | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | TfIdfVectorizer | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Tokenizer | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | TokenizerSchema | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | TopK_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | TopK_10 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | TopK_11 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | TopK_11 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | _CommonTopK | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Transpose | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | TreeEnsembleClassifierCommon | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | TreeEnsembleClassifierDouble | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | TreeEnsembleClassifierDoubleSchema | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | TreeEnsembleClassifier_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | TreeEnsembleClassifier_3 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | TreeEnsembleClassifier_3 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | TreeEnsembleRegressorCommon | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | TreeEnsembleRegressorDouble | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | TreeEnsembleRegressorDoubleSchema | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | TreeEnsembleRegressor_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | TreeEnsembleRegressor_3 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | TreeEnsembleRegressor_3 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Trilu | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Unique | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Unsqueeze_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Unsqueeze_11 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Unsqueeze_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Unsqueeze_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Where | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | BlackmanWindow | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | HammingWindow | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | HannWindow | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Xor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | YieldOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | YieldOpSchema | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ArrayZipMapDictionary | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ZipMap | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ZipMapDictionary | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OpRunOnnxEmpty | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OpRunExtended | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OpRunOnnxRuntime | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ShapeContainer | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ShapeConstraint | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ShapeConstraintList | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | ShapeResult | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxWholeSession | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | SimplifiedOnnxInference | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | RuntimeBadResultsError | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxPipeline | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxSpeedupClassifier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxSpeedupCluster | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxSpeedupRegressor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxSpeedupTransformer | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | _OnnxPipelineStepSpeedup | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | GPT2TokenizerTransformer | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | SentencePieceTokenizerTransformer | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | TokenizerTransformerBase | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxTransformer | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | CachedEinsum | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | GraphEinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | OnnxBackendTest | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | QuantizedBiasTensor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | QuantizedTensor | constructor | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | InferenceSession2 | Overwrites the constructor. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MockVariableName | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MockVariableNameShape | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | MockVariableNameShapeType | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | AdjacencyGraphDisplay | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | BiGraph | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | InferenceSession | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__invert__ ` | OnnxVar | not. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__iter__ ` | OnnxExisting | Allows expressions such as ``a, b = OnnxTopK(...)``. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__iter__ ` | OnnxOperator | Allows expressions such as ``a, b = OnnxTopK(...)``. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__iter__ ` | OnnxOperatorFunction | Allows expressions such as ``a, b = OnnxTopK(...)``. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__iter__ ` | OnnxOperatorTuple | Iterates on the outputs. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__iter__ ` | ArrayZipMapDictionary | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__iter__ ` | ZipMapDictionary | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__iter__ ` | ShapeConstraintList | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__iter__ ` | GraphEinsumSubOp | Iterates on nodes. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__iter__ ` | AdjacencyGraphDisplay | Iterates over actions. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__iter__ ` | BiGraph | Iterates over all vertices and edges. It produces 3-uples: | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__le__ ` | OnnxVar | Less or Equal. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__le__ ` | OnnxExisting | Automatically adds operator `OnnxLess` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__le__ ` | OnnxOperator | Automatically adds operator `OnnxLess` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__le__ ` | OnnxOperatorFunction | Automatically adds operator `OnnxLess` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__len__ ` | FctVersion | Returns the sum of lengths. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__len__ ` | OnnxOperatorTuple | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__len__ ` | ArrayZipMapDictionary | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__len__ ` | ZipMapDictionary | Returns the number of items. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__len__ ` | ShapeContainer | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__len__ ` | ShapeConstraintList | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__len__ ` | OnnxBackendTest | Returns the number of tests. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__lt__ ` | OnnxVar | Less. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__lt__ ` | OnnxExisting | Automatically adds operator `OnnxLess` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__lt__ ` | OnnxOperator | Automatically adds operator `OnnxLess` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__lt__ ` | OnnxOperatorFunction | Automatically adds operator `OnnxLess` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__matmul__ ` | OnnxVar | Matrix multiplication. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__matmul__ ` | OnnxExisting | Automatically adds operator `OnnxMatMul` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__matmul__ ` | OnnxOperator | Automatically adds operator `OnnxMatMul` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__matmul__ ` | OnnxOperatorFunction | Automatically adds operator `OnnxMatMul` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__mod__ ` | OnnxVar | Modulo. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__mod__ ` | OnnxExisting | Automatically adds operator `OnnxMod` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__mod__ ` | OnnxOperator | Automatically adds operator `OnnxMod` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__mod__ ` | OnnxOperatorFunction | Automatically adds operator `OnnxMod` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__mul__ ` | OnnxVar | Multiplication. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__mul__ ` | OnnxExisting | Automatically adds operator `OnnxMul` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__mul__ ` | OnnxOperator | Automatically adds operator `OnnxMul` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__mul__ ` | OnnxOperatorFunction | Automatically adds operator `OnnxMul` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__ne__ ` | OnnxVar | Difference. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__ne__ ` | OnnxExisting | Automatically adds operator `OnnxNot x OnnxEqual` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__ne__ ` | OnnxOperator | Automatically adds operator `OnnxNot x OnnxEqual` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__ne__ ` | OnnxOperatorFunction | Automatically adds operator `OnnxNot x OnnxEqual` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__neg__ ` | OnnxVar | Neg. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__or__ ` | OnnxVar | And. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__pow__ ` | OnnxVar | Power. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__pow__ ` | OnnxExisting | Automatically adds operator `OnnxPow` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__pow__ ` | OnnxOperator | Automatically adds operator `OnnxPow` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__pow__ ` | OnnxOperatorFunction | Automatically adds operator `OnnxPow` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__radd__ ` | OnnxVar | Right Addition. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__repr__ ` | AttributeGraph | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__repr__ ` | if_then_else | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__repr__ ` | NDArraySameType | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__repr__ ` | NDArraySameTypeSameShape | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__repr__ ` | NDArrayType | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__repr__ ` | NDArrayTypeSameShape | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__repr__ ` | _NDArrayAlias | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__repr__ ` | OnnxNumpyCompiler | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__repr__ ` | OnnxVar | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__repr__ ` | FctVersion | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__repr__ ` | OnnxExisting | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__repr__ ` | OnnxOperator | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__repr__ ` | OnnxOperatorFunction | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__repr__ ` | OnnxOperatorItem | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__repr__ ` | OnnxOperatorTuple | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__repr__ ` | _CustomSchema | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__repr__ ` | OnnxSubEstimator | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__repr__ ` | OnnxSubOnnx | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__repr__ ` | DetectedVariable | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__repr__ ` | ExistingVariable | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__repr__ ` | InputDetectedVariable | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__repr__ ` | NodeResultName | Usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__repr__ ` | OutputDetectedVariable | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__repr__ ` | Variable | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__repr__ ` | CustomScorerTransform | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__repr__ ` | OnnxInference | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__repr__ ` | OnnxInferenceNode | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__repr__ ` | OnnxShapeInference | Usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__repr__ ` | RefAttrName | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__repr__ ` | ShapeContainer | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__repr__ ` | ShapeConstraint | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__repr__ ` | ShapeConstraintList | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__repr__ ` | ShapeResult | Usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__repr__ ` | OnnxTransformer | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__repr__ ` | CachedEinsum | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__repr__ ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__repr__ ` | OnnxBackendTest | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__rmul__ ` | OnnxVar | Right multiplication. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__rsub__ ` | OnnxVar | Right subtraction. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__rtruediv__ ` | OnnxVar | Division, no difference between `/` and `//`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__setitem__ ` | OnnxVar | Only supports vectors (1D tensor). | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__setitem__ ` | _inline_mapping | Adds a value. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__setitem__ ` | ArrayZipMapDictionary | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__setitem__ ` | ZipMapDictionary | unused but used by pickle | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__setstate__ ` | OnnxNumpyCompiler | Restores serialized data. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__setstate__ ` | wrapper_onnxnumpy | Serializes everything but the function which generates the ONNX graph, not needed anymore. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__setstate__ ` | wrapper_onnxnumpy_np | Restores serialized data. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__setstate__ ` | OnnxInference | To unpickle the object. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__setstate__ ` | ZipMapDictionary | For pickle. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__setstate__ ` | OnnxSpeedupClassifier | :epkg:`pickle` does not support functions. This method restores the function created when the runtime is ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__setstate__ ` | OnnxSpeedupCluster | :epkg:`pickle` does not support functions. This method restores the function created when the runtime is ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__setstate__ ` | OnnxSpeedupRegressor | :epkg:`pickle` does not support functions. This method restores the function created when the runtime is ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__setstate__ ` | OnnxSpeedupTransformer | :epkg:`pickle` does not support functions. This method restores the function created when the runtime is ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__setstate__ ` | _OnnxPipelineStepSpeedup | :epkg:`pickle` does not support functions. This method restores the function created when the runtime is ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__setstate__ ` | GPT2TokenizerTransformer | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__setstate__ ` | SentencePieceTokenizerTransformer | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__setstate__ ` | TokenizerTransformerBase | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__str__ ` | OnnxOperatorItem | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__str__ ` | OnnxInference | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__str__ ` | OnnxInferenceNode | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__str__ ` | OpFunction | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__str__ ` | OpRun | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__str__ ` | OpRunArg | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__str__ ` | OpRunBinary | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__str__ ` | OpRunBinaryComparison | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__str__ ` | OpRunBinaryNum | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__str__ ` | OpRunBinaryNumpy | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__str__ ` | OpRunClassifierProb | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__str__ ` | OpRunCustom | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__str__ ` | OpRunReduceNumpy | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__str__ ` | OpRunUnary | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__str__ ` | OpRunUnaryNum | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__str__ ` | ArrayZipMapDictionary | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__str__ ` | ZipMapDictionary | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__str__ ` | ShapeContainer | Displays. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__str__ ` | AdjacencyGraphDisplay | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__str__ ` | BiGraph | usual | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__sub__ ` | OnnxVar | Subtraction. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__sub__ ` | OnnxExisting | Automatically adds operator `OnnxSub` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__sub__ ` | OnnxOperator | Automatically adds operator `OnnxSub` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__sub__ ` | OnnxOperatorFunction | Automatically adds operator `OnnxSub` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__truediv__ ` | OnnxVar | Division, no difference between `/` and `//`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__truediv__ ` | OnnxExisting | Automatically adds operator `OnnxDiv` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__truediv__ ` | OnnxOperator | Automatically adds operator `OnnxDiv` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__truediv__ ` | OnnxOperatorFunction | Automatically adds operator `OnnxDiv` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_add_domain ` | _GraphBuilder | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_add_name ` | _GraphBuilder | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_add_node_name ` | Tf2OnnxConvert | Registers an object in in the graph by its name. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_add_subgraph ` | OnnxExisting | Fills attribute *attribute*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_add_subgraph ` | OnnxOperator | Fills attribute *attribute*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_add_subgraph ` | OnnxOperatorFunction | Fills attribute *attribute*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_apply_batch_dot ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_apply_diagonal ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_apply_expand_dims ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_apply_id ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_apply_matmul ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_apply_mul ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_apply_reduce_sum ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_apply_reduce_sum_mm ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_apply_squeeze ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_apply_transpose ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_apply_transpose_mm ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_begin ` | BlackmanWindow | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_begin ` | HammingWindow | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_begin ` | HannWindow | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_begin ` | _CommonWindow | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_build_compile_run ` | OnnxInference | Rewrite the run function in python, compiles it, and adds it as a method. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_build_context ` | OnnxInferenceNode | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_build_onnx_runtime ` | OnnxSpeedupClassifier | Returns an instance of :class:`OnnxTransformer` which executes the ONNX graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_build_onnx_runtime ` | OnnxSpeedupCluster | Returns an instance of :class:`OnnxTransformer` which executes the ONNX graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_build_onnx_runtime ` | OnnxSpeedupRegressor | Returns an instance of :class:`OnnxTransformer` which executes the ONNX graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_build_onnx_runtime ` | OnnxSpeedupTransformer | Returns an instance of :class:`OnnxTransformer` which executes the ONNX graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_build_onnx_runtime ` | _OnnxPipelineStepSpeedup | Returns an instance of :class:`OnnxTransformer` which executes the ONNX graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_build_onnx_runtime_numpy ` | OnnxSpeedupClassifier | Builds a runtime based on numpy. Exports the ONNX graph into python code based on numpy and then dynamically ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_build_onnx_runtime_numpy ` | OnnxSpeedupCluster | Builds a runtime based on numpy. Exports the ONNX graph into python code based on numpy and then dynamically ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_build_onnx_runtime_numpy ` | OnnxSpeedupRegressor | Builds a runtime based on numpy. Exports the ONNX graph into python code based on numpy and then dynamically ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_build_onnx_runtime_numpy ` | OnnxSpeedupTransformer | Builds a runtime based on numpy. Exports the ONNX graph into python code based on numpy and then dynamically ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_build_onnx_runtime_numpy ` | _OnnxPipelineStepSpeedup | Builds a runtime based on numpy. Exports the ONNX graph into python code based on numpy and then dynamically ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_build_onnx_runtime_numpy_compile ` | OnnxSpeedupClassifier | Second part of :meth:`_build_onnx_runtime_numpy`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_build_onnx_runtime_numpy_compile ` | OnnxSpeedupCluster | Second part of :meth:`_build_onnx_runtime_numpy`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_build_onnx_runtime_numpy_compile ` | OnnxSpeedupRegressor | Second part of :meth:`_build_onnx_runtime_numpy`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_build_onnx_runtime_numpy_compile ` | OnnxSpeedupTransformer | Second part of :meth:`_build_onnx_runtime_numpy`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_build_onnx_runtime_numpy_compile ` | _OnnxPipelineStepSpeedup | Second part of :meth:`_build_onnx_runtime_numpy`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_build_optimize ` | CachedEinsum | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_build_optimize_ml ` | CachedEinsum | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_build_runtime ` | OnnxNumpyCompiler | Creates the runtime for the :epkg:`ONNX` graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_byref_c ` | MLNumTypeBool | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_byref_c ` | MLNumTypeFloat32 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_byref_c ` | MLNumTypeFloat64 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_byref_c ` | MLNumTypeInt32 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_byref_c ` | MLNumTypeInt64 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_byref_c ` | MLNumTypeSingle | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_byref_c ` | MLTensor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_check ` | OnnxExisting | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_check ` | OnnxOperator | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_check ` | OnnxOperatorFunction | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_check_ ` | OnnxNumpyFunction | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_check_ ` | OnnxNumpyFunctionInferenceSession | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_check_ ` | OnnxNumpyFunctionOnnxInference | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_check_ ` | FctVersion | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_check_ ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_check_arg_ ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_check_arrays ` | OnnxTransformer | Ensures that double floats are converted into single floats if *enforce_float32* is True or raises an exception. ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_check_fitted_ ` | OnnxSpeedupClassifier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_check_fitted_ ` | OnnxSpeedupCluster | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_check_fitted_ ` | OnnxSpeedupRegressor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_check_fitted_ ` | OnnxSpeedupTransformer | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_check_fitted_ ` | _OnnxPipelineStepSpeedup | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_check_inputs_ ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_check_onnx_opset_ ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_check_row_ ` | EinsumSubOp | Checks input or output is valid. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_check_rt ` | _CommonAsvSklBenchmark | Checks that runtime has the appropriate method. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_check_rt ` | _CommonAsvSklBenchmarkClassifier | Checks that runtime has the appropriate method. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_check_rt ` | _CommonAsvSklBenchmarkClassifierRawScore | Checks that runtime has the appropriate method. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_check_rt ` | _CommonAsvSklBenchmarkClustering | Checks that runtime has the appropriate method. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_check_rt ` | _CommonAsvSklBenchmarkMultiClassifier | Checks that runtime has the appropriate method. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_check_rt ` | _CommonAsvSklBenchmarkOutlier | Checks that runtime has the appropriate method. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_check_rt ` | _CommonAsvSklBenchmarkRegressor | Checks that runtime has the appropriate method. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_check_rt ` | _CommonAsvSklBenchmarkTrainableTransform | Checks that runtime has the appropriate method. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_check_rt ` | _CommonAsvSklBenchmarkTransform | Checks that runtime has the appropriate method. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_check_rt ` | _CommonAsvSklBenchmarkTransformPositive | Checks that runtime has the appropriate method. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_check_shape_ ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_common_run ` | TopK_1 | Runtime for operator *TopK*. The implementation is not the most efficient as it sorts everything then extracts ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_common_run ` | TopK_10 | Runtime for operator *TopK*. The implementation is not the most efficient as it sorts everything then extracts ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_common_run ` | TopK_11 | Runtime for operator *TopK*. The implementation is not the most efficient as it sorts everything then extracts ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_common_run ` | TopK_11 | Runtime for operator *TopK*. The implementation is not the most efficient as it sorts everything then extracts ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_common_run ` | _CommonTopK | Runtime for operator *TopK*. The implementation is not the most efficient as it sorts everything then extracts ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_common_run_shape ` | Scan | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_compare_results ` | OnnxBackendTest | Compares the expected output and the output produced by the runtime. Raises an exception if not equal. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_compute_output_row_batch_dot ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_compute_output_row_diagonal ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_compute_output_row_expand_dims ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_compute_output_row_id ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_compute_output_row_matmul ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_compute_output_row_mul ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_compute_output_row_reduce_sum ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_compute_output_row_reduce_sum_mm ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_compute_output_row_squeeze ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_compute_output_row_transpose ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_compute_output_row_transpose_mm ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_convert_to_attribute ` | GraphBuilder | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_convert_to_input ` | GraphBuilder | in ONNX, input shold come from node, so it must be a string | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_copy_c ` | MLNumType | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_copy_c ` | MLNumTypeBool | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_copy_c ` | MLNumTypeFloat32 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_copy_c ` | MLNumTypeFloat64 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_copy_c ` | MLNumTypeInt32 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_copy_c ` | MLNumTypeInt64 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_copy_c ` | MLNumTypeSingle | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_copy_c ` | MLTensor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_model ` | _CommonAsvSklBenchmark | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_model ` | _CommonAsvSklBenchmarkClassifier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_model ` | _CommonAsvSklBenchmarkClassifierRawScore | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_model ` | _CommonAsvSklBenchmarkClustering | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_model ` | _CommonAsvSklBenchmarkMultiClassifier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_model ` | _CommonAsvSklBenchmarkOutlier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_model ` | _CommonAsvSklBenchmarkRegressor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_model ` | _CommonAsvSklBenchmarkTrainableTransform | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_model ` | _CommonAsvSklBenchmarkTransform | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_model ` | _CommonAsvSklBenchmarkTransformPositive | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_model ` | TemplateBenchmarkClassifier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_model ` | TemplateBenchmarkClassifierRawScore | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_model ` | TemplateBenchmarkClustering | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_model ` | TemplateBenchmarkMultiClassifier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_model ` | TemplateBenchmarkOutlier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_model ` | TemplateBenchmarkRegressor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_model ` | TemplateBenchmarkTrainableTransform | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_model ` | TemplateBenchmarkTransform | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_model ` | TemplateBenchmarkTransformPositive | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_onnx_and_runtime ` | _CommonAsvSklBenchmark | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_onnx_and_runtime ` | _CommonAsvSklBenchmarkClassifier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_onnx_and_runtime ` | _CommonAsvSklBenchmarkClassifierRawScore | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_onnx_and_runtime ` | _CommonAsvSklBenchmarkClustering | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_onnx_and_runtime ` | _CommonAsvSklBenchmarkMultiClassifier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_onnx_and_runtime ` | _CommonAsvSklBenchmarkOutlier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_onnx_and_runtime ` | _CommonAsvSklBenchmarkRegressor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_onnx_and_runtime ` | _CommonAsvSklBenchmarkTrainableTransform | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_onnx_and_runtime ` | _CommonAsvSklBenchmarkTransform | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_onnx_and_runtime ` | _CommonAsvSklBenchmarkTransformPositive | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_onnx_inference ` | _CommonAsvSklBenchmark | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_onnx_inference ` | _CommonAsvSklBenchmarkClassifier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_onnx_inference ` | _CommonAsvSklBenchmarkClassifierRawScore | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_onnx_inference ` | _CommonAsvSklBenchmarkClustering | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_onnx_inference ` | _CommonAsvSklBenchmarkMultiClassifier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_onnx_inference ` | _CommonAsvSklBenchmarkOutlier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_onnx_inference ` | _CommonAsvSklBenchmarkRegressor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_onnx_inference ` | _CommonAsvSklBenchmarkTrainableTransform | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_onnx_inference ` | _CommonAsvSklBenchmarkTransform | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_create_onnx_inference ` | _CommonAsvSklBenchmarkTransformPositive | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_custom_op ` | OnnxVar | This could be handled before a call to this method but this method can change the conversion of an non-existing ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_custom_op_filter ` | OnnxVar | This could be handled before a call to this method but this method can change the conversion of an non-existing ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_dtype ` | Bernoulli | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_dtype ` | RandomNormal | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_dtype ` | RandomNormalLike | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_dtype ` | RandomUniform | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_dtype ` | RandomUniformLike | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_dtype ` | _CommonRandom | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_end ` | BlackmanWindow | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_end ` | HammingWindow | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_end ` | HannWindow | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_end ` | _CommonWindow | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_export_c ` | MLNumTypeBool | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_export_c ` | MLNumTypeFloat32 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_export_c ` | MLNumTypeFloat64 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_export_c ` | MLNumTypeInt32 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_export_c ` | MLNumTypeInt64 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_export_c ` | MLNumTypeSingle | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_export_c ` | MLTensor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_export_common_c ` | MLNumTypeBool | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_export_common_c ` | MLNumTypeFloat32 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_export_common_c ` | MLNumTypeFloat64 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_export_common_c ` | MLNumTypeInt32 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_export_common_c ` | MLNumTypeInt64 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_export_common_c ` | MLNumTypeSingle | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_export_json ` | MLNumTypeBool | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_export_json ` | MLNumTypeFloat32 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_export_json ` | MLNumTypeFloat64 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_export_json ` | MLNumTypeInt32 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_export_json ` | MLNumTypeInt64 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_export_json ` | MLNumTypeSingle | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_export_json ` | MLTensor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_f_tanh ` | CommonRNN | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_f_tanh ` | RNN_14 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_f_tanh ` | RNN_14 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_f_tanh ` | RNN_7 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | OpFunction | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | OpRun | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | OpRunArg | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | OpRunBinary | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | OpRunBinaryComparison | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | OpRunBinaryNum | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | OpRunBinaryNumpy | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | OpRunClassifierProb | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | OpRunCustom | Finds a custom operator defined by this runtime. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | OpRunReduceNumpy | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | OpRunUnary | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | OpRunUnaryNum | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | BroadcastGradientArgs | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | CDist | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | ComplexAbs | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | DEBUG | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | Expression | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | FFT | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | FFT2D | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | FusedMatMul | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | Inverse | Finds a custom operator defined by this runtime. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | MurmurHash3 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | RFFT | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | SoftmaxGrad_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | SoftmaxGrad_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | Solve | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | SVMClassifier | Finds a custom operator defined by this runtime. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | SVMClassifierCommon | Finds a custom operator defined by this runtime. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | SVMClassifierDouble | Finds a custom operator defined by this runtime. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | SVMRegressor | Finds a custom operator defined by this runtime. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | SVMRegressorCommon | Finds a custom operator defined by this runtime. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | SVMRegressorDouble | Finds a custom operator defined by this runtime. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | Tokenizer | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | TreeEnsembleClassifierCommon | Finds a custom operator defined by this runtime. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | TreeEnsembleClassifierDouble | Finds a custom operator defined by this runtime. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | TreeEnsembleClassifier_1 | Finds a custom operator defined by this runtime. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | TreeEnsembleClassifier_3 | Finds a custom operator defined by this runtime. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | TreeEnsembleClassifier_3 | Finds a custom operator defined by this runtime. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | TreeEnsembleRegressorCommon | Finds a custom operator defined by this runtime. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | TreeEnsembleRegressorDouble | Finds a custom operator defined by this runtime. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | TreeEnsembleRegressor_1 | Finds a custom operator defined by this runtime. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | TreeEnsembleRegressor_3 | Finds a custom operator defined by this runtime. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | TreeEnsembleRegressor_3 | Finds a custom operator defined by this runtime. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_custom_operator_schema ` | YieldOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_find_hidden_algebras ` | OnnxNumpyCompiler | Subgraph are using inputs not linked to the others nodes. This function retrieves them as they are stored in ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_fit ` | OnnxPipeline | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_fix_default_values ` | OnnxTranslator | Maps default values with parameter names. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_format_value_c ` | MLNumType | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_format_value_c ` | MLNumTypeBool | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_format_value_c ` | MLNumTypeFloat32 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_format_value_c ` | MLNumTypeFloat64 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_format_value_c ` | MLNumTypeInt32 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_format_value_c ` | MLNumTypeInt64 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_format_value_c ` | MLNumTypeSingle | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_format_value_c ` | MLTensor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_format_value_json ` | MLNumType | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_format_value_json ` | MLNumTypeBool | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_format_value_json ` | MLNumTypeFloat32 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_format_value_json ` | MLNumTypeFloat64 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_format_value_json ` | MLNumTypeInt32 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_format_value_json ` | MLNumTypeInt64 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_format_value_json ` | MLNumTypeSingle | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_format_value_json ` | MLTensor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_data ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_dataset ` | _CommonAsvSklBenchmark | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_dataset ` | _CommonAsvSklBenchmarkClassifier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_dataset ` | _CommonAsvSklBenchmarkClassifierRawScore | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_dataset ` | _CommonAsvSklBenchmarkClustering | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_dataset ` | _CommonAsvSklBenchmarkMultiClassifier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_dataset ` | _CommonAsvSklBenchmarkOutlier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_dataset ` | _CommonAsvSklBenchmarkRegressor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_dataset ` | _CommonAsvSklBenchmarkTrainableTransform | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_dataset ` | _CommonAsvSklBenchmarkTransform | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_dataset ` | _CommonAsvSklBenchmarkTransformPositive | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_forward_nodes ` | GraphEinsumSubOp | Returns the forward nodes. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_last ` | OnnxTranslator | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_output_types ` | NDArraySameType | Tries to infer output types. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_output_types ` | NDArraySameTypeSameShape | Tries to infer output types. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_output_types ` | NDArrayType | Tries to infer output types. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_output_types ` | NDArrayTypeSameShape | Tries to infer output types. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_output_types ` | _NDArrayAlias | Tries to infer output types. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_state ` | Bernoulli | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_state ` | RandomNormal | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_state ` | RandomNormalLike | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_state ` | RandomUniform | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_state ` | RandomUniformLike | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_state ` | _CommonRandom | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_typed_attributes ` | SVMClassifier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_typed_attributes ` | SVMClassifierCommon | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_typed_attributes ` | SVMClassifierDouble | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_typed_attributes ` | SVMRegressor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_typed_attributes ` | SVMRegressorCommon | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_typed_attributes ` | SVMRegressorDouble | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_typed_attributes ` | TreeEnsembleClassifierCommon | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_typed_attributes ` | TreeEnsembleClassifierDouble | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_typed_attributes ` | TreeEnsembleClassifier_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_typed_attributes ` | TreeEnsembleClassifier_3 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_typed_attributes ` | TreeEnsembleClassifier_3 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_typed_attributes ` | TreeEnsembleRegressorCommon | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_typed_attributes ` | TreeEnsembleRegressorDouble | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_typed_attributes ` | TreeEnsembleRegressor_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_typed_attributes ` | TreeEnsembleRegressor_3 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_typed_attributes ` | TreeEnsembleRegressor_3 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_xdtype ` | _CommonAsvSklBenchmark | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_xdtype ` | _CommonAsvSklBenchmarkClassifier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_xdtype ` | _CommonAsvSklBenchmarkClassifierRawScore | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_xdtype ` | _CommonAsvSklBenchmarkClustering | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_xdtype ` | _CommonAsvSklBenchmarkMultiClassifier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_xdtype ` | _CommonAsvSklBenchmarkOutlier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_xdtype ` | _CommonAsvSklBenchmarkRegressor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_xdtype ` | _CommonAsvSklBenchmarkTrainableTransform | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_xdtype ` | _CommonAsvSklBenchmarkTransform | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_get_xdtype ` | _CommonAsvSklBenchmarkTransformPositive | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_getat ` | NumpyCode | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_graph_guess_dtype ` | AttributeGraph | Guesses the graph inputs. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_graph_guess_dtype ` | if_then_else | Guesses the graph inputs. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_guess_dtype ` | MultiOnnxVar | Guesses dtype when not specified. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_guess_dtype ` | OnnxVar | Guesses dtype when not specified. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_guess_inplace ` | OnnxInference | Looks into every node of the graph to see if there is a way to do the computation inplace. By default (*input_inplace=False*), ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_guess_input_dtype ` | OnnxInference | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_guess_proto_type ` | OpRunOnnxEmpty | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_guess_proto_type ` | OpRunOnnxRuntime | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_init ` | OnnxInference | Prepares the instance to deliver predictions. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_init ` | OnnxInferenceNode | Prepares the node. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_init ` | Conv | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_init ` | ConvTranspose | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_init ` | MaxPool | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_init ` | QLinearConv | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_init ` | SVMClassifier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_init ` | SVMClassifierCommon | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_init ` | SVMClassifierDouble | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_init ` | SVMRegressor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_init ` | SVMRegressorCommon | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_init ` | SVMRegressorDouble | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_init ` | TreeEnsembleClassifierCommon | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_init ` | TreeEnsembleClassifierDouble | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_init ` | TreeEnsembleClassifier_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_init ` | TreeEnsembleClassifier_3 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_init ` | TreeEnsembleClassifier_3 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_init ` | TreeEnsembleRegressorCommon | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_init ` | TreeEnsembleRegressorDouble | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_init ` | TreeEnsembleRegressor_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_init ` | TreeEnsembleRegressor_3 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_init ` | TreeEnsembleRegressor_3 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_init ` | OpRunOnnxEmpty | Initializes the node. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_init ` | OpRunOnnxRuntime | Initializes the node. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_init ` | QuantizedTensor | Initialization when dtype is float32. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_interval ` | Shape_15 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_interval ` | Shape_15 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_is_stacked ` | OnnxTranslator | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_make_array ` | OnnxVar | Converts *y* into an array if not. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_make_numpy_code_onnx ` | NumpyCode | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_make_numpy_code_onnxml ` | NumpyCode | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_make_numpy_code_others ` | NumpyCode | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_make_sure_inputs ` | NumpyCode | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_make_sure_opsets ` | NumpyCode | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_name ` | _CommonAsvSklBenchmark | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_name ` | _CommonAsvSklBenchmarkClassifier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_name ` | _CommonAsvSklBenchmarkClassifierRawScore | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_name ` | _CommonAsvSklBenchmarkClustering | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_name ` | _CommonAsvSklBenchmarkMultiClassifier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_name ` | _CommonAsvSklBenchmarkOutlier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_name ` | _CommonAsvSklBenchmarkRegressor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_name ` | _CommonAsvSklBenchmarkTrainableTransform | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_name ` | _CommonAsvSklBenchmarkTransform | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_name ` | _CommonAsvSklBenchmarkTransformPositive | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_name_mapping ` | OpRunOnnxEmpty | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_name_mapping ` | OpRunOnnxRuntime | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_node_to_graph ` | OnnxExisting | Builds a graph as a list of nodes to walk through in that order. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_node_to_graph ` | OnnxOperator | Builds a graph as a list of nodes to walk through in that order. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_node_to_graph ` | OnnxOperatorFunction | Builds a graph as a list of nodes to walk through in that order. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_onnx_name ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_op_abs ` | OnnxMicroRuntime | Runtime for operator :epkg:`Op:Abs`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_op_add ` | OnnxMicroRuntime | Runtime for operator :epkg:`Op:Add`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_op_concat ` | OnnxMicroRuntime | Runtime for operator :epkg:`Op:Concat`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_op_gather ` | OnnxMicroRuntime | Runtime for operator :epkg:`Op:Gather`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_op_gemm ` | OnnxMicroRuntime | Runtime for operator :epkg:`Op:Gemm`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_op_identity ` | OnnxMicroRuntime | Runtime for operator :epkg:`Op:Identity`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_op_matmul ` | OnnxMicroRuntime | Runtime for operator :epkg:`Op:MatMul`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_op_max ` | OnnxMicroRuntime | Runtime for operator :epkg:`Op:Max`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_op_mul ` | OnnxMicroRuntime | Runtime for operator :epkg:`Op:Mul`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_op_reduceprod ` | OnnxMicroRuntime | Runtime for operator :epkg:`Op:ReduceProd`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_op_reducesum ` | OnnxMicroRuntime | Runtime for operator :epkg:`Op:ReduceSum`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_op_reshape ` | OnnxMicroRuntime | Runtime for operator :epkg:`Op:Reshape`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_op_shape ` | OnnxMicroRuntime | Runtime for operator :epkg:`Op:Shape`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_op_squeeze ` | OnnxMicroRuntime | Runtime for operator :epkg:`Op:Squeeze`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_op_transpose ` | OnnxMicroRuntime | Runtime for operator :epkg:`Op:Transpose`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_op_unsqueeze ` | OnnxMicroRuntime | Runtime for operator :epkg:`Op:Unsqueeze`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_optimize_onnx ` | _CommonAsvSklBenchmark | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_optimize_onnx ` | _CommonAsvSklBenchmarkClassifier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_optimize_onnx ` | _CommonAsvSklBenchmarkClassifierRawScore | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_optimize_onnx ` | _CommonAsvSklBenchmarkClustering | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_optimize_onnx ` | _CommonAsvSklBenchmarkMultiClassifier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_optimize_onnx ` | _CommonAsvSklBenchmarkOutlier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_optimize_onnx ` | _CommonAsvSklBenchmarkRegressor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_optimize_onnx ` | _CommonAsvSklBenchmarkTrainableTransform | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_optimize_onnx ` | _CommonAsvSklBenchmarkTransform | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_optimize_onnx ` | _CommonAsvSklBenchmarkTransformPositive | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_optional_parameters ` | MLActionConcat | Returns additional parameters to add the function call. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_optional_parameters ` | MLActionFunctionCall | Returns additional parameters to add the function call. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_optional_parameters ` | MLActionTensorAdd | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_optional_parameters ` | MLActionTensorDiv | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_optional_parameters ` | MLActionTensorDot | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_optional_parameters ` | MLActionTensorMul | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_optional_parameters ` | MLActionTensorSub | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_optional_parameters ` | MLActionTensorTake | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_optional_parameters ` | MLActionTensorVector | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_parse_annotation ` | OnnxNumpyCompiler | Returns the annotations for function `fct_`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_pick_type ` | Expression | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_pick_type ` | If | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_populate ` | wrapper_onnxnumpy_np | Creates the appropriate runtime for function *fct* | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_post_process ` | OnnxTranslator | Simplifies some operator such as ``OnnxNeg(2)``. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_post_process_attributes ` | OnnxExisting | Walks through attributes and replaces them by ONNX values. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_post_process_attributes ` | OnnxOperator | Walks through attributes and replaces them by ONNX values. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_post_process_attributes ` | OnnxOperatorFunction | Walks through attributes and replaces them by ONNX values. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_post_process_label_attributes ` | _ClassifierCommon | Replaces string labels by int64 labels. It creates attributes *_classlabels_int64s_string*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_post_process_predicted_label ` | _ClassifierCommon | Replaces int64 predicted labels by the corresponding strings. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_pprint_forward ` | GraphEinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_preprocess ` | Concat | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_preprocess ` | FeatureVectorizer | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_preprocess_options ` | OnnxPipeline | Preprocesses the options. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_private_run ` | DropoutBase | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_private_run ` | Dropout_12 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_private_run ` | Dropout_12 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_private_run ` | Dropout_7 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_process_io ` | _GraphBuilder | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_register_handler ` | tf_op | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_remove_stopwords ` | StringNormalizer | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_replace_node_sequence ` | GraphEinsumSubOp | Removes a sequence of nodes. The method does not check that the graph remains consistent. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_reset_cache ` | AutoAction | A same node may appear at different places in the graph. It means the output is used twice. However, we don't want ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | OpFunction | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | OpRun | Should be overwritten. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | OpRunArg | Should be overwritten. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | OpRunBinary | Should be overwritten. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | OpRunBinaryComparison | Should be overwritten. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | OpRunBinaryNum | Should be overwritten. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | OpRunBinaryNumpy | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | OpRunClassifierProb | Should be overwritten. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | OpRunCustom | Should be overwritten. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | OpRunReduceNumpy | Should be overwritten. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | OpRunUnary | Should be overwritten. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | OpRunUnaryNum | Should be overwritten. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Abs | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Acos | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Acosh | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Adagrad | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Adam | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | And | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ArgMax_11 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ArgMax_12 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ArgMax_12 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | _ArgMax | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ArgMin_11 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ArgMin_12 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ArgMin_12 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | _ArgMin | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ArrayFeatureExtractor | Runtime for operator *ArrayFeatureExtractor*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Asin | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Asinh | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Atan | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Atanh | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | AveragePool | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | BatchNormalization_14 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | BatchNormalization_14 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | BatchNormalization_9 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Binarizer | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | BroadcastGradientArgs | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Cast | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | CastLike | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | CategoryMapper | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | CDist | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Ceil | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Celu | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Clip_11 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Clip_11 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Clip_6 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ComplexAbs | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Compress | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Concat | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ConcatFromSequence | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Constant_11 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Constant_12 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Constant_12 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Constant_9 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ConstantOfShape | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Conv | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ConvTranspose | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Cos | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Cosh | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | CumSum | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | DEBUG | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | DepthToSpace | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | SpaceToDepth | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | DequantizeLinear | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Det | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | DFT | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | DictVectorizer | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Div | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Dropout_12 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Dropout_12 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Dropout_7 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Einsum | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Elu | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Equal | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Erf | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Exp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | CommonExpand | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Expand_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Expand_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Expression | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | EyeLike | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | FeatureVectorizer | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | FFT | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | FFT2D | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Flatten | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Floor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | FusedMatMul | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Gather | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | GatherElements | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | GatherND | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Gemm | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | GlobalAveragePool | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | GlobalMaxPool | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Greater | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | GreaterOrEqual | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | GridSample | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | CommonGRU | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | GRU | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | HardSigmoid | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Hardmax | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Identity | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | If | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Imputer | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Inverse | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | IsInf | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | IsNaN | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | LabelEncoder | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | LayerNormalization | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | LeakyRelu | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Less | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | LessOrEqual | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | LinearClassifier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | LinearRegressor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Log | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | LogSoftmax | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Loop | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | LpNormalization | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | LRN | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | CommonLSTM | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | LSTM | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | MatMul | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | MaxPool | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Mean | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Mod | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Momentum | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | MurmurHash3 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Neg | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | NegativeLogLikelihoodLoss | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | NonMaxSuppression | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | NonZero | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Normalizer | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Not | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | OneHot | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | OneHotEncoder | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | OptionalGetElement | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | OptionalHasElement | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Or | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Pad_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Pad_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Pad_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Pow | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | PRelu | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | QLinearConv | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | DynamicQuantizeLinear | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | QuantizeLinear | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Bernoulli | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | RandomNormal | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | RandomNormalLike | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | RandomUniform | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | RandomUniformLike | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Range | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Reciprocal | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ReduceL1_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ReduceL1_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ReduceL1_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ReduceL2_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ReduceL2_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ReduceL2_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ReduceLogSum_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ReduceLogSum_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ReduceLogSum_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ReduceLogSumExp_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ReduceLogSumExp_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ReduceLogSumExp_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ReduceMax_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ReduceMax_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ReduceMax_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ReduceMean_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ReduceMean_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ReduceMean_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ReduceMin_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ReduceMin_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ReduceMin_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ReduceProd_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ReduceProd_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ReduceProd_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ReduceSum_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ReduceSum_11 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ReduceSum_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ReduceSum_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ReduceSumSquare_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ReduceSumSquare_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ReduceSumSquare_18 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Relu | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ThresholdedRelu | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | CommonReshape | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Reshape_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Reshape_14 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Reshape_14 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Reshape_5 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Resize | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | RFFT | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | CommonRNN | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | RNN_14 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | RNN_14 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | RNN_7 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | RoiAlign | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Round | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Scaler | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Scan | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ScatterElements | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ScatterND | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Selu | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | SequenceAt | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | SequenceConstruct | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | SequenceEmpty | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | SequenceInsert | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Shape_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Shape_15 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Shape_15 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Shrink | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Sigmoid | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Sign | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Sin | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Sinh | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Size | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | SliceCommon | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Slice_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Slice_10 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Slice_10 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | SoftmaxGrad_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | SoftmaxGrad_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Softmax_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Softmax_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Softmax_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | _Softmax | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | SoftmaxCrossEntropyLoss | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Softplus | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Softsign | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Solve | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Split_11 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Split_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Split_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Split_2 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Sqrt | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Squeeze_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Squeeze_11 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Squeeze_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Squeeze_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | STFT | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | StringNormalizer | Normalizes strings. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Sum | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | SVMClassifier | This is a C++ implementation coming from :epkg:`onnxruntime`. `svm_classifier.cc `_. ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | SVMClassifierCommon | This is a C++ implementation coming from :epkg:`onnxruntime`. `svm_classifier.cc `_. ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | SVMClassifierDouble | This is a C++ implementation coming from :epkg:`onnxruntime`. `svm_classifier.cc `_. ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | SVMRegressor | This is a C++ implementation coming from :epkg:`onnxruntime`. `svm_regressor.cc `_. ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | SVMRegressorCommon | This is a C++ implementation coming from :epkg:`onnxruntime`. `svm_regressor.cc `_. ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | SVMRegressorDouble | This is a C++ implementation coming from :epkg:`onnxruntime`. `svm_regressor.cc `_. ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Tan | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Tanh | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | TfIdfVectorizer | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Tokenizer | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | TopK_1 | Runtime for operator *TopK*. The implementation is not the most efficient as it sorts everything then extracts ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | TopK_10 | Runtime for operator *TopK*. The implementation is not the most efficient as it sorts everything then extracts ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | TopK_11 | Runtime for operator *TopK*. The implementation is not the most efficient as it sorts everything then extracts ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | TopK_11 | Runtime for operator *TopK*. The implementation is not the most efficient as it sorts everything then extracts ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Transpose | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | TreeEnsembleClassifierCommon | This is a C++ implementation coming from :epkg:`onnxruntime`. `tree_ensemble_classifier.cc `_. ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | TreeEnsembleClassifierDouble | This is a C++ implementation coming from :epkg:`onnxruntime`. `tree_ensemble_classifier.cc `_. ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | TreeEnsembleClassifier_1 | This is a C++ implementation coming from :epkg:`onnxruntime`. `tree_ensemble_classifier.cc `_. ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | TreeEnsembleClassifier_3 | This is a C++ implementation coming from :epkg:`onnxruntime`. `tree_ensemble_classifier.cc `_. ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | TreeEnsembleClassifier_3 | This is a C++ implementation coming from :epkg:`onnxruntime`. `tree_ensemble_classifier.cc `_. ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | TreeEnsembleRegressorCommon | This is a C++ implementation coming from :epkg:`onnxruntime`. `tree_ensemble_classifier.cc `_. ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | TreeEnsembleRegressorDouble | This is a C++ implementation coming from :epkg:`onnxruntime`. `tree_ensemble_classifier.cc `_. ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | TreeEnsembleRegressor_1 | This is a C++ implementation coming from :epkg:`onnxruntime`. `tree_ensemble_classifier.cc `_. ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | TreeEnsembleRegressor_3 | This is a C++ implementation coming from :epkg:`onnxruntime`. `tree_ensemble_classifier.cc `_. ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | TreeEnsembleRegressor_3 | This is a C++ implementation coming from :epkg:`onnxruntime`. `tree_ensemble_classifier.cc `_. ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Trilu | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Unique | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Unsqueeze_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Unsqueeze_11 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Unsqueeze_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Unsqueeze_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Where | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | BlackmanWindow | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | HammingWindow | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | HannWindow | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Xor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | YieldOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | ZipMap | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run ` | Conv | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run1 ` | Adagrad | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run1 ` | Adam | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run1 ` | Momentum | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_char_tokenization ` | Tokenizer | Tokenizes y charaters. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_column ` | StringNormalizer | Normalizes string in a columns. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_empty ` | OnnxShapeInference | Computes shape and types of all results. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | Abs | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | Acos | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | Acosh | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | Asin | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | Asinh | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | Atan | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | Atanh | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | Cast | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | CastLike | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | Ceil | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | Celu | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | Clip_11 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | Clip_11 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | Clip_6 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | Cos | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | Cosh | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | Erf | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | Exp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | Floor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | HardSigmoid | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | LeakyRelu | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | Log | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | LogSoftmax | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | LpNormalization | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | Mean | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | Reciprocal | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | Relu | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | ThresholdedRelu | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | Round | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | Scaler | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | Sign | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | Sin | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | Sinh | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | Softmax_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | Softmax_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | Softmax_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | _Softmax | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | Softplus | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | Sqrt | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | Tan | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_inplace ` | Tanh | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_no_checks_ ` | OpRunArg | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_no_checks_ ` | OpRunBinary | Calls method ``_run``. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_no_checks_ ` | OpRunBinaryComparison | Calls method ``_run``. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_no_checks_ ` | OpRunBinaryNum | Calls method ``_run``. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_no_checks_ ` | OpRunBinaryNumpy | Calls method ``_run``. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_no_checks_ ` | OpRunClassifierProb | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_no_checks_ ` | OpRunReduceNumpy | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_no_checks_ ` | OpRunUnaryNum | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_no_checks_ ` | ReduceSum_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_no_checks_ ` | ReduceSum_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_no_checks_ ` | Scaler | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_regex_tokenization ` | Tokenizer | Tokenizes using separators. The function should use a trie to find text. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_sep_tokenization ` | Tokenizer | Tokenizes using separators. The function should use a trie to find text. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_sequence_runtime ` | OnnxInference | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_sequence_runtime_compiled ` | OnnxInference | Executes a compiled version of :meth:`_run_sequence_runtime`, compiled with method :meth:`_build_compile_run`. ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_tokenization ` | Tokenizer | Tokenizes a char level. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_run_whole_runtime ` | OnnxInference | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_score_metric ` | _CommonAsvSklBenchmark | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_score_metric ` | _CommonAsvSklBenchmarkClassifier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_score_metric ` | _CommonAsvSklBenchmarkClassifierRawScore | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_score_metric ` | _CommonAsvSklBenchmarkClustering | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_score_metric ` | _CommonAsvSklBenchmarkMultiClassifier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_score_metric ` | _CommonAsvSklBenchmarkOutlier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_score_metric ` | _CommonAsvSklBenchmarkRegressor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_score_metric ` | _CommonAsvSklBenchmarkTrainableTransform | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_score_metric ` | _CommonAsvSklBenchmarkTransform | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_score_metric ` | _CommonAsvSklBenchmarkTransformPositive | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_set_control_op ` | OnnxExisting | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_set_control_op ` | OnnxOperator | Sets *control_op* for every instance of :class:`OnnxExisting` node. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_set_control_op ` | OnnxOperatorBase | Tells this operator is part of a subgraph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_set_control_op ` | OnnxOperatorFunction | Sets *control_op* for every instance of :class:`OnnxExisting` node. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_set_control_op ` | OnnxOperatorItem | Tells this operator is part of a subgraph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_set_control_op ` | OnnxOperatorTuple | Tells this operator is part of a subgraph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_set_shape_inference_runtime ` | OnnxInference | Set shapes based on shape inference relying on the runtime. The values are stored in every node. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_setitem1i_ ` | OnnxVar | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_setitem2i_ ` | OnnxVar | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_simplify ` | NumpyCode | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_step ` | CommonGRU | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_step ` | GRU | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_step ` | CommonLSTM | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_step ` | LSTM | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_step ` | CommonRNN | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_step ` | RNN_14 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_step ` | RNN_14 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_step ` | RNN_7 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_onnx ` | _CommonAsvSklBenchmark | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_onnx ` | _CommonAsvSklBenchmarkClassifier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_onnx ` | _CommonAsvSklBenchmarkClassifierRawScore | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_onnx ` | _CommonAsvSklBenchmarkClustering | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_onnx ` | _CommonAsvSklBenchmarkMultiClassifier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_onnx ` | _CommonAsvSklBenchmarkOutlier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_onnx ` | _CommonAsvSklBenchmarkRegressor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_onnx ` | _CommonAsvSklBenchmarkTrainableTransform | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_onnx ` | _CommonAsvSklBenchmarkTransform | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_onnx ` | _CommonAsvSklBenchmarkTransformPositive | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_onnx ` | OnnxNumpyCompiler | Returns the onnx graph produced by function `fct_`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_onnx ` | OnnxPipeline | Converts a transformer into ONNX. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_onnx ` | OnnxSpeedupClassifier | Converts an estimator inference into :epkg:`ONNX`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_onnx ` | OnnxSpeedupCluster | Converts an estimator inference into :epkg:`ONNX`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_onnx ` | OnnxSpeedupRegressor | Converts an estimator inference into :epkg:`ONNX`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_onnx ` | OnnxSpeedupTransformer | Converts an estimator inference into :epkg:`ONNX`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_onnx ` | _OnnxPipelineStepSpeedup | Converts an estimator inference into :epkg:`ONNX`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_onnx_attribute ` | OnnxExisting | Converts one subgraph into ONNX. Returns the ONNX graph and the hidden inputs. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_onnx_attribute ` | OnnxOperator | Converts one subgraph into ONNX. Returns the ONNX graph and the hidden inputs. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_onnx_attribute ` | OnnxOperatorFunction | Converts one subgraph into ONNX. Returns the ONNX graph and the hidden inputs. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_onnx_attributes ` | OnnxExisting | Converts attributes into ONNX. Returns the hidden inputs. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_onnx_attributes ` | OnnxOperator | Converts attributes into ONNX. Returns the hidden inputs. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_onnx_attributes ` | OnnxOperatorFunction | Converts attributes into ONNX. Returns the hidden inputs. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_onnx_attributes ` | OnnxOperatorItem | Calls `self.onx_op._to_onnx_attributes`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_onnx_attributes ` | OnnxOperatorTuple | Calls `self.onx_op._to_onnx_attributes`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_onnx_batch_dot ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_onnx_expand_dims ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_onnx_id ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_onnx_mul ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_onnx_reduce_sum ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_onnx_shape ` | OnnxNumpyCompiler | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_onnx_squeeze ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_onnx_transpose ` | EinsumSubOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_python_numpy ` | OpFunction | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_python_numpy ` | OpRun | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_python_numpy ` | OpRunArg | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_python_numpy ` | OpRunBinary | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_python_numpy ` | OpRunBinaryComparison | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_python_numpy ` | OpRunBinaryNum | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_python_numpy ` | OpRunBinaryNumpy | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_python_numpy ` | OpRunClassifierProb | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_python_numpy ` | OpRunCustom | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_python_numpy ` | OpRunReduceNumpy | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_python_numpy ` | OpRunUnary | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_to_python_numpy ` | OpRunUnaryNum | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_validate_onnx_data ` | wrapper_onnxnumpy_np | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_validate_outputs ` | OnnxInference | Checks the output have the expected type. The function returns the list of mismatches. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`add ` | LexicalScopeContext | Adds a name to the context. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`add ` | AdjacencyGraphDisplay | Adds an action to display the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`add_external_input ` | OnnxExisting | Tells a subgraph this node comes from a graph calling this one. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`add_external_input ` | OnnxOperator | Tells a subgraph this node comes from a graph calling this one. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`add_external_input ` | OnnxOperatorBase | Tells a subgraph this node comes from the main graph. It may be used only by the subgraph but it must be processed ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`add_external_input ` | OnnxOperatorFunction | Tells a subgraph this node comes from a graph calling this one. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`add_external_input ` | OnnxOperatorItem | Tells a subgraph this node comes from the main graph. It may be used only by the subgraph but it must be processed ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`add_external_input ` | OnnxOperatorTuple | Tells a subgraph this node comes from the main graph. It may be used only by the subgraph but it must be processed ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`add_function ` | _GraphBuilder | Adds a function to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`add_info ` | EinsumSubOp | Adds information to the node. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`add_initializer ` | _GraphBuilder | Adds an initializer to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`add_node ` | _GraphBuilder | Adds a node to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`add_to ` | OnnxExisting | Adds to graph builder. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`add_to ` | OnnxOperator | Adds to graph builder. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`add_to ` | OnnxOperatorBase | This method should be overwritten. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`add_to ` | OnnxOperatorFunction | Adds to graph builder. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`add_to ` | OnnxOperatorItem | Adds to graph builder. Does nothing because the original node is already added. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`add_to ` | OnnxOperatorTuple | Adds to graph builder. Does nothing because the original node is already added. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`add_to ` | OnnxSubEstimator | Adds to graph builder. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`add_to ` | OnnxSubOnnx | Adds to graph builder. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`add_variable_to_clean ` | OnnxInferenceNode | Adds a variable which can be cleaned after the node execution. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`adjacency_matrix ` | BiGraph | Builds an adjacency matrix. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`and_ ` | OnnxExisting | Automatically adds operator `OnnxAnd` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`and_ ` | OnnxOperator | Automatically adds operator `OnnxAnd` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`and_ ` | OnnxOperatorFunction | Automatically adds operator `OnnxAnd` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`append ` | _created_classes | Adds a class into `globals()` to enable pickling on dynamic classes. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`append ` | ShapeConstraintList | Appends a new constraint to the list. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`append ` | GraphEinsumSubOp | Adds one input or result. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`apply ` | EinsumSubOp | Applies one operator on the data. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`apply_sequence ` | GraphEinsumSubOp | Applies a sequence of operations on a list of inputs. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`as_string ` | FctVersion | Returns a single string identifier. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`as_tuple ` | FctVersion | Returns a single tuple for the version. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`as_tuple_with_sep ` | FctVersion | Returns a single tuple for the version. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`asdict ` | ZipMapDictionary | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`assert_almost_equal ` | OnnxSpeedupClassifier | Checks that ONNX and scikit-learn produces the same outputs. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`assert_almost_equal ` | OnnxSpeedupCluster | Checks that ONNX and scikit-learn produces the same outputs. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`assert_almost_equal ` | OnnxSpeedupRegressor | Checks that ONNX and scikit-learn produces the same outputs. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`assert_almost_equal ` | OnnxSpeedupTransformer | Checks that ONNX and scikit-learn produces the same outputs. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`astype ` | OnnxVar | Cast | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`astype ` | OnnxExisting | Automatically adds operator `OnnxCast` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`astype ` | OnnxOperator | Automatically adds operator `OnnxCast` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`astype ` | OnnxOperatorFunction | Automatically adds operator `OnnxCast` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`attr ` | MockWrappedLightGbmBoosterClassifier | Returns default values for common attributes. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`build ` | CachedEinsum | Preprocesses the equation builds whatever is necessary to compute the result of the einsum equation. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`build_intermediate ` | OnnxInference | Builds every possible :epkg:`ONNX` file which computes one specific intermediate output from the inputs. ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`build_onnx_einsum ` | CachedEinsum | Builds an ONNX graph with a single einsum operator. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`build_runtime ` | CachedEinsum | Builds the runtime associated to the equation `self.equation_`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`cache_impl ` | OpRunExtended | Caches an implementation. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`cast ` | MLNumType | Converts *value* into this type. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`cast ` | MLNumTypeBool | Exports *value* into this type. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`cast ` | MLNumTypeFloat32 | Exports *value* into this type. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`cast ` | MLNumTypeFloat64 | Exports *value* into this type. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`cast ` | MLNumTypeInt32 | Exports *value* into this type. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`cast ` | MLNumTypeInt64 | Exports *value* into this type. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`cast ` | MLNumTypeSingle | Exports *value* into this type. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`cast ` | MLTensor | Converts *value* into this type. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`cast ` | MLType | Converts *value* into this type. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`change_parallel ` | TreeEnsembleRegressorCommon | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`change_parallel ` | TreeEnsembleRegressorDouble | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`change_parallel ` | TreeEnsembleRegressor_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`change_parallel ` | TreeEnsembleRegressor_3 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`change_parallel ` | TreeEnsembleRegressor_3 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`check_method_name ` | _CommonAsvSklBenchmark | Does some verifications. Fails if inconsistencies. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`check_method_name ` | _CommonAsvSklBenchmarkClassifier | Does some verifications. Fails if inconsistencies. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`check_method_name ` | _CommonAsvSklBenchmarkClassifierRawScore | Does some verifications. Fails if inconsistencies. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`check_method_name ` | _CommonAsvSklBenchmarkClustering | Does some verifications. Fails if inconsistencies. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`check_method_name ` | _CommonAsvSklBenchmarkMultiClassifier | Does some verifications. Fails if inconsistencies. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`check_method_name ` | _CommonAsvSklBenchmarkOutlier | Does some verifications. Fails if inconsistencies. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`check_method_name ` | _CommonAsvSklBenchmarkRegressor | Does some verifications. Fails if inconsistencies. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`check_method_name ` | _CommonAsvSklBenchmarkTrainableTransform | Does some verifications. Fails if inconsistencies. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`check_method_name ` | _CommonAsvSklBenchmarkTransform | Does some verifications. Fails if inconsistencies. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`check_method_name ` | _CommonAsvSklBenchmarkTransformPositive | Does some verifications. Fails if inconsistencies. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`check_onnx ` | OnnxInference | Checks the model follow :epkg:`ONNX` conventions. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`choose_act ` | CommonRNN | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`choose_act ` | RNN_14 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`choose_act ` | RNN_14 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`choose_act ` | RNN_7 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`clean_unused_nodes ` | GraphEinsumSubOp | Cleans nodes with unused outputs. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`common_run ` | QuantizeLinear | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`common_run ` | _CommonQuantizeLinear | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`common_run ` | CommonSplit | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`common_run ` | Split_11 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`common_run ` | Split_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`common_run ` | Split_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`common_run ` | Split_2 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`compute_output_row ` | EinsumSubOp | Updates *row* based on the operator. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`copy ` | OnnxVar | Returns a copy of self (use of Identity node). | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`copy ` | LexicalScopeContext | Copies the instance. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`copy ` | _inline_mapping | Returns a copy. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`copy ` | ShapeContainer | Makes a copy. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`copy ` | ShapeConstraint | Makes a copy of the object. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`copy ` | ShapeConstraintList | Copies the object. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`copy ` | ShapeResult | Returns a copy for the result. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`copy_add ` | Variable | Returns a copy of this variable with a new dtype. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`copy_merge ` | Variable | Merges information from both Variable. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`copy_name ` | Variable | Returns a copy with a new name. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`data ` | _CustomSchema | Returns all data in that class in a dictionary. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`debug ` | _WrapperLogger | debug | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`debug ` | _WrapperPrint | debug | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`debug ` | method | debug | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`dedent ` | _WrapperLogger | unindent | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`dedent ` | _WrapperPrint | unindent | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`default ` | _ParamEncoder | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`default ` | _MyEncoder | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`default_inputs ` | CachedEinsum | Returns default inputs (reshaped numpy.arange + 0.7i). | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`depart ` | CodeTranslator | Leaves a node. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`depart ` | OnnxTranslator | Visits a node. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`display_sequence ` | OnnxInference | Shows the sequence of nodes to run if ``runtime=='python'``. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`display_structure ` | BiGraph | Creates a display structure which contains all the necessary steps to display a graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`do ` | OnnxExisting | Fills attribute *body*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`do ` | OnnxOperator | Fills attribute *body*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`do ` | OnnxOperatorFunction | Fills attribute *body*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`dot_label ` | EinsumSubOp | Displays some informations useful to understand the operator. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`dump_model ` | MockWrappedLightGbmBoosterClassifier | mock dump_model method | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`else_do ` | OnnxExisting | Fills attribute *else_branch*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`else_do ` | OnnxOperator | Fills attribute *else_branch*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`else_do ` | OnnxOperatorFunction | Fills attribute *else_branch*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`enable_inplace_compute ` | OnnxInferenceNode | Let the node know that one input can be overwritten. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`enable_inplace_compute ` | OpFunction | Tells the node that one input can be overwritten. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`enable_inplace_compute ` | OpRun | Tells the node that one input can be overwritten. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`enable_inplace_compute ` | OpRunArg | Tells the node that one input can be overwritten. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`enable_inplace_compute ` | OpRunBinary | Tells the node that one input can be overwritten. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`enable_inplace_compute ` | OpRunBinaryComparison | Tells the node that one input can be overwritten. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`enable_inplace_compute ` | OpRunBinaryNum | Tells the node that one input can be overwritten. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`enable_inplace_compute ` | OpRunBinaryNumpy | Tells the node that one input can be overwritten. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`enable_inplace_compute ` | OpRunClassifierProb | Tells the node that one input can be overwritten. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`enable_inplace_compute ` | OpRunCustom | Tells the node that one input can be overwritten. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`enable_inplace_compute ` | OpRunReduceNumpy | Tells the node that one input can be overwritten. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`enable_inplace_compute ` | OpRunUnary | Tells the node that one input can be overwritten. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`enable_inplace_compute ` | OpRunUnaryNum | Tells the node that one input can be overwritten. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`end_profiling ` | InferenceSession | Ends profiling. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`enumerate_variables ` | MLAction | Enumerates all variables. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`enumerate_variables ` | MLActionBinary | Enumerates all variables. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`enumerate_variables ` | MLActionCast | Enumerates all variables. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`enumerate_variables ` | MLActionConcat | Enumerates all variables. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`enumerate_variables ` | MLActionCst | Enumerates all variables. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`enumerate_variables ` | MLActionFunction | Enumerates all variables. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`enumerate_variables ` | MLActionFunctionCall | Enumerates all variables. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`enumerate_variables ` | MLActionIfElse | Enumerates all variables. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`enumerate_variables ` | MLActionReturn | Enumerates all variables. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`enumerate_variables ` | MLActionUnary | Enumerates all variables. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`enumerate_variables ` | MLActionVar | Enumerates itself. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`execute ` | MLAction | Computes the action. Returns the output. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`execute ` | MLActionBinary | Computes the action. Returns the output. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`execute ` | MLActionCast | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`execute ` | MLActionConcat | Concatenation | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`execute ` | MLActionCst | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`execute ` | MLActionFunction | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`execute ` | MLActionFunctionCall | Computes the action. Returns the output. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`execute ` | MLActionIfElse | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`execute ` | MLActionReturn | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`execute ` | MLActionUnary | Computes the action. Returns the output. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`execute ` | MLActionVar | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`execute ` | MLActionAdd | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`execute ` | MLActionSign | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`execute ` | MLActionTestEqual | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`execute ` | MLActionTestInf | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`execute ` | MLActionTensorAdd | Addition | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`execute ` | MLActionTensorDiv | Addition | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`execute ` | MLActionTensorDot | Addition | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`execute ` | MLActionTensorMul | Addition | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`execute ` | MLActionTensorSub | Addition | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`execute ` | MLActionTensorTake | Addition | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`execute ` | MLActionTensorVector | Addition | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`export ` | AutoAction | Exports into any format. The method is looking for one method call '_export_' and calls it if found. ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`export ` | CodeNodeVisitor | Calls method *export* from the translator class. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`export ` | CodeTranslator | Exports the parsed :epkg:`python` code into something. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`export ` | OnnxTranslator | Returns an :epkg:`ONNX` graph or a piece of code which could generate the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`f ` | OnnxExisting | For the eager mode. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`f ` | OnnxOperator | Computes the predictions for this node. Similar to an eager evaluation. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`f ` | OnnxOperatorBase | Evaluates this node. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`f ` | OnnxOperatorFunction | Computes the predictions for this node. Similar to an eager evaluation. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`f ` | OnnxOperatorItem | Computes the predictions for this node. Similar to an eager evaluation. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`f ` | OnnxOperatorTuple | Evaluates this node. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`f ` | CommonGRU | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`f ` | GRU | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`f ` | CommonLSTM | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`f ` | LSTM | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`feature_name ` | MockWrappedLightGbmBoosterClassifier | Returns binary features names. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`find_named_inputs ` | OnnxExisting | Retrieves all named inputs in this graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`find_named_inputs ` | OnnxOperator | Retrieves all named inputs in this graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`find_named_inputs ` | OnnxOperatorBase | Returns all inputs to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`find_named_inputs ` | OnnxOperatorFunction | Retrieves all named inputs in this graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`find_named_inputs ` | OnnxOperatorItem | Returns all inputs to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`find_named_inputs ` | OnnxOperatorTuple | Returns all inputs to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`find_schema ` | OnnxExisting | Checks if there is an existing schema for a specific version. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`find_schema ` | OnnxOperator | Checks if there is an existing schema for a specific version. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`find_schema ` | OnnxOperatorFunction | Checks if there is an existing schema for a specific version. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`fit ` | OnnxPipeline | Fits the model, fits all the transforms one after the other and transform the data, then fit the transformed ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`fit ` | OnnxSpeedupClassifier | Trains based estimator. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`fit ` | OnnxSpeedupCluster | Trains based estimator. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`fit ` | OnnxSpeedupRegressor | Trains based estimator. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`fit ` | OnnxSpeedupTransformer | Trains based estimator. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`fit ` | _OnnxPipelineStepSpeedup | Fits the estimator, converts to ONNX. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`fit ` | GPT2TokenizerTransformer | The model is not trains this method is still needed to set the instance up and ready to transform. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`fit ` | SentencePieceTokenizerTransformer | The model is not trains this method is still needed to set the instance up and ready to transform. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`fit ` | OnnxTransformer | Loads the :epkg:`ONNX` model. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`fit_transform ` | OnnxTransformer | Loads the *ONNX* model and runs the predictions. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`flatten ` | OnnxVar | Flattens a matrix (see :epkg:`numpy:ndarray:flatten`). | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`format_value ` | AutoType | Exports into any format. The method is looking for one method call '_export_' and calls it if found. ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`g ` | CommonGRU | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`g ` | GRU | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`g ` | CommonLSTM | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`g ` | LSTM | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`generic_visit ` | CodeNodeVisitor | Overrides ``generic_visit`` to check it is not used. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`generic_visit ` | CodeNodeVisitor | Overrides ``generic_visit`` to check it is not used. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`generic_visit_args ` | CodeNodeVisitor | Overrides ``generic_visit`` to keep track of the indentation and the node parent. The function will add field ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`generic_visit_args ` | CodeNodeVisitor | Overrides ``generic_visit`` to keep track of the indentation and the node parent. The function will add field ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get ` | ShapeContainer | Returns the value of attribute `resolved_` (method `resolve()` must have been called first). | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_all_constraints ` | ShapeContainer | Gathers all constraints. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_cache_impl ` | OpRunExtended | Returns the cached implementation for key *key*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_cache_key ` | OpRunExtended | Returns a key mapped to the corresponding C++ implementation. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_dot_kind ` | EinsumSubOp | Every matrix multiplication can be either: | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_dtype ` | Tf2OnnxConvert | Returns the type of one node or None if unknown. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_execution_order ` | OnnxInference | This function returns a dictionary `{(kind, name): (order, op)}`, *name* can be a node name or a result name. In ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_impl ` | Conv | Instantiates the C++ implementation and caches it. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_input_names ` | _GraphBuilder | Returns input names for node *node* and inputs *inputs*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_inputs ` | InferenceSession2 | Overwrites method *get_inputs*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_inputs ` | OnnxInference2 | onnxruntime API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_inputs ` | InferenceSession | Returns input types. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_inputs_outputs ` | NDArraySameType | Returns the list of inputs, outputs. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_inputs_outputs ` | NDArraySameTypeSameShape | Returns the list of inputs, outputs. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_inputs_outputs ` | NDArrayType | Returns the list of inputs, outputs. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_inputs_outputs ` | NDArrayTypeSameShape | Returns the list of inputs, outputs. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_inputs_outputs ` | _NDArrayAlias | Returns the list of inputs, outputs. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_ir_version ` | CheckerContext | Accessor. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_local_inputs ` | OnnxInferenceNode | Returns any local input used by this node in a subgraph defined as an attribute and not declared as an input of ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_model_dir ` | CheckerContext | Accessor. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_name ` | NodeResultName | Returns a name from output_names or a suggestion for a name. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_new_name ` | ShapeContainer | Returns a variable name when a dimension is not specified. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_node_by_name ` | Tf2OnnxConvert | Retrieves a node by its name. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_objective ` | WrappedLightGbmBooster | Returns the objective. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_opset_imports ` | CheckerContext | Accessor. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_output_result ` | OnnxExisting | Returns the output name at position *i*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_output_result ` | OnnxOperator | Returns the output name at position *i*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_output_result ` | OnnxOperatorFunction | Returns the output name at position *i*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_output_result ` | OnnxOperatorItem | Returns the output name at position *i*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_outputs ` | InferenceSession2 | Overwrites method *get_outputs*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_outputs ` | OnnxInference2 | onnxruntime API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_outputs ` | InferenceSession | Returns output types. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_profiling ` | OnnxInference | Returns the profiling after a couple of execution. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_profiling ` | OnnxWholeSession | Returns the profiling informations. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_schema ` | CheckerContextDefaultRegistry | Accessor. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_schema_registry ` | CheckerContext | Accessor. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_shape ` | Tf2OnnxConvert | Returns the type of one node or None if unknown. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_unique_name ` | _GraphBuilder | Returns a unique name to name an output. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`get_unique_output_name ` | _GraphBuilder | Returns a unique output_name for a NodeResultName. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`global_index ` | OnnxInference | Maps every name to one integer to avoid using dictionaries when running the predictions. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`graph_execution ` | MLAction | Returns a formated string which retruns the outputs. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`graph_execution ` | MLActionBinary | Returns a formated string which retruns the outputs. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`graph_execution ` | MLActionCast | Returns a formated string which retruns the outputs. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`graph_execution ` | MLActionConcat | Returns a formated string which retruns the outputs. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`graph_execution ` | MLActionCst | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`graph_execution ` | MLActionFunction | Returns a formated string which retruns the outputs. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`graph_execution ` | MLActionFunctionCall | Returns a formated string which retruns the outputs. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`graph_execution ` | MLActionIfElse | Returns a formated string which retruns the outputs. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`graph_execution ` | MLActionReturn | Returns a formated string which retruns the outputs. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`graph_execution ` | MLActionUnary | Returns a formated string which retruns the outputs. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`graph_execution ` | MLActionVar | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`h ` | CommonLSTM | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`h ` | LSTM | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`has_cache_key ` | OpRunExtended | Tells if a key belongs to the cache. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`indent ` | _WrapperLogger | indent | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`indent ` | _WrapperPrint | indent | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`infer_shapes ` | OnnxInference | Computes expected shapes. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`is_compatible ` | ShapeResult | Tells if this shape is compatible with the given tuple. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`is_main_graph ` | CheckerContext | Accessor. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`is_named ` | Variable | Tells the variable is named like that. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`is_random ` | OnnxBackendTest | Tells if a test is random or not. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`items ` | ZipMapDictionary | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`keys ` | ZipMapDictionary | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`make_const ` | Tf2OnnxConvert | Make a new constants in the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`make_model ` | Tf2OnnxConvert | Produces the new ONNX graph with the updated sets of nodes. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`make_msg ` | CodeNodeVisitor | Displays line and column information into a string. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`make_msg ` | OnnxTranslator | Make a message with line and column information. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`make_node ` | Tf2OnnxConvert | Adds a node to the list of nodes. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`make_numpy_code ` | NumpyCode | Main method, returns the python code for a given operator. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`make_slice ` | GraphBuilder | slice changes its schema at opset 10: it treats some attributes as dynamic input so this function has to process ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`make_squeeze ` | GraphBuilder | Squeeze changes its schema at opset 13: it treats axes as a dynamic input kwargs: key could be ["data", "axes"]. ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`make_unsqueeze ` | GraphBuilder | Unsqueeze changes its schema at opset 13: it treats axes as a dynamic input kwargs: key could be ["data", "axes"]. ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`make_value_info ` | Variable | Converts the variable into `onnx.ValueInfoProto`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`mark ` | GraphEinsumSubOp | Marks one input or result as an intermediate result after a full einsum step. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`mark_last_node ` | GraphEinsumSubOp | Marks the last node as the final output. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`merge ` | ShapeConstraint | Merges this constraint with *cst* into this one. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`merge ` | ShapeResult | Merges constraints from *other_results* into *self*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`n_dims ` | ShapeResult | Returns the number of dimensions if it is a tensor. Raises an exception otherwise. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`need_context ` | OpFunction | Tells the runtime if this node needs the context (all the results produced so far) as it may silently access ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`need_context ` | OpRun | Tells the runtime if this node needs the context (all the results produced so far) as it may silently access ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`need_context ` | OpRunArg | Tells the runtime if this node needs the context (all the results produced so far) as it may silently access ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`need_context ` | OpRunBinary | Tells the runtime if this node needs the context (all the results produced so far) as it may silently access ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`need_context ` | OpRunBinaryComparison | Tells the runtime if this node needs the context (all the results produced so far) as it may silently access ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`need_context ` | OpRunBinaryNum | Tells the runtime if this node needs the context (all the results produced so far) as it may silently access ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`need_context ` | OpRunBinaryNumpy | Tells the runtime if this node needs the context (all the results produced so far) as it may silently access ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`need_context ` | OpRunClassifierProb | Tells the runtime if this node needs the context (all the results produced so far) as it may silently access ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`need_context ` | OpRunCustom | Tells the runtime if this node needs the context (all the results produced so far) as it may silently access ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`need_context ` | OpRunReduceNumpy | Tells the runtime if this node needs the context (all the results produced so far) as it may silently access ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`need_context ` | OpRunUnary | Tells the runtime if this node needs the context (all the results produced so far) as it may silently access ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`need_context ` | OpRunUnaryNum | Tells the runtime if this node needs the context (all the results produced so far) as it may silently access ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`need_context ` | Expression | Tells the runtime if this node needs the context (all the results produced so far) as it may silently access ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`need_context ` | If | Tells the runtime if this node needs the context (all the results produced so far) as it may silently access ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`need_context ` | Loop | The operator Loop needs to know all results produced so far as the loop may silently access one of them. ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`need_context ` | OpRunOnnxEmpty | Tells the runtime if this node needs the context (all the results produced so far) as it may silently access ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`need_context ` | OpRunOnnxRuntime | Tells the runtime if this node needs the context (all the results produced so far) as it may silently access ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`not_ ` | OnnxVar | Not. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`not_ ` | OnnxExisting | Automatically adds operator `OnnxNot` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`not_ ` | OnnxOperator | Automatically adds operator `OnnxNot` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`not_ ` | OnnxOperatorFunction | Automatically adds operator `OnnxNot` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`num_inputs_allowed ` | Schema | Not implemented yet. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`num_outputs_allowed ` | Schema | Not implemented yet. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`onnx_converter ` | OnnxSpeedupClassifier | Returns a converter for this transform. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`onnx_converter ` | OnnxSpeedupCluster | Returns a converter for this transform. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`onnx_converter ` | OnnxSpeedupRegressor | Returns a converter for this transform. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`onnx_converter ` | OnnxSpeedupTransformer | Returns a converter for this transform. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`onnx_converter ` | _OnnxPipelineStepSpeedup | Returns a converter for this transform. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`onnx_converter ` | OnnxTransformer | Returns a converter for this model. If not overloaded, it fetches the converter mapped to the first *scikit-learn* ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`onnx_parser ` | OnnxSpeedupClassifier | Returns a parser for this model. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`onnx_parser ` | OnnxSpeedupCluster | Returns a parser for this model. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`onnx_parser ` | OnnxSpeedupRegressor | Returns a parser for this model. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`onnx_parser ` | OnnxSpeedupTransformer | Returns a parser for this model. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`onnx_parser ` | _OnnxPipelineStepSpeedup | Returns a parser for this model. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`onnx_parser ` | OnnxTransformer | Returns a parser for this model. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`onnx_shape_calculator ` | OnnxSpeedupClassifier | Returns a shape calculator for this transform. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`onnx_shape_calculator ` | OnnxSpeedupCluster | Returns a shape calculator for this transform. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`onnx_shape_calculator ` | OnnxSpeedupRegressor | Returns a shape calculator for this transform. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`onnx_shape_calculator ` | OnnxSpeedupTransformer | Returns a shape calculator for this transform. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`onnx_shape_calculator ` | _OnnxPipelineStepSpeedup | Returns a shape calculator for this transform. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`onnx_shape_calculator ` | OnnxTransformer | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`onnxview ` | OnnxNotebook | Defines ``%onnxview`` which displays an :epkg:`ONNX` graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`or_ ` | OnnxExisting | Automatically adds operator `OnnxOr` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`or_ ` | OnnxOperator | Automatically adds operator `OnnxOr` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`or_ ` | OnnxOperatorFunction | Automatically adds operator `OnnxOr` to the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`order ` | BiGraph | Order nodes. Depth first. Returns a sequence of keys of mixed *v1*, *v2*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`order_vertices ` | BiGraph | Orders the vertices from the input to the output. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`peakmem_predict ` | _CommonAsvSklBenchmark | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`peakmem_predict ` | _CommonAsvSklBenchmarkClassifier | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`peakmem_predict ` | _CommonAsvSklBenchmarkClassifierRawScore | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`peakmem_predict ` | _CommonAsvSklBenchmarkClustering | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`peakmem_predict ` | _CommonAsvSklBenchmarkMultiClassifier | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`peakmem_predict ` | _CommonAsvSklBenchmarkOutlier | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`peakmem_predict ` | _CommonAsvSklBenchmarkRegressor | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`peakmem_predict ` | _CommonAsvSklBenchmarkTrainableTransform | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`peakmem_predict ` | _CommonAsvSklBenchmarkTransform | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`peakmem_predict ` | _CommonAsvSklBenchmarkTransformPositive | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`populate ` | _StaticVariables | Populates static variables. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`predecessors ` | OnnxExisting | Returns the list of predecessors. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`predecessors ` | OnnxOperator | Returns the list of predecessors. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`predecessors ` | OnnxOperatorFunction | Returns the list of predecessors. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`predict ` | OnnxSpeedupClassifier | Transforms with *ONNX*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`predict ` | OnnxSpeedupCluster | Transforms with *ONNX*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`predict ` | OnnxSpeedupRegressor | Transforms with *ONNX*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`predict_proba ` | OnnxSpeedupClassifier | Transforms with *ONNX*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`preprocess_parameters ` | OnnxInferenceNode | Preprocesses the parameters, loads *GraphProto* (equivalent to :epkg:`ONNX` graph with less metadata). | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`print_tree ` | CodeNodeVisitor | Displays the tree of instructions. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`print_tree ` | CodeNodeVisitor | Displays the tree of instructions. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`push ` | CodeNodeVisitor | Pushes an element into a list. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`push ` | CodeNodeVisitor | Pushes an element into a list. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`raw_predict ` | OnnxSpeedupClassifier | Transforms with *scikit-learn*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`raw_predict ` | OnnxSpeedupCluster | Transforms with *scikit-learn*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`raw_predict ` | OnnxSpeedupRegressor | Transforms with *scikit-learn*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`raw_predict_proba ` | OnnxSpeedupClassifier | Transforms with *scikit-learn*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`raw_transform ` | OnnxSpeedupCluster | Transforms with *scikit-learn*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`raw_transform ` | OnnxSpeedupTransformer | Transforms with *scikit-learn*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`reduce_size ` | OnnxInference | Reduces the memory footprint as much as possible. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`remove ` | _inline_mapping | Removes one element. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`remove_duplicate_transpose ` | GraphEinsumSubOp | Removes consecutive transpose by merging them. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`remove_node ` | Tf2OnnxConvert | Removes a node name from the list. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`replace_all_inputs ` | Tf2OnnxConvert | Every taking *old_name* as inputs will take *new_name* instead. Looks in the output as well but in that case, it ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`reserve_name ` | _GraphBuilder | Reserves a name so that it cannot be changed. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`reserve_names ` | _GraphBuilder | Adds names to the list of reserved names. All must be unique. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`reshape ` | OnnxVar | Reshape | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`resolve ` | ShapeContainer | Resolves all constraints. It adds the attribute `resolved_`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`resolve ` | ShapeResult | Results variables in a shape using values stored in *variables*. It does not copy any constraints. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run ` | OnnxExisting | Other name for `OnnxInference.f `_. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run ` | OnnxOperator | Other name for `OnnxInference.f `_. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run ` | OnnxOperatorFunction | Other name for `OnnxInference.f `_. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run ` | Tf2OnnxConvert | Calls the registered converters on the graph held by this instance. Returns the new onnx graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run ` | OnnxInferenceBackendRep | Computes the prediction. See @see meth OnnxInference.run. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run ` | _CombineModels | Runs shape inferance and onnx inference. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run ` | OnnxInference | Computes the predictions for this :epkg:`onnx` graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run ` | OnnxInferenceNode | Runs the node. The function updates values with outputs. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run ` | OnnxMicroRuntime | Computes the outputs of the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run ` | OnnxShapeInference | Runs shape inference and type given known inputs. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run ` | OpFunction | Calls method ``_run``. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run ` | OpRun | Calls method ``_run``. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run ` | OpRunArg | Calls method ``_run``. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run ` | OpRunBinary | Calls method ``_run``. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run ` | OpRunBinaryComparison | Calls method ``_run``. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run ` | OpRunBinaryNum | Calls method ``_run``. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run ` | OpRunBinaryNumpy | Calls method ``_run``. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run ` | OpRunClassifierProb | Calls method ``_run``. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run ` | OpRunCustom | Calls method ``_run``. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run ` | OpRunReduceNumpy | Calls method ``_run``. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run ` | OpRunUnary | Calls method ``_run``. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run ` | OpRunUnaryNum | Calls method ``_run``. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run ` | Clip_11 | Calls method ``_run``. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run ` | Clip_11 | Calls method ``_run``. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run ` | Max | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run ` | Min | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run ` | ReduceSum_13 | Calls method ``_run``. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run ` | ReduceSum_13 | Calls method ``_run``. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run ` | OpRunOnnxEmpty | Should be overwritten. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run ` | OpRunOnnxRuntime | Should be overwritten. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run ` | OnnxWholeSession | Computes the predictions. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run ` | SimplifiedOnnxInference | Calls InferenceSession.run. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run ` | OnnxBackendTest | Executes a tests or all tests if index is None. The function crashes if the tests fails. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run ` | InferenceSession2 | Overwrites method *run*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run ` | OnnxInference2 | onnxruntime API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run ` | InferenceSession | Executes the ONNX graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run2onnx ` | OnnxInference | Executes the graphs with the given inputs, then adds the intermediate results into ONNX nodes in the original graph. ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`run_in_scan ` | OnnxInference2 | Instance to run in operator scan. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`runtime_name ` | _CommonAsvSklBenchmark | Returns the runtime shortname. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`runtime_name ` | _CommonAsvSklBenchmarkClassifier | Returns the runtime shortname. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`runtime_name ` | _CommonAsvSklBenchmarkClassifierRawScore | Returns the runtime shortname. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`runtime_name ` | _CommonAsvSklBenchmarkClustering | Returns the runtime shortname. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`runtime_name ` | _CommonAsvSklBenchmarkMultiClassifier | Returns the runtime shortname. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`runtime_name ` | _CommonAsvSklBenchmarkOutlier | Returns the runtime shortname. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`runtime_name ` | _CommonAsvSklBenchmarkRegressor | Returns the runtime shortname. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`runtime_name ` | _CommonAsvSklBenchmarkTrainableTransform | Returns the runtime shortname. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`runtime_name ` | _CommonAsvSklBenchmarkTransform | Returns the runtime shortname. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`runtime_name ` | _CommonAsvSklBenchmarkTransformPositive | Returns the runtime shortname. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`set_ir_version ` | CheckerContext | Accessor. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`set_is_main_graph ` | CheckerContext | Accessor. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`set_model_dir ` | CheckerContext | Accessor. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`set_onnx_name ` | OnnxVar | Forces this variable to get this name during | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`set_opset_imports ` | CheckerContext | Accessor. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`set_order ` | OnnxInferenceNode | Defines the order of execution. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`set_schema_registry ` | CheckerContext | Accessor. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`setup ` | _CommonAsvSklBenchmark | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`setup ` | _CommonAsvSklBenchmarkClassifier | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`setup ` | _CommonAsvSklBenchmarkClassifierRawScore | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`setup ` | _CommonAsvSklBenchmarkClustering | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`setup ` | _CommonAsvSklBenchmarkMultiClassifier | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`setup ` | _CommonAsvSklBenchmarkOutlier | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`setup ` | _CommonAsvSklBenchmarkRegressor | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`setup ` | _CommonAsvSklBenchmarkTrainableTransform | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`setup ` | _CommonAsvSklBenchmarkTransform | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`setup ` | _CommonAsvSklBenchmarkTransformPositive | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`setup_cache ` | _CommonAsvSklBenchmark | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`setup_cache ` | _CommonAsvSklBenchmarkClassifier | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`setup_cache ` | _CommonAsvSklBenchmarkClassifierRawScore | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`setup_cache ` | _CommonAsvSklBenchmarkClustering | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`setup_cache ` | _CommonAsvSklBenchmarkMultiClassifier | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`setup_cache ` | _CommonAsvSklBenchmarkOutlier | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`setup_cache ` | _CommonAsvSklBenchmarkRegressor | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`setup_cache ` | _CommonAsvSklBenchmarkTrainableTransform | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`setup_cache ` | _CommonAsvSklBenchmarkTransform | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`setup_cache ` | _CommonAsvSklBenchmarkTransformPositive | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`setup_cache ` | TemplateBenchmarkClassifier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`setup_cache ` | TemplateBenchmarkClassifierRawScore | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`setup_cache ` | TemplateBenchmarkClustering | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`setup_cache ` | TemplateBenchmarkMultiClassifier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`setup_cache ` | TemplateBenchmarkOutlier | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`setup_cache ` | TemplateBenchmarkRegressor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`setup_cache ` | TemplateBenchmarkTrainableTransform | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`setup_cache ` | TemplateBenchmarkTransform | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`setup_cache ` | TemplateBenchmarkTransformPositive | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`setup_runtime ` | OnnxInferenceNode | Loads runtime. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`shape_calculator ` | NDArraySameType | Returns expected dimensions given the input dimensions. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`shape_calculator ` | NDArraySameTypeSameShape | Returns expected dimensions given the input dimensions. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`shape_calculator ` | NDArrayType | Returns expected dimensions given the input dimensions. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`shape_calculator ` | NDArrayTypeSameShape | Returns expected dimensions given the input dimensions. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`shape_calculator ` | _NDArrayAlias | Returns expected dimensions given the input dimensions. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`shape_inference ` | OnnxInference | Infers the shape of the outputs with :epkg:`onnx` package. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`simplify_mm_nodes ` | GraphEinsumSubOp | Node name suffixed by `mm` are an artifact to keep the graph consistent while building it. They can now ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`softcast ` | MLNumTypeBool | Exports *value* into this type, does it anyway without verification. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`softcast ` | MLNumTypeFloat32 | Exports *value* into this type, does it anyway without verification. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`softcast ` | MLNumTypeFloat64 | Exports *value* into this type, does it anyway without verification. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`softcast ` | MLNumTypeInt32 | Exports *value* into this type, does it anyway without verification. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`softcast ` | MLNumTypeInt64 | Exports *value* into this type, does it anyway without verification. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`softcast ` | MLNumTypeSingle | Exports *value* into this type, does it anyway without verification. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`strip_accents_unicode ` | StringNormalizer | Transforms accentuated unicode symbols into their simple counterpart. Source: `sklearn/feature_extraction/text.py `_. ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`summarize ` | BiGraph | Creates a text summary of the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`switch_initializers_dtype ` | OnnxInference | Switches all initializers to ``numpy.float64``. If *model* is None, a simple cast is done. Otherwise, the function ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`switch_initializers_dtype ` | OnnxInferenceNode | Switches all initializers to ``numpy.float64``. This only works if the runtime is ``'python'``. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`switch_initializers_dtype ` | OpFunction | Switches all initializers to ``numpy.float64``. If *model* is None, a simple cast is done. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`switch_initializers_dtype ` | OpRun | Switches all initializers to ``numpy.float64``. If *model* is None, a simple cast is done. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`switch_initializers_dtype ` | OpRunArg | Switches all initializers to ``numpy.float64``. If *model* is None, a simple cast is done. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`switch_initializers_dtype ` | OpRunBinary | Switches all initializers to ``numpy.float64``. If *model* is None, a simple cast is done. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`switch_initializers_dtype ` | OpRunBinaryComparison | Switches all initializers to ``numpy.float64``. If *model* is None, a simple cast is done. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`switch_initializers_dtype ` | OpRunBinaryNum | Switches all initializers to ``numpy.float64``. If *model* is None, a simple cast is done. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`switch_initializers_dtype ` | OpRunBinaryNumpy | Switches all initializers to ``numpy.float64``. If *model* is None, a simple cast is done. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`switch_initializers_dtype ` | OpRunClassifierProb | Switches all initializers to ``numpy.float64``. If *model* is None, a simple cast is done. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`switch_initializers_dtype ` | OpRunCustom | Switches all initializers to ``numpy.float64``. If *model* is None, a simple cast is done. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`switch_initializers_dtype ` | OpRunReduceNumpy | Switches all initializers to ``numpy.float64``. If *model* is None, a simple cast is done. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`switch_initializers_dtype ` | OpRunUnary | Switches all initializers to ``numpy.float64``. If *model* is None, a simple cast is done. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`switch_initializers_dtype ` | OpRunUnaryNum | Switches all initializers to ``numpy.float64``. If *model* is None, a simple cast is done. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`then_do ` | OnnxExisting | Fills attribute *then_branch*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`then_do ` | OnnxOperator | Fills attribute *then_branch*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`then_do ` | OnnxOperatorFunction | Fills attribute *then_branch*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`this_graph_has ` | LexicalScopeContext | Checks the context includes a specific name. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`this_or_ancestor_graph_has ` | LexicalScopeContext | Checks the context and its ancestor includes a specific name. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`time_predict ` | _CommonAsvSklBenchmark | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`time_predict ` | _CommonAsvSklBenchmarkClassifier | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`time_predict ` | _CommonAsvSklBenchmarkClassifierRawScore | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`time_predict ` | _CommonAsvSklBenchmarkClustering | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`time_predict ` | _CommonAsvSklBenchmarkMultiClassifier | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`time_predict ` | _CommonAsvSklBenchmarkOutlier | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`time_predict ` | _CommonAsvSklBenchmarkRegressor | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`time_predict ` | _CommonAsvSklBenchmarkTrainableTransform | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`time_predict ` | _CommonAsvSklBenchmarkTransform | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`time_predict ` | _CommonAsvSklBenchmarkTransformPositive | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_algebra ` | AttributeGraph | Converts the variable into an operator. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_algebra ` | OnnxVarGraph | Converts the variable into an operator. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_algebra ` | if_then_else | Converts the variable into an operator. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_algebra ` | MultiOnnxVar | Converts the variable into an operator. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_algebra ` | OnnxVar | Converts the variable into an operator. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_dot ` | OnnxInferenceExport | Produces a :epkg:`DOT` language string for the graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_dot ` | GraphEinsumSubOp | Produces a graph in :epkg:`dot`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_json ` | OnnxInferenceExport | Converts an :epkg:`ONNX` model into :epkg:`JSON`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_onnx ` | OnnxNumpyCompiler | Returns the ONNX graph for the wrapped function. It takes additional arguments to distinguish between multiple graphs. ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_onnx ` | wrapper_onnxnumpy | Returns the ONNX graph for the wrapped function. It takes additional arguments to distinguish between multiple graphs. ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_onnx ` | wrapper_onnxnumpy_np | Returns the ONNX graph for the wrapped function. It takes additional arguments to distinguish between multiple graphs. ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_onnx ` | OnnxExisting | Converts this operator into an ONNX graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_onnx ` | OnnxOperator | Converts this operator into an ONNX graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_onnx ` | OnnxOperatorFunction | Converts this operator into an ONNX graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_onnx ` | OnnxOperatorTuple | Converts this operator into an ONNX graph. It follows the same signature as :meth:`OnnxOperator.to_onnx ` ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_onnx ` | _GraphBuilder | Converts this operator into an ONNX graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_onnx ` | EinsumSubOp | Converts this node into ONNX. Enumerates all ONNX node which participate to the conversion. The last one ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_onnx ` | GraphEinsumSubOp | Converts the graph into ONNX. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_onnx_code ` | OnnxInferenceExport | Exports the ONNX graph into an :epkg:`onnx` code which replicates it. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_onnx_this ` | OnnxExisting | Returns a simple ONNX graph corresponding to this node. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_onnx_this ` | OnnxOperator | Returns a simple ONNX graph corresponding to this node. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_onnx_this ` | OnnxOperatorFunction | Returns a simple ONNX graph corresponding to this node. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_onnx_this ` | OnnxSubEstimator | Returns the ONNX graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_onnx_this ` | OnnxSubOnnx | Returns the ONNX graph. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | OnnxInferenceExport | Converts the ONNX runtime into independant python code. The function creates multiple files starting with ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | OnnxInferenceNode | Returns a python code for this operator. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | OpFunction | Returns a python code equivalent to this operator. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | OpRun | Returns a python code equivalent to this operator. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | OpRunArg | Returns a python code equivalent to this operator. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | OpRunBinary | Returns a python code equivalent to this operator. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | OpRunBinaryComparison | Returns a python code equivalent to this operator. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | OpRunBinaryNum | Returns a python code equivalent to this operator. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | OpRunBinaryNumpy | Returns a python code equivalent to this operator. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | OpRunClassifierProb | Returns a python code equivalent to this operator. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | OpRunCustom | Returns a python code equivalent to this operator. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | OpRunReduceNumpy | Returns a python code equivalent to this operator. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | OpRunUnary | Returns a python code equivalent to this operator. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | OpRunUnaryNum | Returns a python code equivalent to this operator. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Abs | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Acos | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Acosh | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | And | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | ArgMax_11 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | ArgMax_12 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | ArgMax_12 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | _ArgMax | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | ArgMin_11 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | ArgMin_12 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | ArgMin_12 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Asin | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Asinh | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Atan | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Atanh | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | CDist | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Ceil | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Celu | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Clip_11 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Clip_11 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Clip_6 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | ComplexAbs | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Compress | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Concat | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | ConstantOfShape | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Cos | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Cosh | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | CumSum | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | DEBUG | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Det | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Einsum | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Elu | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Equal | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Erf | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Exp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | EyeLike | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | FFT | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | FFT2D | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Flatten | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Floor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | GatherElements | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Greater | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | GreaterOrEqual | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | HardSigmoid | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Hardmax | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Identity | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Inverse | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | IsInf | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | IsNaN | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | LeakyRelu | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Less | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | LessOrEqual | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Log | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | LogSoftmax | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | MatMul | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Mod | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Neg | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Not | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Or | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Pow | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | PRelu | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Bernoulli | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | RandomNormal | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | RandomNormalLike | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | RandomUniform | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | RandomUniformLike | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Reciprocal | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Relu | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | ThresholdedRelu | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | RFFT | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Round | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Selu | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Shrink | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Sigmoid | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Sign | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Sin | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Sinh | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Softmax_1 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Softmax_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Softmax_13 | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | _Softmax | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Softplus | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Softsign | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Solve | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Sqrt | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Sum | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Tan | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Tanh | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Transpose | Returns a python code equivalent to this operator. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Trilu | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | Xor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | YieldOp | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_python ` | OnnxBackendTest | Returns a python code equivalent to the ONNX test. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_sequence ` | OnnxInference | Produces a graph to facilitate the execution. One example: | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_skl2onnx ` | Variable | Converts this instance into an instance of *Variable* from :epkg:`sklearn-onnx`. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_text ` | OnnxInferenceExport | It calls function :func:`onnx2bigraph` to return the ONNX graph as text. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`to_text ` | AdjacencyGraphDisplay | Displays the graph as a single string. See :func:`onnx2bigraph` to see how the result looks like. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_nbnodes ` | _CommonAsvSklBenchmark | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_nbnodes ` | _CommonAsvSklBenchmarkClassifier | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_nbnodes ` | _CommonAsvSklBenchmarkClassifierRawScore | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_nbnodes ` | _CommonAsvSklBenchmarkClustering | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_nbnodes ` | _CommonAsvSklBenchmarkMultiClassifier | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_nbnodes ` | _CommonAsvSklBenchmarkOutlier | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_nbnodes ` | _CommonAsvSklBenchmarkRegressor | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_nbnodes ` | _CommonAsvSklBenchmarkTrainableTransform | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_nbnodes ` | _CommonAsvSklBenchmarkTransform | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_nbnodes ` | _CommonAsvSklBenchmarkTransformPositive | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_onnxsize ` | _CommonAsvSklBenchmark | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_onnxsize ` | _CommonAsvSklBenchmarkClassifier | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_onnxsize ` | _CommonAsvSklBenchmarkClassifierRawScore | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_onnxsize ` | _CommonAsvSklBenchmarkClustering | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_onnxsize ` | _CommonAsvSklBenchmarkMultiClassifier | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_onnxsize ` | _CommonAsvSklBenchmarkOutlier | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_onnxsize ` | _CommonAsvSklBenchmarkRegressor | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_onnxsize ` | _CommonAsvSklBenchmarkTrainableTransform | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_onnxsize ` | _CommonAsvSklBenchmarkTransform | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_onnxsize ` | _CommonAsvSklBenchmarkTransformPositive | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_score ` | _CommonAsvSklBenchmark | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_score ` | _CommonAsvSklBenchmarkClassifier | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_score ` | _CommonAsvSklBenchmarkClassifierRawScore | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_score ` | _CommonAsvSklBenchmarkClustering | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_score ` | _CommonAsvSklBenchmarkMultiClassifier | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_score ` | _CommonAsvSklBenchmarkOutlier | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_score ` | _CommonAsvSklBenchmarkRegressor | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_score ` | _CommonAsvSklBenchmarkTrainableTransform | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_score ` | _CommonAsvSklBenchmarkTransform | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_score ` | _CommonAsvSklBenchmarkTransformPositive | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_vmlprodict ` | _CommonAsvSklBenchmark | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_vmlprodict ` | _CommonAsvSklBenchmarkClassifier | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_vmlprodict ` | _CommonAsvSklBenchmarkClassifierRawScore | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_vmlprodict ` | _CommonAsvSklBenchmarkClustering | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_vmlprodict ` | _CommonAsvSklBenchmarkMultiClassifier | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_vmlprodict ` | _CommonAsvSklBenchmarkOutlier | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_vmlprodict ` | _CommonAsvSklBenchmarkRegressor | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_vmlprodict ` | _CommonAsvSklBenchmarkTrainableTransform | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_vmlprodict ` | _CommonAsvSklBenchmarkTransform | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_vmlprodict ` | _CommonAsvSklBenchmarkTransformPositive | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_vort ` | _CommonAsvSklBenchmark | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_vort ` | _CommonAsvSklBenchmarkClassifier | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_vort ` | _CommonAsvSklBenchmarkClassifierRawScore | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_vort ` | _CommonAsvSklBenchmarkClustering | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_vort ` | _CommonAsvSklBenchmarkMultiClassifier | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_vort ` | _CommonAsvSklBenchmarkOutlier | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_vort ` | _CommonAsvSklBenchmarkRegressor | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_vort ` | _CommonAsvSklBenchmarkTrainableTransform | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_vort ` | _CommonAsvSklBenchmarkTransform | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_vort ` | _CommonAsvSklBenchmarkTransformPositive | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_vsklearn ` | _CommonAsvSklBenchmark | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_vsklearn ` | _CommonAsvSklBenchmarkClassifier | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_vsklearn ` | _CommonAsvSklBenchmarkClassifierRawScore | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_vsklearn ` | _CommonAsvSklBenchmarkClustering | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_vsklearn ` | _CommonAsvSklBenchmarkMultiClassifier | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_vsklearn ` | _CommonAsvSklBenchmarkOutlier | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_vsklearn ` | _CommonAsvSklBenchmarkRegressor | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_vsklearn ` | _CommonAsvSklBenchmarkTrainableTransform | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_vsklearn ` | _CommonAsvSklBenchmarkTransform | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`track_vsklearn ` | _CommonAsvSklBenchmarkTransformPositive | asv API | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`transform ` | OnnxSpeedupCluster | Transforms with *ONNX*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`transform ` | OnnxSpeedupTransformer | Transforms with *ONNX*. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`transform ` | GPT2TokenizerTransformer | Applies the tokenizers on an array of strings. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`transform ` | SentencePieceTokenizerTransformer | Applies the tokenizers on an array of strings. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`transform ` | OnnxTransformer | Runs the predictions. If *X* is a dataframe, the function assumes every columns is a separate input, otherwise, ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`update ` | _inline_mapping | Updates many values. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`update ` | ShapeContainer | Updates one shape. Returns True if the shape was different. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`update_max_item ` | OnnxExisting | Some operators return a undefined number of outputs. The method is called when require one of them (with `__getitem__`) ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`update_max_item ` | OnnxOperator | Some operators return a undefined number of outputs. The method is called when require one of them (with `__getitem__`) ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`update_max_item ` | OnnxOperatorFunction | Some operators return a undefined number of outputs. The method is called when require one of them (with `__getitem__`) ... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`validate ` | MLNumType | Checks that the value is of this type. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`validate ` | MLNumTypeBool | Checks that the value is of this type. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`validate ` | MLNumTypeFloat32 | Checks that the value is of this type. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`validate ` | MLNumTypeFloat64 | Checks that the value is of this type. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`validate ` | MLNumTypeInt32 | Checks that the value is of this type. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`validate ` | MLNumTypeInt64 | Checks that the value is of this type. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`validate ` | MLNumTypeSingle | Checks that the value is of this type. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`validate ` | MLTensor | Checks that the value is of this type. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`validate ` | MLType | Checks that the value is of this type. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`values ` | ZipMapDictionary | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`verify ` | Schema | Verifies a node is consistent with ONNX language. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`verify ` | UndefinedSchema | Verifies a, undefined node is consistent with ONNX language. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit ` | CodeNodeVisitor | Visits a node, a method must exist for every object class. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit ` | CodeTranslator | Visits a node. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit ` | OnnxTranslator | Visits a node. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit ` | CodeNodeVisitor | Visits a node, a method must exist for every object class. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_ ` | CodeNodeVisitor | If an element is not found... | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_ ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Add ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Add ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_And ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Assign ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Assign ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Attribute ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Attribute ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_AugAssign ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_BinOp ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_BinOp ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_BitAnd ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_BoolOp ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Call ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Call ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_ClassDef ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Compare ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Compare ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Constant ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Dict ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Div ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Div ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Eq ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Expr ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_ExtSlice ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_FloorDiv ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_FunctionDef ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_FunctionDef ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_GeneratorExp ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Gt ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Gt ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_GtE ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_If ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_IfExp ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Import ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_ImportFrom ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_In ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Index ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Invert ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Is ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_IsNot ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Lambda ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_List ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_List ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_ListComp ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Load ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Load ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Lt ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Lt ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_MatMult ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Mod ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Module ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Module ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Mult ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Mult ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Name ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Name ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_NameConstant ` | CodeNodeVisitor | A name. | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_NameConstant ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Not ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_NotEq ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Num ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Num ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Or ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Pow ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Pow ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Return ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Return ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Slice ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Store ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Store ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Str ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Str ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Sub ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Sub ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Subscript ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_Tuple ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_USub ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_USub ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_UnaryOp ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_UnaryOp ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_alias ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_arg ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_arg ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_arguments ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_arguments ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_comprehension ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_keyword ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`visit_keyword ` | CodeNodeVisitor | | +----------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+