Class OnnxModelsConfig.Model
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.InnerNode
com.yahoo.vespa.config.search.core.OnnxModelsConfig.Model
- Enclosing class:
- OnnxModelsConfig
public static final class OnnxModelsConfig.Model
extends com.yahoo.config.InnerNode
This class represents onnx-models.model[]
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classThis class represents onnx-models.model[].input[]static final classThis class represents onnx-models.model[].output[] -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.yahoo.config.InnerNode
equals, getAllDescendantLeafNodes, getChildren, getChildrenWithVectorsFlattened, hashCode, postInitialize, toStringMethods inherited from class com.yahoo.config.Node
clone
-
Constructor Details
-
Model
-
-
Method Details
-
name
- Returns:
- onnx-models.model[].name
-
fileref
public com.yahoo.config.FileReference fileref()- Returns:
- onnx-models.model[].fileref
-
input
- Returns:
- onnx-models.model[].input[]
-
input
- Parameters:
i- the index of the value to return- Returns:
- onnx-models.model[].input[]
-
output
- Returns:
- onnx-models.model[].output[]
-
output
- Parameters:
i- the index of the value to return- Returns:
- onnx-models.model[].output[]
-
dry_run_on_setup
public boolean dry_run_on_setup()- Returns:
- onnx-models.model[].dry_run_on_setup
-
stateless_execution_mode
- Returns:
- onnx-models.model[].stateless_execution_mode
-
stateless_interop_threads
public int stateless_interop_threads()- Returns:
- onnx-models.model[].stateless_interop_threads
-
stateless_intraop_threads
public int stateless_intraop_threads()- Returns:
- onnx-models.model[].stateless_intraop_threads
-
gpu_device
public int gpu_device()- Returns:
- onnx-models.model[].gpu_device
-
gpu_device_required
public boolean gpu_device_required()- Returns:
- onnx-models.model[].gpu_device_required
-