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.clear()OpPerformanceData.LogNormalDistribution.Builder.clearMu()double mu = 1;OpPerformanceData.LogNormalDistribution.Builder.clearSigma()double sigma = 2;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.newBuilder()OpPerformanceData.LogNormalDistribution.newBuilder(OpPerformanceData.LogNormalDistribution prototype) OpPerformanceData.LogNormalDistribution.newBuilderForType()OpPerformanceData.LogNormalDistribution.newBuilderForType(AbstractMessage.BuilderParent parent) OpPerformanceData.LogNormalDistribution.Builder.setMu(double value) double mu = 1;OpPerformanceData.LogNormalDistribution.Builder.setSigma(double value) double sigma = 2;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;