Uses of Class
org.tensorflow.proto.RunConfiguration.Builder
Packages that use RunConfiguration.Builder
-
Uses of RunConfiguration.Builder in org.tensorflow.proto
Subclasses with type arguments of type RunConfiguration.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classRun-specific items such as arguments to the test / benchmark.Methods in org.tensorflow.proto that return RunConfiguration.BuilderModifier and TypeMethodDescriptionRunConfiguration.Builder.addAllArgument(Iterable<String> values) repeated string argument = 1;RunConfiguration.Builder.addArgument(String value) repeated string argument = 1;RunConfiguration.Builder.addArgumentBytes(ByteString value) repeated string argument = 1;RunConfiguration.Builder.clear()RunConfiguration.Builder.clearArgument()repeated string argument = 1;RunConfiguration.Builder.clearEnvVars()TestResults.Builder.getRunConfigurationBuilder()Run-specific parameters (arguments, etc)RunConfiguration.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) RunConfiguration.Builder.mergeFrom(RunConfiguration other) static RunConfiguration.BuilderRunConfiguration.newBuilder()static RunConfiguration.BuilderRunConfiguration.newBuilder(RunConfiguration prototype) RunConfiguration.newBuilderForType()protected RunConfiguration.BuilderRunConfiguration.newBuilderForType(AbstractMessage.BuilderParent parent) RunConfiguration.Builder.putAllEnvVars(Map<String, String> values) Environment variables used to run the test/benchmark.RunConfiguration.Builder.putEnvVars(String key, String value) Environment variables used to run the test/benchmark.RunConfiguration.Builder.removeEnvVars(String key) Environment variables used to run the test/benchmark.RunConfiguration.Builder.setArgument(int index, String value) repeated string argument = 1;RunConfiguration.toBuilder()Methods in org.tensorflow.proto with parameters of type RunConfiguration.BuilderModifier and TypeMethodDescriptionTestResults.Builder.setRunConfiguration(RunConfiguration.Builder builderForValue) Run-specific parameters (arguments, etc)