Uses of Class
com.yahoo.schema.OnnxModel
Packages that use OnnxModel
-
Uses of OnnxModel in com.yahoo.schema
Methods in com.yahoo.schema that return OnnxModelMethods in com.yahoo.schema that return types with arguments of type OnnxModelModifier and TypeMethodDescriptionRankProfile.declaredOnnxModels()Returns an unmodifiable map of the onnx models declared in this.Schema.declaredOnnxModels()Returns an unmodifiable map of the onnx models declared in this.ImmutableSchema.onnxModels()RankProfile.onnxModels()Returns an unmodifiable map of the onnx models available in this.Schema.onnxModels()Returns an unmodifiable map of the onnx models available in this.Methods in com.yahoo.schema with parameters of type OnnxModel -
Uses of OnnxModel in com.yahoo.schema.derived
Methods in com.yahoo.schema.derived that return types with arguments of type OnnxModelConstructor parameters in com.yahoo.schema.derived with type arguments of type OnnxModelModifierConstructorDescriptionFileDistributedOnnxModels(com.yahoo.config.application.api.FileRegistry fileRegistry, Collection<OnnxModel> models) -
Uses of OnnxModel in com.yahoo.schema.parser
Methods in com.yahoo.schema.parser that return OnnxModelModifier and TypeMethodDescriptionfinal OnnxModelSchemaParser.onnxModel()Consumes an onnx-model block.Methods in com.yahoo.schema.parser with parameters of type OnnxModel