TestResults.Builder

classe final estática pública TestResults.Builder

 The output of one benchmark / test run.  Each run contains a list of
 tests or benchmarks, stored as BenchmarkEntry messages.
 This message should be emitted by the reporter (which runs the
 test / BM in a subprocess and then reads the emitted BenchmarkEntry messages;
 usually from a serialized json file, finally collecting them along
 with additional information about the test run.
 
Tipo de protobuf tensorflow.TestResults

Métodos Públicos

TestResults.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
Resultado dos testes
Resultado dos testes
TestResults.Builder
claro ()
TestResults.Builder
limparBenchmarkType ()
.tensorflow.TestResults.BenchmarkType benchmark_type = 10;
TestResults.Builder
clearBuildConfiguration ()
 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;
TestResults.Builder
limparCommitId ()
 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;
TestResults.Builder
limparEntradas ()
 The list of tests or benchmarks in this run.
TestResults.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
TestResults.Builder
clearMachineConfiguration ()
 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;
TestResults.Builder
limparNome ()
 Benchmark target identifier.
TestResults.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor umof)
TestResults.Builder
clearRunConfiguration ()
 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;
TestResults.Builder
clearRunMode ()
 Used for differentiating between continuous and debug builds.
TestResults.Builder
clearRunTime ()
 The amount of time the total run took (wall time in seconds)
 
double run_time = 6;
TestResults.Builder
limparStartTime ()
 The time the run started (in seconds of UTC time since Unix epoch)
 
int64 start_time = 5;
TestResults.Builder
limparTarget ()
 The target of the run, e.g.:
  //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
 
string target = 1;
TestResults.Builder
clearTfVersion ()
 TensorFlow version this benchmark runs against.
TestResults.Builder
clonar ()
TestResults.BenchmarkType
getBenchmarkType ()
.tensorflow.TestResults.BenchmarkType benchmark_type = 10;
interno
getBenchmarkTypeValue ()
.tensorflow.TestResults.BenchmarkType benchmark_type = 10;
Configuração de compilação
getBuildConfiguration ()
 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;
BuildConfiguration.Builder
getBuildConfigurationBuilder ()
 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;
BuildConfigurationOrBuilder
getBuildConfigurationOrBuilder ()
 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;
ID do commit
getCommitID ()
 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;
CommitId.Builder
getCommitIdBuilder ()
 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;
CommitIdOrBuilder
getCommitIdOrBuilder ()
 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;
Resultado dos testes
final estático com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Entradas de referência
getEntradas ()
 The list of tests or benchmarks in this run.
BenchmarkEntries.Builder
getEntriesBuilder ()
 The list of tests or benchmarks in this run.
BenchmarkEntriesOrBuilder
getEntriesOrBuilder ()
 The list of tests or benchmarks in this run.
Configuração da máquina
getMachineConfiguration ()
 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;
MachineConfiguration.Builder
getMachineConfigurationBuilder ()
 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;
MáquinaConfiguraçãoOrBuilder
getMachineConfigurationOrBuilder ()
 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;
Corda
getNome ()
 Benchmark target identifier.
com.google.protobuf.ByteString
getNomeBytes ()
 Benchmark target identifier.
Executar configuração
getRunConfiguration ()
 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;
ExecutarConfiguration.Builder
getRunConfigurationBuilder ()
 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;
RunConfigurationOrBuilder
getRunConfigurationOrBuilder ()
 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;
Corda
getRunMode ()
 Used for differentiating between continuous and debug builds.
com.google.protobuf.ByteString
getRunModeBytes ()
 Used for differentiating between continuous and debug builds.
dobro
getRunTime ()
 The amount of time the total run took (wall time in seconds)
 
double run_time = 6;
longo
getStartTime ()
 The time the run started (in seconds of UTC time since Unix epoch)
 
int64 start_time = 5;
Corda
obterTarget ()
 The target of the run, e.g.:
  //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
 
string target = 1;
com.google.protobuf.ByteString
getTargetBytes ()
 The target of the run, e.g.:
  //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
 
string target = 1;
Corda
getTfVersion ()
 TensorFlow version this benchmark runs against.
com.google.protobuf.ByteString
getTfVersionBytes ()
 TensorFlow version this benchmark runs against.
