/external/tensorflow/tensorflow/lite/g3doc/microcontrollers/ |
D | build_convert.md | 65 ### Model size 79 ### Workload 87 ### Operation support
|
/external/tensorflow/tensorflow/python/eager/benchmarks/resnet50/ |
D | resnet50.py | 73 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/ |
D | noise.py | 64 def call(self, inputs, training=None): argument 115 def call(self, inputs, training=None): argument 179 def call(self, inputs, training=None): argument
|
D | recurrent.py | 134 def call(self, inputs, states, constants=None, training=None, **kwargs): argument 734 training=None, argument 1161 def _create_dropout_mask(self, inputs, training, count=1): argument 1168 def _create_recurrent_dropout_mask(self, inputs, training, count=1): argument 1175 def get_dropout_mask_for_cell(self, inputs, training, count=1): argument 1196 def get_recurrent_dropout_mask_for_cell(self, inputs, training, count=1): argument 1374 def call(self, inputs, states, training=None): argument 1584 def call(self, inputs, mask=None, training=None, initial_state=None): argument 1830 def call(self, inputs, states, training=None): argument 2120 def call(self, inputs, mask=None, training=None, initial_state=None): argument [all …]
|
D | multi_head_attention_test.py | 255 training=None): argument 290 def call(self, x, training=False): argument
|
D | multi_head_attention.py | 434 training=None): argument 482 training=None): argument
|
D | normalization.py | 538 def _fused_batch_norm(self, inputs, training): argument 652 def _renorm_correction_and_moments(self, mean, variance, training, argument 728 def _get_training_value(self, training=None): argument 740 def call(self, inputs, training=None): argument
|
D | dense_attention.py | 99 def _apply_scores(self, scores, value, scores_mask=None, training=None): argument 149 training=None, argument
|
/external/tensorflow/tensorflow/python/keras/tests/ |
D | model_subclassing_test_util.py | 143 def call(self, first, second, fiddle_with_output='no', training=True): argument 157 def call(self, x, training): argument 167 def call(self, x, training=False, mask=None): argument
|
D | custom_training_loop_test.py | 63 def call(self, inputs, training=None): argument 219 def call(self, inputs, training=False): argument
|
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/ |
D | image_preprocessing.py | 226 def call(self, inputs, training=True): argument 403 def call(self, inputs, training=True): argument 531 def call(self, inputs, training=True): argument 820 def call(self, inputs, training=True): argument 955 def call(self, inputs, training=True): argument 1095 def call(self, inputs, training=True): argument 1178 def call(self, inputs, training=True): argument 1275 def call(self, inputs, training=True): argument
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | base_layer_test.py | 379 def call(self, inputs, training=None): argument 716 def call(self, inputs, training): argument 727 def call(self, inputs, training=None): argument 738 def call(self, inputs, training=False): argument 749 def call(self, inputs, training=True): argument 1134 def call(self, inputs, a, mask, b=None, training=None): argument 1140 def call(self, x, mask, a, training=None, b=None): argument 1246 def call(self, inputs, training=None): argument 1262 def call(self, inputs, training=None): argument 1283 def call(self, inputs, training=None): argument [all …]
|
D | training_eager_v1.py | 90 training=False): argument 229 training=False): argument
|
/external/tensorflow/tensorflow/python/keras/integration_test/ |
D | function_test.py | 35 def call(self, inputs, training=True): argument 42 def call(self, inputs, training=True): argument
|
/external/tensorflow/tensorflow/python/keras/saving/saved_model/ |
D | utils.py | 165 def replace_training_and_call(training): argument 224 def set_training_arg(training, index, args, kwargs): argument
|
D | saved_model_test.py | 74 def call(self, x, training=None): argument 108 def call(self, inputs, training=True): argument 541 def call(self, inputs, training): argument 547 def call(self, inputs, training=True): argument 650 def call(self, inputs, training=False): argument 974 def call(self, inputs, training=False): argument
|
/external/tensorflow/tensorflow/python/ops/parallel_for/ |
D | gradients_test.py | 242 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/legacy_tf_layers/ |
D | normalization.py | 171 def call(self, inputs, training=False): argument 190 training=False, argument
|
D | core.py | 226 def call(self, inputs, training=False): argument 235 training=False, argument
|
/external/tensorflow/tensorflow/python/keras/feature_column/ |
D | sequence_feature_column.py | 119 def call(self, features, training=None): argument
|
D | dense_features.py | 119 def call(self, features, cols_to_output_tensors=None, training=None): argument
|
D | dense_features_v2_test.py | 153 def training_aware_get_dense_tensor(transformation_cache, argument 158 def training_aware_transform_feature(transformation_cache, argument
|
/external/tensorflow/tensorflow/python/keras/premade/ |
D | wide_deep.py | 93 def call(self, inputs, training=None): argument
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | load_test.py | 368 def func(x, training=False): argument 476 def func(x, training=True): argument 509 def func(x, training=True): argument 590 def func(x, training=False, abc=7.1, defg=7.7): argument 614 def func(x, training=False, **options): argument 643 def f(self, x, training=False): argument 989 def func(x, training=False): argument 1481 def func(a=1, b=2, c=3, training=True): argument 1583 def f(x=3, training=True, y=7): argument 2158 def __call__(self, inputs, training=False): argument
|
/external/tensorflow/tensorflow/python/keras/distribute/ |
D | mirrored_strategy_test.py | 56 def call(self, inputs, training=True): argument
|