Uses of Class
org.tensorflow.proto.OpPerformanceData.LogNormalDistribution.Builder
Packages that use OpPerformanceData.LogNormalDistribution.Builder
-
Uses of OpPerformanceData.LogNormalDistribution.Builder in org.tensorflow.proto
Subclasses with type arguments of type OpPerformanceData.LogNormalDistribution.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.LogNormalDistributionMethods in org.tensorflow.proto that return OpPerformanceData.LogNormalDistribution.BuilderModifier and TypeMethodDescriptionOpPerformanceData.LogNormalDistribution.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) OpPerformanceData.LogNormalDistribution.Builder.clear()OpPerformanceData.LogNormalDistribution.Builder.clearField(Descriptors.FieldDescriptor field) OpPerformanceData.LogNormalDistribution.Builder.clearMu()double mu = 1;OpPerformanceData.LogNormalDistribution.Builder.clearOneof(Descriptors.OneofDescriptor oneof) OpPerformanceData.LogNormalDistribution.Builder.clearSigma()double sigma = 2;OpPerformanceData.LogNormalDistribution.Builder.clone()OpPerformanceData.OpPerformance.Builder.getExecutionTimeLogNormalBuilder().tensorflow.LogNormalDistribution execution_time_log_normal = 11;OpPerformanceData.LogNormalDistribution.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) OpPerformanceData.LogNormalDistribution.Builder.mergeFrom(OpPerformanceData.LogNormalDistribution other) OpPerformanceData.LogNormalDistribution.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) OpPerformanceData.LogNormalDistribution.newBuilder()OpPerformanceData.LogNormalDistribution.newBuilder(OpPerformanceData.LogNormalDistribution prototype) OpPerformanceData.LogNormalDistribution.newBuilderForType()OpPerformanceData.LogNormalDistribution.newBuilderForType(GeneratedMessageV3.BuilderParent parent) OpPerformanceData.LogNormalDistribution.Builder.setField(Descriptors.FieldDescriptor field, Object value) OpPerformanceData.LogNormalDistribution.Builder.setMu(double value) double mu = 1;OpPerformanceData.LogNormalDistribution.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) OpPerformanceData.LogNormalDistribution.Builder.setSigma(double value) double sigma = 2;OpPerformanceData.LogNormalDistribution.Builder.setUnknownFields(UnknownFieldSet unknownFields) OpPerformanceData.LogNormalDistribution.toBuilder()Methods in org.tensorflow.proto with parameters of type OpPerformanceData.LogNormalDistribution.BuilderModifier and TypeMethodDescriptionOpPerformanceData.OpPerformance.Builder.setExecutionTimeLogNormal(OpPerformanceData.LogNormalDistribution.Builder builderForValue) .tensorflow.LogNormalDistribution execution_time_log_normal = 11;