boleano
hasBuildConfiguration ()
 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;
boleano
hasCommitID ()
 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;
boleano
hasEntradas ()
 The list of tests or benchmarks in this run.
boleano
hasMachineConfiguration ()
 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;
boleano
hasRunConfiguração ()
 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;
booleano final
TestResults.Builder
mergeBuildConfiguration (valor BuildConfiguration )
 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;
TestResults.Builder
mergeCommitId (valor CommitId )
 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;
TestResults.Builder
mergeEntries (valor BenchmarkEntries )
 The list of tests or benchmarks in this run.
TestResults.Builder
mergeFrom (com.google.protobuf.Message outro)
TestResults.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TestResults.Builder
mergeMachineConfiguration (valor MachineConfiguration )
 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;
TestResults.Builder
mergeRunConfiguration (valor RunConfiguration )
 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;
TestResults.Builder final
mesclarUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)
TestResults.Builder
setBenchmarkType (valor TestResults.BenchmarkType )
.tensorflow.TestResults.BenchmarkType benchmark_type = 10;
TestResults.Builder
setBenchmarkTypeValue (valor interno)
.tensorflow.TestResults.BenchmarkType benchmark_type = 10;
TestResults.Builder
setBuildConfiguration ( BuildConfiguration.Builder construtorForValue)
 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;
TestResults.Builder
setBuildConfiguration (valor BuildConfiguration )
 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;
TestResults.Builder
setCommitId ( CommitId.Builder construtorForValue)
 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;
TestResults.Builder
setCommitId (valor CommitId )
 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;
TestResults.Builder
setEntries ( BenchmarkEntries.Builder construtorForValue)
 The list of tests or benchmarks in this run.
TestResults.Builder
setEntries (valor de BenchmarkEntries )
 The list of tests or benchmarks in this run.
TestResults.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
TestResults.Builder
setMachineConfiguration ( MachineConfiguration.Builder construtorForValue)
 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;
TestResults.Builder
setMachineConfiguration (valor MachineConfiguration )
 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;
TestResults.Builder
setName (valor da string)
 Benchmark target identifier.
TestResults.Builder
setNameBytes (valor com.google.protobuf.ByteString)
 Benchmark target identifier.
TestResults.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
TestResults.Builder
setRunConfiguration (valor RunConfiguration )
 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;
TestResults.Builder
setRunConfiguration ( RunConfiguration.Builder construtorForValue)
 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;
TestResults.Builder
setRunMode (valor da string)
 Used for differentiating between continuous and debug builds.
TestResults.Builder
setRunModeBytes (valor com.google.protobuf.ByteString)
 Used for differentiating between continuous and debug builds.
TestResults.Builder
setRunTime (valor duplo)
 The amount of time the total run took (wall time in seconds)
 
double run_time = 6;
TestResults.Builder
setStartTime (valor longo)
 The time the run started (in seconds of UTC time since Unix epoch)
 
int64 start_time = 5;
TestResults.Builder
setTarget (valor da string)
 The target of the run, e.g.:
  //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
 
string target = 1;
TestResults.Builder
setTargetBytes (valor com.google.protobuf.ByteString)
 The target of the run, e.g.:
  //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
 
string target = 1;
TestResults.Builder
setTfVersion (valor da string)
 TensorFlow version this benchmark runs against.
TestResults.Builder
setTfVersionBytes (valor com.google.protobuf.ByteString)
 TensorFlow version this benchmark runs against.
TestResults.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)

Métodos herdados

Métodos Públicos

public TestResults.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

compilação pública TestResults ()

público TestResults buildPartial ()

público TestResults.Builder claro ()

público TestResults.Builder clearBenchmarkType ()

.tensorflow.TestResults.BenchmarkType benchmark_type = 10;

público TestResults.Builder clearBuildConfiguration ()

 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;

público TestResults.Builder clearCommitId ()

 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;

público TestResults.Builder clearEntries ()

entradas

 The list of tests or benchmarks in this run.
 
.tensorflow.BenchmarkEntries entries = 2;

público TestResults.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

público TestResults.Builder clearMachineConfiguration ()

 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;

público TestResults.Builder clearName ()

 Benchmark target identifier.
 
string name = 9;

público TestResults.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

