Uses of Interface
onnx.OnnxMl.SparseTensorProtoOrBuilder
-
Packages that use OnnxMl.SparseTensorProtoOrBuilder Package Description onnx -
-
Uses of OnnxMl.SparseTensorProtoOrBuilder in onnx
Classes in onnx that implement OnnxMl.SparseTensorProtoOrBuilder Modifier and Type Class Description static classOnnxMl.SparseTensorProtoA serialized sparse-tensor valuestatic classOnnxMl.SparseTensorProto.BuilderA serialized sparse-tensor valueMethods in onnx that return OnnxMl.SparseTensorProtoOrBuilder Modifier and Type Method Description OnnxMl.SparseTensorProtoOrBuilderOnnxMl.GraphProto.Builder. getSparseInitializerOrBuilder(int index)Initializers (see above) stored in sparse format.OnnxMl.SparseTensorProtoOrBuilderOnnxMl.GraphProto. getSparseInitializerOrBuilder(int index)Initializers (see above) stored in sparse format.OnnxMl.SparseTensorProtoOrBuilderOnnxMl.GraphProtoOrBuilder. getSparseInitializerOrBuilder(int index)Initializers (see above) stored in sparse format.OnnxMl.SparseTensorProtoOrBuilderOnnxMl.AttributeProto.Builder. getSparseTensorOrBuilder()sparse tensor valueOnnxMl.SparseTensorProtoOrBuilderOnnxMl.AttributeProto. getSparseTensorOrBuilder()sparse tensor valueOnnxMl.SparseTensorProtoOrBuilderOnnxMl.AttributeProtoOrBuilder. getSparseTensorOrBuilder()sparse tensor valueOnnxMl.SparseTensorProtoOrBuilderOnnxMl.AttributeProto.Builder. getSparseTensorsOrBuilder(int index)list of sparse tensorsOnnxMl.SparseTensorProtoOrBuilderOnnxMl.AttributeProto. getSparseTensorsOrBuilder(int index)list of sparse tensorsOnnxMl.SparseTensorProtoOrBuilderOnnxMl.AttributeProtoOrBuilder. getSparseTensorsOrBuilder(int index)list of sparse tensorsMethods in onnx that return types with arguments of type OnnxMl.SparseTensorProtoOrBuilder Modifier and Type Method Description List<? extends OnnxMl.SparseTensorProtoOrBuilder>OnnxMl.GraphProto.Builder. getSparseInitializerOrBuilderList()Initializers (see above) stored in sparse format.List<? extends OnnxMl.SparseTensorProtoOrBuilder>OnnxMl.GraphProto. getSparseInitializerOrBuilderList()Initializers (see above) stored in sparse format.List<? extends OnnxMl.SparseTensorProtoOrBuilder>OnnxMl.GraphProtoOrBuilder. getSparseInitializerOrBuilderList()Initializers (see above) stored in sparse format.List<? extends OnnxMl.SparseTensorProtoOrBuilder>OnnxMl.AttributeProto.Builder. getSparseTensorsOrBuilderList()list of sparse tensorsList<? extends OnnxMl.SparseTensorProtoOrBuilder>OnnxMl.AttributeProto. getSparseTensorsOrBuilderList()list of sparse tensorsList<? extends OnnxMl.SparseTensorProtoOrBuilder>OnnxMl.AttributeProtoOrBuilder. getSparseTensorsOrBuilderList()list of sparse tensors
-