Class ProtonConfig.Tensor_implementation
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.LeafNode<ENUM>
com.yahoo.config.EnumNode<ProtonConfig.Tensor_implementation.Enum>
com.yahoo.vespa.config.search.core.ProtonConfig.Tensor_implementation
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- ProtonConfig
public static final class ProtonConfig.Tensor_implementation
extends com.yahoo.config.EnumNode<ProtonConfig.Tensor_implementation.Enum>
This class represents proton.tensor_implementation
Specifies which tensor implementation to use for all backend code.
TENSOR_ENGINE (default) uses DefaultTensorEngine, which has been the production implementation for years.
FAST_VALUE uses the new and optimized FastValueBuilderFactory instead.
TODO: Remove when default has been switched to FAST_VALUE.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ProtonConfig.Tensor_implementation.Enumstatic final ProtonConfig.Tensor_implementation.EnumFields inherited from class com.yahoo.config.LeafNode
initialized, value -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class com.yahoo.config.EnumNode
getValue, toStringMethods inherited from class com.yahoo.config.LeafNode
clone, equals, hashCode, setValue, valueMethods inherited from class com.yahoo.config.Node
postInitialize
-
Field Details
-
TENSOR_ENGINE
-
FAST_VALUE
-
-
Constructor Details
-
Tensor_implementation
public Tensor_implementation() -
Tensor_implementation
-
-
Method Details
-
doSetValue
- Specified by:
doSetValuein classcom.yahoo.config.LeafNode<ProtonConfig.Tensor_implementation.Enum>
-