público TestResults.Builder clearRunConfiguration ()

 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;

público TestResults.Builder clearRunMode ()

 Used for differentiating between continuous and debug builds.
 Must be one of:
 * cbuild: results from continuous build.
 * presubmit: results from oneshot requests.
 * culprit: results from culprit finder rerun.
 
string run_mode = 11;

público TestResults.Builder clearRunTime ()

 The amount of time the total run took (wall time in seconds)
 
double run_time = 6;

público TestResults.Builder clearStartTime ()

 The time the run started (in seconds of UTC time since Unix epoch)
 
int64 start_time = 5;

público TestResults.Builder clearTarget ()

 The target of the run, e.g.:
  //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
 
string target = 1;

público TestResults.Builder clearTfVersion ()

 TensorFlow version this benchmark runs against.
 This can be either set to full version or just the major version.
 
string tf_version = 12;

clone público TestResults.Builder ()

público TestResults.BenchmarkType getBenchmarkType ()

.tensorflow.TestResults.BenchmarkType benchmark_type = 10;

público int getBenchmarkTypeValue ()

.tensorflow.TestResults.BenchmarkType benchmark_type = 10;

public BuildConfigurationgetBuildConfiguration ( )

 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;

public BuildConfiguration.Builder getBuildConfigurationBuilder ()

 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;

public BuildConfigurationOrBuilder getBuildConfigurationOrBuilder ()

 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;

CommitId público getCommitId ()

 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;

public CommitId.BuildergetCommitIdBuilder ( )

 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;

public CommitIdOrBuildergetCommitIdOrBuilder ( )

 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;

resultados de teste públicos getDefaultInstanceForType ()

final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()

público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public BenchmarkEntries getEntries ()

entradas

 The list of tests or benchmarks in this run.
 
.tensorflow.BenchmarkEntries entries = 2;

público BenchmarkEntries.Builder getEntriesBuilder ()

entradas

 The list of tests or benchmarks in this run.
 
.tensorflow.BenchmarkEntries entries = 2;

público BenchmarkEntriesOrBuilder getEntriesOrBuilder ()

entradas

 The list of tests or benchmarks in this run.
 
.tensorflow.BenchmarkEntries entries = 2;

configuração de máquina pública getMachineConfiguration ()

 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;

public MachineConfiguration.Builder getMachineConfigurationBuilder ()

 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;

public MachineConfigurationOrBuilder getMachineConfigurationOrBuilder ()

 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;

String pública getNome ()

 Benchmark target identifier.
 
string name = 9;

público com.google.protobuf.ByteString getNameBytes ()

 Benchmark target identifier.
 
string name = 9;

runConfiguration pública getRunConfiguration ()

 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;

público RunConfiguration.Builder getRunConfigurationBuilder ()

 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;

public RunConfigurationOrBuilder getRunConfigurationOrBuilder ()

 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;

String pública getRunMode ()

 Used for differentiating between continuous and debug builds.
 Must be one of:
 * cbuild: results from continuous build.
 * presubmit: results from oneshot requests.
 * culprit: results from culprit finder rerun.
 
string run_mode = 11;

público com.google.protobuf.ByteString getRunModeBytes ()

 Used for differentiating between continuous and debug builds.
 Must be one of:
 * cbuild: results from continuous build.
 * presubmit: results from oneshot requests.
 * culprit: results from culprit finder rerun.
 
string run_mode = 11;

getRunTime duplo público ()

 The amount of time the total run took (wall time in seconds)
 
double run_time = 6;

getStartTime longo público ()

 The time the run started (in seconds of UTC time since Unix epoch)
 
int64 start_time = 5;

String pública getTarget ()

 The target of the run, e.g.:
  //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
 
string target = 1;

público com.google.protobuf.ByteString getTargetBytes ()

 The target of the run, e.g.:
  //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
 
string target = 1;

String pública getTfVersion ()

 TensorFlow version this benchmark runs against.
 This can be either set to full version or just the major version.
 
string tf_version = 12;

público com.google.protobuf.ByteString getTfVersionBytes ()

 TensorFlow version this benchmark runs against.
 This can be either set to full version or just the major version.
 
string tf_version = 12;

hasBuildConfiguration booleano público ()

 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;

