HomeSort by relevance Sort by last modified time
    Searched refs:tracking (Results 26 - 50 of 180) sorted by null

12 3 4 5 6 7 8

  /external/tensorflow/tensorflow/python/saved_model/
save_test.py 44 from tensorflow.python.training.tracking import tracking
45 from tensorflow.python.training.tracking import util
90 root = tracking.AutoTrackable()
102 root = tracking.AutoTrackable()
118 root = tracking.AutoTrackable()
127 root = tracking.AutoTrackable()
146 root = tracking.AutoTrackable()
159 root = tracking.AutoTrackable()
180 root = tracking.AutoTrackable(
    [all...]
  /external/tensorflow/tensorflow/python/training/tracking/
layer_utils.py 24 from tensorflow.python.training.tracking import object_identity
util_test.py 49 from tensorflow.python.training.tracking import base
50 from tensorflow.python.training.tracking import graph_view
51 from tensorflow.python.training.tracking import tracking
52 from tensorflow.python.training.tracking import util as trackable_utils
55 class NonLayerTrackable(tracking.AutoTrackable):
152 class NoInit(tracking.AutoTrackable):
161 root = tracking.AutoTrackable()
193 tracking.NotTrackable, tracking.AutoTrackable)
    [all...]
base_test.py 25 from tensorflow.python.training.tracking import base
26 from tensorflow.python.training.tracking import util
tracking.py 1 """Dependency tracking for trackable objects."""
24 from tensorflow.python.training.tracking import base
25 from tensorflow.python.training.tracking import data_structures
91 """Override to allow TrackableBase to disable dependency tracking."""
graph_view.py 30 from tensorflow.python.training.tracking import base
31 from tensorflow.python.training.tracking import object_identity
32 from tensorflow.python.training.tracking import tracking
191 if isinstance(current_trackable, tracking.NotTrackable):
python_state_test.py 29 from tensorflow.python.training.tracking import python_state
30 from tensorflow.python.training.tracking import util
  /external/tensorflow/tensorflow/python/framework/
convert_to_constants_test.py 35 from tensorflow.python.training.tracking import tracking
74 root = tracking.AutoTrackable()
103 root = tracking.AutoTrackable()
128 root = tracking.AutoTrackable()
158 class BasicModel(tracking.AutoTrackable):
198 root = tracking.AutoTrackable()
  /development/samples/ApiDemos/src/com/example/android/apis/view/
SeekBar1.java 48 mTrackingText = (TextView) findViewById(R.id.tracking);
  /external/curl/
MacOSX-Framework 85 ./configure --disable-dependency-tracking --disable-static --with-gssapi --with-darwinssl \
114 ./configure --disable-dependency-tracking --disable-static --with-gssapi --with-darwinssl \
  /external/ply/ply/test/
yacc_error5.py 4 # Lineno and position tracking with error tokens
88 """, tracking=True)
  /external/tensorflow/tensorflow/contrib/boosted_trees/python/ops/
quantile_ops.py 36 from tensorflow.python.training.tracking import tracking
89 class QuantileAccumulator(tracking.TrackableResource):
stats_accumulator_ops.py 29 from tensorflow.python.training.tracking import tracking
105 class StatsAccumulator(tracking.TrackableResource):
  /external/tensorflow/tensorflow/contrib/eager/python/
tfe.py 140 from tensorflow.python.training.tracking.tracking import AutoTrackable as Checkpointable
141 from tensorflow.python.training.tracking.util import CheckpointV1 as Checkpoint
  /external/tensorflow/tensorflow/contrib/tensor_forest/python/ops/
model_ops.py 38 from tensorflow.python.training.tracking import tracking
95 class TreeVariable(tracking.TrackableResource):
  /external/tensorflow/tensorflow/python/ops/
stateful_random_ops.py 30 from tensorflow.python.training.tracking import \
31 tracking
160 class Generator(tracking.AutoTrackable):
boosted_trees_ops.py 46 from tensorflow.python.training.tracking import tracking
93 class QuantileAccumulator(tracking.TrackableResource):
204 class TreeEnsemble(tracking.TrackableResource):
  /external/tensorflow/tensorflow/contrib/checkpoint/python/
split_dependency.py 24 from tensorflow.python.training.tracking import base as trackable
visualize_test.py 31 from tensorflow.python.training.tracking import util as trackable_utils
python_state_test.py 29 from tensorflow.python.training.tracking import util
  /external/Microsoft-GSL/
CONTRIBUTING.md 7 tracking the suggestion that has been approved by the maintainers. Your pull request should include a link to the bug that you are fixing. If you've submitted
  /external/tensorflow/tensorflow/contrib/eager/python/examples/spinn/
spinn_test.py 40 from tensorflow.python.training.tracking import util as trackable_utils
170 tracking = []
174 tracking.append(tf.random_normal((1, tracker_size * 2)))
176 out = reducer(left_in, right_in, tracking=tracking)
  /external/tensorflow/tensorflow/python/training/
training.py 71 from tensorflow.python.training.tracking.python_state import PythonState
72 from tensorflow.python.training.tracking.util import Checkpoint
  /external/curl/docs/cmdline-opts/
version.d 28 This curl uses a libcurl built with Debug. This enables more error-tracking
  /external/eigen/lapack/
ilaclr.f 110 * Scan up each column tracking the last zero row seen.

Completed in 672 milliseconds

12 3 4 5 6 7 8