Uses of Class
org.tensorflow.proto.HistogramProto
Packages that use HistogramProto
-
Uses of HistogramProto in org.tensorflow.proto
Methods in org.tensorflow.proto that return HistogramProtoModifier and TypeMethodDescriptionHistogramProto.Builder.build()HistogramProto.Builder.buildPartial()static HistogramProtoHistogramProto.getDefaultInstance()HistogramProto.Builder.getDefaultInstanceForType()HistogramProto.getDefaultInstanceForType()Summary.Value.Builder.getHisto().tensorflow.HistogramProto histo = 5;Summary.Value.getHisto().tensorflow.HistogramProto histo = 5;Summary.ValueOrBuilder.getHisto().tensorflow.HistogramProto histo = 5;static HistogramProtoHistogramProto.parseDelimitedFrom(InputStream input) static HistogramProtoHistogramProto.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static HistogramProtoHistogramProto.parseFrom(byte[] data) static HistogramProtoHistogramProto.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static HistogramProtoHistogramProto.parseFrom(ByteString data) static HistogramProtoHistogramProto.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static HistogramProtoHistogramProto.parseFrom(CodedInputStream input) static HistogramProtoHistogramProto.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static HistogramProtoHistogramProto.parseFrom(InputStream input) static HistogramProtoHistogramProto.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static HistogramProtoHistogramProto.parseFrom(ByteBuffer data) static HistogramProtoHistogramProto.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type HistogramProtoModifier and TypeMethodDescriptionHistogramProto.getParserForType()static Parser<HistogramProto> HistogramProto.parser()Methods in org.tensorflow.proto with parameters of type HistogramProtoModifier and TypeMethodDescriptionHistogramProto.Builder.mergeFrom(HistogramProto other) Summary.Value.Builder.mergeHisto(HistogramProto value) .tensorflow.HistogramProto histo = 5;static HistogramProto.BuilderHistogramProto.newBuilder(HistogramProto prototype) Summary.Value.Builder.setHisto(HistogramProto value) .tensorflow.HistogramProto histo = 5;