Uses of Class
com.yahoo.vespa.config.search.core.OnnxModelsConfig.Builder
Packages that use OnnxModelsConfig.Builder
-
Uses of OnnxModelsConfig.Builder in com.yahoo.vespa.config.search.core
Methods in com.yahoo.vespa.config.search.core that return OnnxModelsConfig.BuilderModifier and TypeMethodDescriptionOnnxModelsConfig.Builder.gpu(OnnxModelsConfig.Gpu.Builder __builder) OnnxModelsConfig.Builder.gpu(Consumer<OnnxModelsConfig.Gpu.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listOnnxModelsConfig.Builder.model(OnnxModelsConfig.Model.Builder __builder) Add the given builder to this builder's list of Model buildersOnnxModelsConfig.Builder.model(Consumer<OnnxModelsConfig.Model.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listOnnxModelsConfig.Builder.model(List<OnnxModelsConfig.Model.Builder> __builders) Set the given list as this builder's list of Model buildersMethods in com.yahoo.vespa.config.search.core with parameters of type OnnxModelsConfig.BuilderModifier and TypeMethodDescriptionvoidOnnxModelsConfig.Producer.getConfig(OnnxModelsConfig.Builder builder) Constructors in com.yahoo.vespa.config.search.core with parameters of type OnnxModelsConfig.Builder