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.