Home
last modified time | relevance | path

Searched defs:global_step (Results 1 – 25 of 54) sorted by relevance

123

/external/tensorflow/tensorflow/python/training/
Dlearning_rate_decay.py33 global_step, argument
190 global_step, argument
300 global_step, argument
372 global_step, argument
454 def cosine_decay(learning_rate, global_step, decay_steps, alpha=0.0, name=None): argument
515 global_step, argument
609 global_step, argument
693 global_step, argument
Dtraining_util.py45 def global_step(sess, global_step_tensor): function
Dtraining_util_test.py31 def _assert_global_step(self, global_step, expected_dtype=dtypes.int64): argument
Dsupervisor.py220 global_step=USE_DEFAULT, argument
485 def _init_global_step(self, global_step=USE_DEFAULT): argument
590 def global_step(self): member in Supervisor
874 def summary_computed(self, sess, summary, global_step=None): argument
Dadagrad_da.py47 global_step, argument
/external/tensorflow/tensorflow/contrib/opt/python/training/
Dsign_decay.py50 def linear_decay_fn(global_step): argument
91 def cosine_decay_fn(global_step): argument
142 def restart_decay_fn(global_step): argument
Dmoving_average_optimizer.py92 def apply_gradients(self, grads_and_vars, global_step=None, name=None): argument
Ddrop_stale_gradient_optimizer.py78 def apply_gradients(self, grads_and_vars, global_step=None, name=None): argument
Daddsign.py92 def apply_gradients(self, grads_and_vars, global_step=None, name=None): argument
Dpowersign.py94 def apply_gradients(self, grads_and_vars, global_step=None, name=None): argument
Dvariable_clipping_optimizer.py92 def apply_gradients(self, grads_and_vars, global_step=None, name=None): argument
/external/tensorflow/tensorflow/python/summary/writer/
Dwriter.py99 def add_summary(self, summary, global_step=None): argument
142 def add_session_log(self, session_log, global_step=None): argument
156 def _add_graph_def(self, graph_def, global_step=None): argument
161 def add_graph(self, graph, global_step=None, graph_def=None): argument
227 def add_meta_graph(self, meta_graph_def, global_step=None): argument
249 def add_run_metadata(self, run_metadata, tag, global_step=None): argument
/external/tensorflow/tensorflow/contrib/tensorboard/db/
Dsummary_file_writer.cc70 Status WriteTensor(int64 global_step, Tensor t, const string& tag, in WriteTensor()
84 Status WriteScalar(int64 global_step, Tensor t, const string& tag) override { in WriteScalar()
93 Status WriteHistogram(int64 global_step, Tensor t, in WriteHistogram()
103 Status WriteImage(int64 global_step, Tensor t, const string& tag, in WriteImage()
113 Status WriteAudio(int64 global_step, Tensor t, const string& tag, in WriteAudio()
123 Status WriteGraph(int64 global_step, in WriteGraph()
/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_utils.py32 global_step=-1): argument
90 global_step=-1): argument
183 global_step=-1): argument
/external/tensorflow/tensorflow/contrib/slim/python/slim/
Dlearning.py376 global_step=_USE_GLOBAL_STEP, argument
442 def _wait_for_step(sess, global_step, step): argument
456 def train_step(sess, train_op, global_step, train_step_kwargs): argument
539 global_step=None, argument
/external/tensorflow/tensorflow/contrib/testing/python/framework/
Dfake_summary_writer.py106 def add_graph(self, graph, global_step=None, graph_def=None): argument
114 def add_meta_graph(self, meta_graph_def, global_step=None): argument
121 def add_session_log(self, session_log, global_step=None): argument
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Doptimizers.py59 global_step, argument
312 def _adaptive_max_norm(norm, std_factor, decay, global_step, epsilon, name): argument
345 global_step=None, argument
/external/tensorflow/tensorflow/contrib/model_pruning/python/
Dlearning.py67 global_step=None, argument
155 def train_step_with_pruning_fn(sess, train_op, global_step, argument
Dpruning.py373 def __init__(self, spec=None, global_step=None, sparsity=None): argument
412 def _setup_global_step(self, global_step): argument
/external/tensorflow/tensorflow/core/protobuf/
Ddebug.proto61 int64 global_step = 10; field
/external/tensorflow/tensorflow/contrib/session_bundle/
Dexporter_test.py56 global_step=GLOBAL_STEP, argument
/external/tensorflow/tensorflow/core/debug/
Ddebugger_state_impl.cc39 const int64 global_step, const int64 session_run_index, in PublishDebugMetadata()
/external/tensorflow/tensorflow/contrib/tpu/python/tpu/
Dtpu_optimizer.py87 def apply_gradients(self, grads_and_vars, global_step=None, name=None): argument
/external/tensorflow/tensorflow/contrib/eager/python/
Dsaver.py140 def save(self, file_prefix, global_step=None): argument
/external/tensorflow/tensorflow/contrib/linear_optimizer/python/
Dsdca_optimizer.py105 features, targets, global_step): argument

123