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.addRepeatedField(Descriptors.FieldDescriptor field, Object value) OpPerformanceData.NormalDistribution.Builder.clear()OpPerformanceData.NormalDistribution.Builder.clearField(Descriptors.FieldDescriptor field) OpPerformanceData.NormalDistribution.Builder.clearMu()double mu = 1;OpPerformanceData.NormalDistribution.Builder.clearOneof(Descriptors.OneofDescriptor oneof) OpPerformanceData.NormalDistribution.Builder.clearSigma()double sigma = 2;OpPerformanceData.NormalDistribution.Builder.clone()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.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) OpPerformanceData.NormalDistribution.newBuilder()OpPerformanceData.NormalDistribution.newBuilder(OpPerformanceData.NormalDistribution prototype) OpPerformanceData.NormalDistribution.newBuilderForType()OpPerformanceData.NormalDistribution.newBuilderForType(GeneratedMessageV3.BuilderParent parent) OpPerformanceData.NormalDistribution.Builder.setField(Descriptors.FieldDescriptor field, Object value) OpPerformanceData.NormalDistribution.Builder.setMu(double value) double mu = 1;OpPerformanceData.NormalDistribution.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) OpPerformanceData.NormalDistribution.Builder.setSigma(double value) double sigma = 2;OpPerformanceData.NormalDistribution.Builder.setUnknownFields(UnknownFieldSet unknownFields) 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;