Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/docs_src/get_started/
Dcustom_estimators.md312 ### Predict
357 ### Calculate the loss
377 ### Evaluate
422 ### Train
/external/tensorflow/tensorflow/contrib/eager/python/examples/resnet50/
Dresnet50.py79 def call(self, input_tensor, training=False): argument
160 def call(self, input_tensor, training=False): argument
291 def call(self, input_tensor, training=False): argument
/external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
Dnoise.py57 def call(self, inputs, training=None): argument
101 def call(self, inputs, training=None): argument
158 def call(self, inputs, training=None): argument
Drecurrent.py567 training=None, argument
905 def call(self, inputs, states, training=None): argument
1082 def call(self, inputs, mask=None, training=None, initial_state=None): argument
1321 def call(self, inputs, states, training=None): argument
1563 def call(self, inputs, mask=None, training=None, initial_state=None): argument
1837 def call(self, inputs, states, training=None): argument
2094 def call(self, inputs, mask=None, training=None, initial_state=None): argument
2222 def _generate_dropout_mask(ones, rate, training=None, count=1): argument
2389 def get_constants(self, inputs, training=None): argument
2402 def preprocess_input(self, inputs, training=None): argument
[all …]
Dnormalization.py110 def call(self, inputs, training=None): argument
Dwrappers.py183 def call(self, inputs, training=None, mask=None): argument
383 def call(self, inputs, training=None, mask=None, initial_state=None): argument
Dconvolutional_recurrent.py483 def get_constants(self, inputs, training=None): argument
Dcore.py122 def call(self, inputs, training=None): argument
/external/tensorflow/tensorflow/python/layers/
Dnormalization.py376 def _fused_batch_norm(self, inputs, training): argument
432 def _renorm_correction_and_moments(self, mean, variance, training): argument
495 def call(self, inputs, training=False): argument
653 training=False, argument
Dcore.py297 def call(self, inputs, training=False): argument
316 training=False, argument
/external/tensorflow/tensorflow/docs_src/deploy/
Ddistributed.md185 ### Putting it all together: example trainer program
/external/tensorflow/tensorflow/contrib/eager/python/examples/rnn_ptb/
Drnn_ptb.py54 def call(self, input_seq, training): argument
127 def call(self, input_seq, training): argument
149 def loss_fn(model, inputs, targets, training): argument
/external/tensorflow/tensorflow/examples/tutorials/mnist/
Dmnist.py100 def training(loss, learning_rate): function
/external/tensorflow/tensorflow/python/keras/_impl/keras/engine/
Dtraining_eager.py101 def _model_loss(model, inputs, targets, training=False): argument
182 training=False): argument
Dtraining.py1770 def _set_inputs(self, inputs, training=None): argument
1839 def _symbolic_set_inputs(self, inputs, training=None): argument
/external/tensorflow/tensorflow/contrib/tensor_forest/python/
Dtensor_forest.py306 def __init__(self, params, tree_num, training): argument
337 def __init__(self, params, device_assigner, training=True, argument
368 training=True): argument
/external/tensorflow/tensorflow/contrib/eager/python/examples/mnist/
Dmnist.py74 def call(self, inputs, training=False): argument
/external/tensorflow/tensorflow/contrib/eager/python/examples/rnn_colorbot/
Drnn_colorbot.py139 def call(self, chars, sequence_length, training=False): argument
/external/tensorflow/tensorflow/contrib/cudnn_rnn/python/layers/
Dcudnn_rnn.py366 def call(self, inputs, initial_state=None, training=True): argument
467 def _forward(self, inputs, h, c, opaque_params, training): argument
/external/tensorflow/tensorflow/python/keras/_impl/keras/applications/
Dmobilenet.py254 def call(self, inputs, training=None): argument
/external/tensorflow/tensorflow/python/keras/_impl/keras/
Dmodel_subclassing_test.py574 def call(self, inputs, training=False): argument
Dbackend.py3159 def in_train_phase(x, alt, training=None): argument
3203 def in_test_phase(x, alt, training=None): argument
/external/tensorflow/tensorflow/contrib/cudnn_rnn/python/kernel_tests/
Dcudnn_rnn_test.py90 training=False, argument
199 def FProp(self, inputs_t, initial_state_t, training): argument
/external/tensorflow/tensorflow/contrib/eager/python/
Dnetwork.py512 def call(self, inputs, training=None): argument
Dnetwork_test.py1260 def add_training(input_value, training=None): argument