Searched defs:step_fn (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/python/training/ |
D | monitored_session_test.py | 1006 def step_fn(step_context): function 1039 def step_fn(step_context): function 1072 def step_fn(step_context): function 1118 def step_fn(step_context): function 1154 def step_fn(step_context): function 1189 def step_fn(step_context): function 1870 def step_fn(step_context): function 1880 def step_fn(step_context): function 1891 def step_fn(step_context): function 1905 def step_fn(step_context): function [all …]
|
D | monitored_session.py | 748 def run_step_fn(self, step_fn): argument 1159 def run_step_fn(self, step_fn, raw_session, run_with_hooks): argument 1254 def run_step_fn(self, step_fn, raw_session, run_with_hooks): argument
|
/external/tensorflow/tensorflow/contrib/distribute/python/ |
D | minimize_loss_test.py | 64 def step_fn(ctx, inputs): function 155 def step_fn(ctx, inputs): function 221 def step_fn(ctx, inputs): function 316 def step_fn(ctx, inputs): function 401 def step_fn(output_context, inputs): function
|
D | step_fn.py | 97 def step_fn(ctx, inputs): function
|
D | metrics_v1_test.py | 100 def step_fn(ctx, inputs): function
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/l2hmc/ |
D | l2hmc_test.py | 63 step_fn=step): argument 76 step_fn=step, argument
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | training_distributed.py | 218 def step_fn(ctx, inputs): function
|
/external/tensorflow/tensorflow/python/debug/wrappers/ |
D | framework.py | 609 def run_step_fn(self, step_fn): argument
|