Home
last modified time | relevance | path

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

123

/external/tensorflow/tensorflow/lite/g3doc/microcontrollers/
Dbuild_convert.md65 ### Model size
79 ### Workload
87 ### Operation support
/external/tensorflow/tensorflow/python/keras/engine/
Dbase_layer_test.py381 def call(self, inputs, training=None): argument
731 def call(self, inputs, training): argument
743 def call(self, inputs, training=None): argument
755 def call(self, inputs, training=False): argument
767 def call(self, inputs, training=True): argument
797 def call(self, inputs, *, training): argument
809 def call(self, inputs, *, training=None): argument
821 def call(self, inputs, *, training=False): argument
833 def call(self, inputs, *, training=True): argument
1234 def call(self, inputs, a, mask, b=None, training=None): argument
[all …]
Dtraining_eager_v1.py86 training=False): argument
225 training=False): argument
/external/tensorflow/tensorflow/python/keras/layers/
Dnoise.py60 def call(self, inputs, training=None): argument
111 def call(self, inputs, training=None): argument
175 def call(self, inputs, training=None): argument
Drecurrent.py130 def call(self, inputs, states, constants=None, training=None, **kwargs): argument
730 training=None, argument
1160 def _create_dropout_mask(self, inputs, training, count=1): argument
1167 def _create_recurrent_dropout_mask(self, inputs, training, count=1): argument
1174 def get_dropout_mask_for_cell(self, inputs, training, count=1): argument
1195 def get_recurrent_dropout_mask_for_cell(self, inputs, training, count=1): argument
1376 def call(self, inputs, states, training=None): argument
1586 def call(self, inputs, mask=None, training=None, initial_state=None): argument
1835 def call(self, inputs, states, training=None): argument
2128 def call(self, inputs, mask=None, training=None, initial_state=None): argument
[all …]
Dmulti_head_attention_test.py251 training=None): argument
286 def call(self, x, training=False): argument
Ddense_attention.py95 def _apply_scores(self, scores, value, scores_mask=None, training=None): argument
145 training=None, argument
Dmulti_head_attention.py441 training=None): argument
489 training=None): argument
Dwrappers.py206 def call(self, inputs, training=None, mask=None): argument
654 training=None, argument
/external/tensorflow/tensorflow/python/eager/benchmarks/resnet50/
Dresnet50.py73 def call(self, input_tensor, training=False): argument
148 def call(self, input_tensor, training=False): argument
297 def call(self, inputs, training=True, intermediates_dict=None): argument
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dimage_preprocessing.py230 def call(self, inputs, training=True): argument
402 def call(self, inputs, training=True): argument
528 def call(self, inputs, training=True): argument
805 def call(self, inputs, training=True): argument
943 def call(self, inputs, training=True): argument
1081 def call(self, inputs, training=True): argument
1162 def call(self, inputs, training=True): argument
1256 def call(self, inputs, training=True): argument
/external/tensorflow/tensorflow/python/keras/tests/
Dmodel_subclassing_test_util.py139 def call(self, first, second, fiddle_with_output='no', training=True): argument
153 def call(self, x, training): argument
163 def call(self, x, training=False, mask=None): argument
Dcustom_training_loop_test.py59 def call(self, inputs, training=None): argument
215 def call(self, inputs, training=False): argument
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dgradients_test.py242 def __call__(self, inputs, training): argument
264 def create_mnist_autobatch(batch_size, data_format, training): argument
280 def create_mnist_per_eg_grad(batch_size, data_format, training): argument
303 def create_mnist_batch_jacobian(batch_size, data_format, training): argument
313 def create_mnist_per_eg_jacobian(batch_size, data_format, training): argument
/external/tensorflow/tensorflow/python/keras/saving/saved_model/
Dutils.py161 def replace_training_and_call(training): argument
230 def set_training_arg(training, index, args, kwargs): argument
Dsaved_model_test.py72 def call(self, x, training=None): argument
106 def call(self, inputs, training=True): argument
593 def call(self, inputs, training): argument
599 def call(self, inputs, training=True): argument
702 def call(self, inputs, training=False): argument
1114 def call(self, inputs, training=False): argument
/external/tensorflow/tensorflow/python/keras/legacy_tf_layers/
Dnormalization.py172 def call(self, inputs, training=False): argument
192 training=False, argument
Dcore.py230 def call(self, inputs, training=False): argument
240 training=False, argument
/external/tensorflow/tensorflow/python/keras/layers/normalization/
Dbatch_normalization.py544 def _fused_batch_norm(self, inputs, training): argument
658 def _renorm_correction_and_moments(self, mean, variance, training, argument
735 def _get_training_value(self, training=None): argument
747 def call(self, inputs, training=None): argument
/external/tensorflow/tensorflow/python/keras/feature_column/
Dsequence_feature_column.py119 def call(self, features, training=None): argument
Ddense_features.py119 def call(self, features, cols_to_output_tensors=None, training=None): argument
Ddense_features_v2_test.py153 def training_aware_get_dense_tensor(transformation_cache, argument
158 def training_aware_transform_feature(transformation_cache, argument
/external/tensorflow/tensorflow/python/keras/premade/
Dwide_deep.py88 def call(self, inputs, training=None): argument
/external/tensorflow/tensorflow/python/saved_model/
Dload_test.py375 def func(x, training=False): argument
483 def func(x, training=True): argument
516 def func(x, training=True): argument
597 def func(x, training=False, abc=7.1, defg=7.7): argument
621 def func(x, training=False, **options): argument
650 def f(self, x, training=False): argument
996 def func(x, training=False): argument
1488 def func(a=1, b=2, c=3, training=True): argument
1590 def f(x=3, training=True, y=7): argument
2290 def __call__(self, inputs, training=False): argument
/external/tensorflow/tensorflow/python/keras/distribute/
Dmirrored_strategy_test.py52 def call(self, inputs, training=True): argument

123