Uses of Interface
org.tribuo.util.onnx.ONNXOperator
Packages that use ONNXOperator
-
Uses of ONNXOperator in org.tribuo.util.onnx
Classes in org.tribuo.util.onnx that implement ONNXOperatorMethods in org.tribuo.util.onnx with parameters of type ONNXOperatorModifier and TypeMethodDescriptionONNXRef.apply(ONNXOperator op) Convenience method that callsONNXContext.operation(ONNXOperator, List, String), using this ONNXRef as the argument toinputs.ONNXRef.apply(ONNXOperator op, String outputName) Convenience method that callsONNXContext.operation(ONNXOperator, List, String), using this ONNXRef as the argument toinputs.Convenience method that callsONNXContext.operation(ONNXOperator, List, List, Map), using this ONNXRef as the argument toinputs.ONNXRef.apply(ONNXOperator op, List<ONNXRef<?>> others) Convenience method that callsONNXContext.operation(ONNXOperator, List, String, Map), using this ONNXRef as the first argument toinputs, withotherInputsappend as subsequent arguments.ONNXRef.apply(ONNXOperator op, List<ONNXRef<?>> others, String outputName) Convenience method that callsONNXContext.operation(ONNXOperator, List, String, Map), using this ONNXRef as the argument toinputs, withotherInputsappend as subsequent arguments.ONNXRef.apply(ONNXOperator op, List<ONNXRef<?>> otherInputs, List<String> outputs, Map<String, Object> attributes) Convenience method that callsONNXContext.operation(ONNXOperator, List, List, Map), using this ONNXRef as the first argument toinputs, withotherInputsappend as subsequent arguments.ONNXRef.apply(ONNXOperator op, Map<String, Object> attributes) Convenience method that callsONNXContext.operation(ONNXOperator, List, String, Map), using this ONNXRef as the argument toinputs.ONNXRef.apply(ONNXOperator op, ONNXRef<?> other) Convenience method that callsONNXContext.operation(ONNXOperator, List, String, Map), passing this ONNXRef andotheras a length 2 list toinputs.ONNXRef.apply(ONNXOperator op, ONNXRef<?> other, String outputName) Convenience method that callsONNXContext.operation(ONNXOperator, List, String), passing this ONNXRef andotheras a length 2 list toinputs.Convenience method that callsONNXContext.operation(ONNXOperator, List, String, Map), passing this ONNXRef andotheras a length 2 list toinputs.ONNXContext.operation(ONNXOperator op, List<T> inputs, String outputName) Method for creatingONNXNodes fromONNXOperatorinstances and inputs.ONNXContext.operation(ONNXOperator op, List<T> inputs, String outputName, Map<String, Object> attributes) Method for creatingONNXNodes fromONNXOperatorand inputs.ONNXContext.operation(ONNXOperator op, List<T> inputs, List<String> outputs, Map<String, Object> attributes) Base method for creatingONNXNodes fromONNXOperatorand inputs.