Home
last modified time | relevance | path

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

123

/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column.py174 trainable=True, argument
237 trainable=True, argument
315 trainable=True, argument
374 trainable=True, argument
534 trainable=True, argument
580 trainable=True, argument
624 trainable=True, argument
817 trainable=True): argument
1685 trainable=True, argument
1830 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument
[all …]
Dfeature_column_v2.py193 trainable=True, argument
266 def __init__(self, layer, trainable): argument
282 trainable=True, argument
326 def __init__(self, feature_columns, expected_column_type, trainable, name, argument
413 trainable=True, argument
489 trainable=True, argument
620 trainable=True, argument
825 trainable=True): argument
931 trainable=True): argument
1104 trainable=True): argument
[all …]
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dfeature_column_ops.py97 trainable, argument
158 trainable=True, argument
228 trainable=True, argument
274 trainable, argument
315 trainable, argument
364 trainable=True, argument
435 trainable=True, argument
Dencoders.py38 trainable=True, argument
96 trainable=True, argument
Dfeature_column.py253 trainable=True, argument
427 trainable=True, argument
492 trainable=None): argument
823 trainable=True, argument
868 trainable=None): argument
1024 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument
1092 trainable=True): argument
1173 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument
1196 trainable, argument
1325 trainable=True): argument
[all …]
Dlayers.py188 trainable=True, argument
443 trainable=True, argument
848 trainable=True, argument
935 trainable=True, argument
1091 trainable=True, argument
1134 trainable=True, argument
1177 trainable=True, argument
1218 trainable=True, argument
1326 trainable=True, argument
1442 trainable=True, argument
[all …]
Dnormalization.py51 trainable=True, argument
178 trainable=True, argument
/external/tensorflow/tensorflow/python/training/tracking/
Dlayer_utils.py59 def gather_trainable_weights(trainable, sub_layers, extra_variables): argument
82 def gather_non_trainable_weights(trainable, sub_layers, extra_variables): argument
/external/tensorflow/tensorflow/python/keras/layers/
Dkernelized_test.py98 def test_random_features_properties(self, initializer, scale, trainable): argument
113 def test_call(self, initializer, trainable): argument
209 def test_get_config(self, output_dim, initializer, scale, trainable): argument
238 def test_from_config(self, output_dim, initializer, scale, trainable): argument
272 scale, trainable): argument
/external/tensorflow/tensorflow/python/tpu/
Dfeature_column.py216 trainable=True): argument
239 trainable=True): argument
279 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument
314 trainable=True): argument
336 trainable=True): argument
377 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument
/external/tensorflow/tensorflow/python/layers/
Dconvolutional.py95 trainable=True, argument
138 trainable=True, argument
294 trainable=True, argument
337 trainable=True, argument
501 trainable=True, argument
544 trainable=True, argument
714 trainable=True, argument
826 trainable=True, argument
878 trainable=True, argument
998 trainable=True, argument
[all …]
Dcore.py95 trainable=True, argument
128 trainable=True, argument
Dnormalization.py125 trainable=True, argument
176 trainable=True, argument
Dbase.py189 def __init__(self, trainable=True, name=None, dtype=None, argument
305 trainable=None, argument
/external/tensorflow/tensorflow/contrib/model_pruning/python/layers/
Dlayers.py44 trainable=True, argument
113 trainable=True, argument
272 trainable=True, argument
Dcore_layers.py101 trainable=True, argument
307 trainable=True, argument
382 trainable=True, argument
/external/tensorflow/tensorflow/python/keras/utils/
Dlayer_utils.py244 def gather_trainable_weights(trainable, sub_layers, extra_variables): argument
267 def gather_non_trainable_weights(trainable, sub_layers, extra_variables): argument
/external/tensorflow/tensorflow/python/kernel_tests/
Dtemplate_test.py40 def variable_scoped_function(trainable=True): argument
52 def function_with_create(trainable): argument
59 def function_with_side_create(trainable, name="side"): argument
403 def variable_scoped_function_no_return_value(trainable=True): argument
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Dcomposable_model.py62 trainable=True): argument
166 trainable=True): argument
283 trainable=True): argument
/external/tensorflow/tensorflow/examples/saved_model/integration_tests/
Dutil.py54 def __init__(self, func, trainable=False, arguments=None, **kwargs): argument
/external/tensorflow/tensorflow/core/framework/
Dvariable.proto31 bool trainable = 7; field
/external/tensorflow/tensorflow/contrib/feature_column/python/feature_column/
Dsequence_feature_column.py43 trainable=True): argument
490 self, inputs, weight_collections=None, trainable=None): argument
/external/tensorflow/tensorflow/python/ops/
Dvariable_scope.py290 trainable=None, argument
442 trainable=None, argument
577 trainable=None, argument
808 trainable=None, argument
1181 trainable=None, argument
1252 trainable=None, argument
1476 trainable=None, argument
1622 trainable=False, # pylint: disable=unused-argument argument
1668 trainable=True, argument
2462 def _get_trainable_value(synchronization, trainable): argument
/external/tensorflow/tensorflow/contrib/eager/python/
Dparameter_server.py79 trainable=True, argument
Dnetwork.py477 def trainable(self): member in Network
481 def trainable(self, value): member in Network
494 regularizer=None, trainable=True, constraint=None): argument

123