hasCommitId booleano público ()

 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;

hasEntries booleano público ()

entradas

 The list of tests or benchmarks in this run.
 
.tensorflow.BenchmarkEntries entries = 2;

hasMachineConfiguration booleano público ()

 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;

hasRunConfiguration booleano público ()

 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;

público final booleano isInitialized ()

public TestResults.Builder mergeBuildConfiguration (valor BuildConfiguration )

 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;

public TestResults.Builder mergeCommitId (valor CommitId )

 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;

public TestResults.Builder mergeEntries (valor BenchmarkEntries )

entradas

 The list of tests or benchmarks in this run.
 
.tensorflow.BenchmarkEntries entries = 2;

público TestResults.Builder mergeFrom (com.google.protobuf.Message outro)

public TestResults.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public TestResults.Builder mergeMachineConfiguration (valor MachineConfiguration )

 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;

public TestResults.Builder mergeRunConfiguration (valor RunConfiguration )

 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;

final público TestResults.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)

público TestResults.Builder setBenchmarkType (valor TestResults.BenchmarkType )

.tensorflow.TestResults.BenchmarkType benchmark_type = 10;

público TestResults.Builder setBenchmarkTypeValue (valor int)

.tensorflow.TestResults.BenchmarkType benchmark_type = 10;

público TestResults.Builder setBuildConfiguration ( BuildConfiguration.Builder builderForValue)

 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;

public TestResults.Builder setBuildConfiguration (valor BuildConfiguration )

 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;

público TestResults.Builder setCommitId ( CommitId.Builder builderForValue)

 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;

público TestResults.Builder setCommitId (valor CommitId )

 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;

público TestResults.Builder setEntries ( BenchmarkEntries.Builder builderForValue)

entradas

 The list of tests or benchmarks in this run.
 
.tensorflow.BenchmarkEntries entries = 2;

público TestResults.Builder setEntries (valor BenchmarkEntries )

entradas

 The list of tests or benchmarks in this run.
 
.tensorflow.BenchmarkEntries entries = 2;

public TestResults.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

público TestResults.Builder setMachineConfiguration ( MachineConfiguration.Builder builderForValue)

 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;

público TestResults.Builder setMachineConfiguration (valor MachineConfiguration )

 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;

público TestResults.Builder setName (valor da string)

 Benchmark target identifier.
 
string name = 9;

público TestResults.Builder setNameBytes (valor com.google.protobuf.ByteString)

 Benchmark target identifier.
 
string name = 9;

public TestResults.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)

público TestResults.Builder setRunConfiguration (valor RunConfiguration )

 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;

público TestResults.Builder setRunConfiguration ( RunConfiguration.Builder builderForValue)

 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;

público TestResults.Builder setRunMode (valor da string)

 Used for differentiating between continuous and debug builds.
 Must be one of:
 * cbuild: results from continuous build.
 * presubmit: results from oneshot requests.
 * culprit: results from culprit finder rerun.
 
string run_mode = 11;

público TestResults.Builder setRunModeBytes (valor com.google.protobuf.ByteString)

 Used for differentiating between continuous and debug builds.
 Must be one of:
 * cbuild: results from continuous build.
 * presubmit: results from oneshot requests.
 * culprit: results from culprit finder rerun.
 
string run_mode = 11;

público TestResults.Builder setRunTime (valor duplo)

 The amount of time the total run took (wall time in seconds)
 
double run_time = 6;

público TestResults.Builder setStartTime (valor longo)

 The time the run started (in seconds of UTC time since Unix epoch)
 
int64 start_time = 5;

público TestResults.Builder setTarget (valor da string)

 The target of the run, e.g.:
  //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
 
string target = 1;

público TestResults.Builder setTargetBytes (valor com.google.protobuf.ByteString)

 The target of the run, e.g.:
  //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
 
string target = 1;

público TestResults.Builder setTfVersion (valor da string)

 TensorFlow version this benchmark runs against.
 This can be either set to full version or just the major version.
 
string tf_version = 12;

público TestResults.Builder setTfVersionBytes (valor com.google.protobuf.ByteString)

 TensorFlow version this benchmark runs against.
 This can be either set to full version or just the major version.
 
string tf_version = 12;

público final TestResults.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)