Uses of Class
org.tensorflow.proto.OpPerformanceData.NormalDistribution.Builder
Packages that use OpPerformanceData.NormalDistribution.Builder
-
Uses of OpPerformanceData.NormalDistribution.Builder in org.tensorflow.proto
Subclasses with type arguments of type OpPerformanceData.NormalDistribution.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.NormalDistributionMethods in org.tensorflow.proto that return OpPerformanceData.NormalDistribution.BuilderModifier and TypeMethodDescriptionOpPerformanceData.NormalDistribution.Builder.clear()OpPerformanceData.NormalDistribution.Builder.clearMu()double mu = 1;OpPerformanceData.NormalDistribution.Builder.clearSigma()double sigma = 2;OpPerformanceData.OpPerformance.Builder.getExecutionTimeNormalBuilder().tensorflow.NormalDistribution execution_time_normal = 10;OpPerformanceData.NormalDistribution.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) OpPerformanceData.NormalDistribution.Builder.mergeFrom(OpPerformanceData.NormalDistribution other) OpPerformanceData.NormalDistribution.newBuilder()OpPerformanceData.NormalDistribution.newBuilder(OpPerformanceData.NormalDistribution prototype) OpPerformanceData.NormalDistribution.newBuilderForType()OpPerformanceData.NormalDistribution.newBuilderForType(AbstractMessage.BuilderParent parent) OpPerformanceData.NormalDistribution.Builder.setMu(double value) double mu = 1;OpPerformanceData.NormalDistribution.Builder.setSigma(double value) double sigma = 2;OpPerformanceData.NormalDistribution.toBuilder()Methods in org.tensorflow.proto with parameters of type OpPerformanceData.NormalDistribution.BuilderModifier and TypeMethodDescriptionOpPerformanceData.OpPerformance.Builder.setExecutionTimeNormal(OpPerformanceData.NormalDistribution.Builder builderForValue) .tensorflow.NormalDistribution execution_time_normal = 10;