Home
last modified time | relevance | path

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

123

/external/tensorflow/tensorflow/python/training/
Dlearning_rate_decay.py30 global_step, argument
160 global_step, argument
260 global_step, argument
344 global_step, argument
429 def cosine_decay(learning_rate, global_step, decay_steps, alpha=0.0, name=None): argument
489 global_step, argument
562 global_step, argument
644 global_step, argument
Dsupervisor.py220 global_step=USE_DEFAULT, argument
489 def _init_global_step(self, global_step=USE_DEFAULT): argument
594 def global_step(self): member in Supervisor
878 def summary_computed(self, sess, summary, global_step=None): argument
Dtraining_util.py43 def global_step(sess, global_step_tensor): function
Dtraining_util_test.py33 def _assert_global_step(self, global_step, expected_dtype=dtypes.int64): argument
/external/tensorflow/tensorflow/contrib/opt/python/training/
Dsign_decay.py52 def linear_decay_fn(global_step): argument
93 def cosine_decay_fn(global_step): argument
144 def restart_decay_fn(global_step): argument
Dweight_decay_optimizers.py96 def minimize(self, loss, global_step=None, var_list=None, argument
137 def apply_gradients(self, grads_and_vars, global_step=None, name=None, argument
394 global_step, argument
Dmoving_average_optimizer.py93 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
/external/tensorflow/tensorflow/python/summary/writer/
Dwriter.py101 def add_summary(self, summary, global_step=None): argument
144 def add_session_log(self, session_log, global_step=None): argument
158 def _add_graph_def(self, graph_def, global_step=None): argument
163 def add_graph(self, graph, global_step=None, graph_def=None): argument
229 def add_meta_graph(self, meta_graph_def, global_step=None): argument
251 def add_run_metadata(self, run_metadata, tag, global_step=None): argument
/external/tensorflow/tensorflow/core/summary/
Dsummary_file_writer.cc70 Status WriteTensor(int64 global_step, Tensor t, const string& tag, in WriteTensor()
93 Status WriteScalar(int64 global_step, Tensor t, const string& tag) override { in WriteScalar()
102 Status WriteHistogram(int64 global_step, Tensor t, in WriteHistogram()
112 Status WriteImage(int64 global_step, Tensor t, const string& tag, in WriteImage()
122 Status WriteAudio(int64 global_step, Tensor t, const string& tag, in WriteAudio()
132 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
187 global_step=-1, argument
/external/tensorflow/tensorflow/contrib/testing/python/framework/
Dfake_summary_writer.py112 def add_graph(self, graph, global_step=None, graph_def=None): argument
120 def add_meta_graph(self, meta_graph_def, global_step=None): argument
127 def add_session_log(self, session_log, global_step=None): argument
131 def add_run_metadata(self, run_metadata, tag, global_step=None): argument
/external/tensorflow/tensorflow/contrib/constrained_optimization/python/
Dconstrained_optimizer.py61 global_step=None, argument
93 global_step=None, argument
146 global_step=None, argument
200 global_step=None, 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/eager/python/examples/revnet/
Dmain.py32 def apply_gradients(optimizer, grads, vars_, global_step=None): argument
205 def train_one_iter(model, inputs, labels, optimizer, global_step=None): argument
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Doptimizers.py58 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.py70 global_step=None, argument
158 def train_step_with_pruning_fn(sess, train_op, global_step, argument
Dpruning.py223 def __init__(self, spec=None, global_step=None, sparsity=None): argument
297 def _setup_global_step(self, global_step): argument
/external/tensorflow/tensorflow/contrib/tensor_forest/client/
Drandom_forest_test.py141 def _assert_checkpoint(self, model_dir, global_step): argument
327 def _assert_checkpoint(self, model_dir, global_step): argument
/external/tensorflow/tensorflow/contrib/training/python/training/
Dsgdr_learning_rate_decay.py28 def sgdr_decay(learning_rate, global_step, initial_period_steps, argument
/external/tensorflow/tensorflow/core/protobuf/
Ddebug.proto62 int64 global_step = 10; field
/external/tensorflow/tensorflow/contrib/eager/python/examples/l2hmc/
Dmain.py154 global_step=None): argument
/external/tensorflow/tensorflow/core/debug/
Ddebugger_state_impl.cc42 const int64 global_step, const int64 session_run_index, in PublishDebugMetadata()
/external/tensorflow/tensorflow/contrib/session_bundle/
Dexporter_test.py56 global_step=GLOBAL_STEP, argument
/external/tensorflow/tensorflow/contrib/mixed_precision/python/
Dloss_scale_optimizer.py144 def apply_gradients(self, grads_and_vars, global_step=None, name=None): argument

123