HomeSort by relevance Sort by last modified time
    Searched defs:Experiment (Results 1 - 5 of 5) sorted by null

  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
Experiment.java 34 final class Experiment {
39 Experiment(
61 if (object instanceof Experiment) {
62 Experiment that = (Experiment) object;
  /external/toolchain-utils/crosperf/
experiment.py 4 """The experiment setting module."""
24 class Experiment(object):
25 """Class representing an Experiment to be run."""
89 raise RuntimeError('No machine available for running experiment.')
93 # self.remote). So each label.remote is a sublist of experiment.remote.
  /external/lisa/libs/utils/
executor.py 40 Experiment = namedtuple('Experiment', ['wload_name', 'wload',
50 (workload, conf, iteration) tuple is called an "experiment".
53 attribute is a list of Experiment objects. The `out_dir` attribute of these
54 objects can be used to find the results of the experiment. This output
74 :param experiments_conf: Dict with experiment configuration. Keys are:
87 Enable collecting ftrace during the experiment.
90 possible during the experiment execution, in order to reduce
171 :class:`Experiment` s that were run
272 exp = Experiment(
    [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/
experiment.py 15 """Experiment class collecting information needed for a single training run."""
45 __all__ = ["Experiment"]
66 the model according to the `export_strategies` provided in the `Experiment`.
118 class Experiment(object):
119 """Experiment is a class containing all information needed to train a model.
121 After an experiment is created (by passing an Estimator and inputs for
122 training and evaluation), an Experiment instance knows how to invoke training
156 """Constructor for `Experiment`.
158 Creates an Experiment instance. None of the functions passed to this
245 "`Experiment` class cannot work with `tf.contrib.tpu.TPUEstimator`.
    [all...]
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 119 milliseconds