All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tensorflow.util.testlog.TestResultsOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.15.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/util/test_log.proto

package org.tensorflow.util.testlog;

public interface TestResultsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.TestResults)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The target of the run, e.g.:
   *  //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
   * 
* * string target = 1; */ java.lang.String getTarget(); /** *
   * The target of the run, e.g.:
   *  //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
   * 
* * string target = 1; */ com.google.protobuf.ByteString getTargetBytes(); /** *
   * The list of tests or benchmarks in this run.
   * 
* * .tensorflow.BenchmarkEntries entries = 2; */ boolean hasEntries(); /** *
   * The list of tests or benchmarks in this run.
   * 
* * .tensorflow.BenchmarkEntries entries = 2; */ org.tensorflow.util.testlog.BenchmarkEntries getEntries(); /** *
   * The list of tests or benchmarks in this run.
   * 
* * .tensorflow.BenchmarkEntries entries = 2; */ org.tensorflow.util.testlog.BenchmarkEntriesOrBuilder getEntriesOrBuilder(); /** *
   * The configuration of the build (compiled opt? with cuda? any copts?)
   * 
* * .tensorflow.BuildConfiguration build_configuration = 3; */ boolean hasBuildConfiguration(); /** *
   * The configuration of the build (compiled opt? with cuda? any copts?)
   * 
* * .tensorflow.BuildConfiguration build_configuration = 3; */ org.tensorflow.util.testlog.BuildConfiguration getBuildConfiguration(); /** *
   * The configuration of the build (compiled opt? with cuda? any copts?)
   * 
* * .tensorflow.BuildConfiguration build_configuration = 3; */ org.tensorflow.util.testlog.BuildConfigurationOrBuilder getBuildConfigurationOrBuilder(); /** *
   * The commit id (git hash or changelist)
   * 
* * .tensorflow.CommitId commit_id = 4; */ boolean hasCommitId(); /** *
   * The commit id (git hash or changelist)
   * 
* * .tensorflow.CommitId commit_id = 4; */ org.tensorflow.util.testlog.CommitId getCommitId(); /** *
   * The commit id (git hash or changelist)
   * 
* * .tensorflow.CommitId commit_id = 4; */ org.tensorflow.util.testlog.CommitIdOrBuilder getCommitIdOrBuilder(); /** *
   * The time the run started (in seconds of UTC time since Unix epoch)
   * 
* * int64 start_time = 5; */ long getStartTime(); /** *
   * The amount of time the total run took (wall time in seconds)
   * 
* * double run_time = 6; */ double getRunTime(); /** *
   * Machine-specific parameters (Platform and CPU info)
   * 
* * .tensorflow.MachineConfiguration machine_configuration = 7; */ boolean hasMachineConfiguration(); /** *
   * Machine-specific parameters (Platform and CPU info)
   * 
* * .tensorflow.MachineConfiguration machine_configuration = 7; */ org.tensorflow.util.testlog.MachineConfiguration getMachineConfiguration(); /** *
   * Machine-specific parameters (Platform and CPU info)
   * 
* * .tensorflow.MachineConfiguration machine_configuration = 7; */ org.tensorflow.util.testlog.MachineConfigurationOrBuilder getMachineConfigurationOrBuilder(); /** *
   * Run-specific parameters (arguments, etc)
   * 
* * .tensorflow.RunConfiguration run_configuration = 8; */ boolean hasRunConfiguration(); /** *
   * Run-specific parameters (arguments, etc)
   * 
* * .tensorflow.RunConfiguration run_configuration = 8; */ org.tensorflow.util.testlog.RunConfiguration getRunConfiguration(); /** *
   * Run-specific parameters (arguments, etc)
   * 
* * .tensorflow.RunConfiguration run_configuration = 8; */ org.tensorflow.util.testlog.RunConfigurationOrBuilder getRunConfigurationOrBuilder(); /** *
   * Benchmark target identifier.
   * 
* * string name = 9; */ java.lang.String getName(); /** *
   * Benchmark target identifier.
   * 
* * string name = 9; */ com.google.protobuf.ByteString getNameBytes(); /** * .tensorflow.TestResults.BenchmarkType benchmark_type = 10; */ int getBenchmarkTypeValue(); /** * .tensorflow.TestResults.BenchmarkType benchmark_type = 10; */ org.tensorflow.util.testlog.TestResults.BenchmarkType getBenchmarkType(); /** *
   * 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; */ java.lang.String 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; */ com.google.protobuf.ByteString getRunModeBytes(); /** *
   * TensorFlow version this benchmark runs against.
   * This can be either set to full version or just the major version.
   * 
* * string tf_version = 12; */ java.lang.String getTfVersion(); /** *
   * TensorFlow version this benchmark runs against.
   * This can be either set to full version or just the major version.
   * 
* * string tf_version = 12; */ com.google.protobuf.ByteString getTfVersionBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy