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