interfaz pública TestResultsOrBuilder
Subclases indirectas conocidas |
Métodos públicos
resumen TestResults.BenchmarkType | getBenchmarkType () .tensorflow.TestResults.BenchmarkType benchmark_type = 10; |
resumen entero | getBenchmarkTypeValue () .tensorflow.TestResults.BenchmarkType benchmark_type = 10; |
configuración de compilación abstracta | getConfiguración de compilación () The configuration of the build (compiled opt? with cuda? any copts?) .tensorflow.BuildConfiguration build_configuration = 3; |
resumen BuildConfigurationOrBuilder | getBuildConfigurationOrBuilder () The configuration of the build (compiled opt? with cuda? any copts?) .tensorflow.BuildConfiguration build_configuration = 3; |
ID de compromiso abstracto | obtenerIdCommit () The commit id (git hash or changelist) .tensorflow.CommitId commit_id = 4; |
resumen CommitIdOrBuilder | getCommitIdOrBuilder () The commit id (git hash or changelist) .tensorflow.CommitId commit_id = 4; |
Entradas de referencia abstractas | obtener entradas () The list of tests or benchmarks in this run. |
resumen BenchmarkEntriesOrBuilder | getEntriesOrBuilder () The list of tests or benchmarks in this run. |
configuración de máquina abstracta | obtener configuración de máquina () Machine-specific parameters (Platform and CPU info) .tensorflow.MachineConfiguration machine_configuration = 7; |
Resumen MachineConfigurationOrBuilder | getMachineConfigurationOrBuilder () Machine-specific parameters (Platform and CPU info) .tensorflow.MachineConfiguration machine_configuration = 7; |
cadena abstracta | obtenerNombre () Benchmark target identifier. |
resumen com.google.protobuf.ByteString | getNombreBytes () Benchmark target identifier. |
configuración de ejecución abstracta | getRunConfiguration () Run-specific parameters (arguments, etc) .tensorflow.RunConfiguration run_configuration = 8; |
resumen RunConfigurationOrBuilder | getRunConfigurationOrBuilder () Run-specific parameters (arguments, etc) .tensorflow.RunConfiguration run_configuration = 8; |
cadena abstracta | obtener modo de ejecución () Used for differentiating between continuous and debug builds. |
resumen com.google.protobuf.ByteString | getRunModeBytes () Used for differentiating between continuous and debug builds. |
doble abstracto | obtener tiempo de ejecución () The amount of time the total run took (wall time in seconds) double run_time = 6; |
resumen largo | obtener hora de inicio () The time the run started (in seconds of UTC time since Unix epoch) int64 start_time = 5; |
cadena abstracta | obtenerObjetivo () The target of the run, e.g.: //tensorflow/core:kernels_adjust_contrast_op_benchmark_test string target = 1; |
resumen com.google.protobuf.ByteString | obtenerBytesDestino () The target of the run, e.g.: //tensorflow/core:kernels_adjust_contrast_op_benchmark_test string target = 1; |
cadena abstracta | getTfVersion () TensorFlow version this benchmark runs against. |
resumen com.google.protobuf.ByteString | getTfVersionBytes () TensorFlow version this benchmark runs against. |
booleano abstracto | tieneBuildConfiguration () The configuration of the build (compiled opt? with cuda? any copts?) .tensorflow.BuildConfiguration build_configuration = 3; |
booleano abstracto | tieneIdCommit () The commit id (git hash or changelist) .tensorflow.CommitId commit_id = 4; |
booleano abstracto | tieneEntradas () The list of tests or benchmarks in this run. |
booleano abstracto | tieneMachineConfiguration () Machine-specific parameters (Platform and CPU info) .tensorflow.MachineConfiguration machine_configuration = 7; |
booleano abstracto | hasRunConfiguration () Run-specific parameters (arguments, etc) .tensorflow.RunConfiguration run_configuration = 8; |
Métodos públicos
resumen público TestResults.BenchmarkType getBenchmarkType ()
.tensorflow.TestResults.BenchmarkType benchmark_type = 10;
resumen público int getBenchmarkTypeValue ()
.tensorflow.TestResults.BenchmarkType benchmark_type = 10;
resumen público BuildConfiguration getBuildConfiguration ()
The configuration of the build (compiled opt? with cuda? any copts?)
.tensorflow.BuildConfiguration build_configuration = 3;
resumen público BuildConfigurationOrBuilder getBuildConfigurationOrBuilder ()
The configuration of the build (compiled opt? with cuda? any copts?)
.tensorflow.BuildConfiguration build_configuration = 3;
resumen público CommitId getCommitId ()
The commit id (git hash or changelist)
.tensorflow.CommitId commit_id = 4;
resumen público CommitIdOrBuilder getCommitIdOrBuilder ()
The commit id (git hash or changelist)
.tensorflow.CommitId commit_id = 4;
resumen público BenchmarkEntries getEntries ()
The list of tests or benchmarks in this run.
.tensorflow.BenchmarkEntries entries = 2;
resumen público BenchmarkEntriesOrBuilder getEntriesOrBuilder ()
The list of tests or benchmarks in this run.
.tensorflow.BenchmarkEntries entries = 2;
resumen público MachineConfiguration getMachineConfiguration ()
Machine-specific parameters (Platform and CPU info)
.tensorflow.MachineConfiguration machine_configuration = 7;
resumen público MachineConfigurationOrBuilder getMachineConfigurationOrBuilder ()
Machine-specific parameters (Platform and CPU info)
.tensorflow.MachineConfiguration machine_configuration = 7;
Cadena abstracta pública getName ()
Benchmark target identifier.
string name = 9;
resumen público com.google.protobuf.ByteString getNameBytes ()
Benchmark target identifier.
string name = 9;
resumen público RunConfiguration getRunConfiguration ()
Run-specific parameters (arguments, etc)
.tensorflow.RunConfiguration run_configuration = 8;
resumen público RunConfigurationOrBuilder getRunConfigurationOrBuilder ()
Run-specific parameters (arguments, etc)
.tensorflow.RunConfiguration run_configuration = 8;
Cadena abstracta 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;
resumen 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 doble abstracto público ()
The amount of time the total run took (wall time in seconds)
double run_time = 6;
resumen público largo getStartTime ()
The time the run started (in seconds of UTC time since Unix epoch)
int64 start_time = 5;
Cadena abstracta pública getTarget ()
The target of the run, e.g.: //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
string target = 1;
resumen 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;
Cadena abstracta 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;
resumen 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 abstracto público ()
The configuration of the build (compiled opt? with cuda? any copts?)
.tensorflow.BuildConfiguration build_configuration = 3;
hasCommitId booleano abstracto público ()
The commit id (git hash or changelist)
.tensorflow.CommitId commit_id = 4;
hasEntries booleano abstracto público ()
The list of tests or benchmarks in this run.
.tensorflow.BenchmarkEntries entries = 2;
hasMachineConfiguration booleano abstracto público ()
Machine-specific parameters (Platform and CPU info)
.tensorflow.MachineConfiguration machine_configuration = 7;
hasRunConfiguration booleano abstracto público ()
Run-specific parameters (arguments, etc)
.tensorflow.RunConfiguration run_configuration = 8;