Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column.py174 trainable=True, argument
237 trainable=True, argument
315 trainable=True, argument
374 trainable=True, argument
539 trainable=True, argument
585 trainable=True, argument
629 trainable=True, argument
829 trainable=True, argument
1706 trainable=True, argument
1912 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument
[all …]
Dfeature_column_v2.py190 trainable=True, argument
275 def __init__(self, layer, trainable): argument
294 trainable=True, argument
359 trainable=True, argument
498 trainable=True, argument
613 trainable=True, argument
797 trainable=True, argument
2630 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument
2734 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument
2787 trainable=None): argument
[all …]
/external/tensorflow/tensorflow/python/keras/layers/
Dkernelized_test.py120 def test_random_features_properties(self, initializer, scale, trainable): argument
134 def test_call(self, initializer, trainable): argument
223 def test_get_config(self, output_dim, initializer, scale, trainable): argument
253 def test_from_config(self, output_dim, initializer, scale, trainable): argument
282 scale, trainable): argument
Dnormalization.py184 trainable=True, argument
281 def trainable(self): member in BatchNormalizationBase
285 def trainable(self, value): member in BatchNormalizationBase
Dkernelized.py155 trainable=False, argument
/external/tensorflow/tensorflow/python/keras/legacy_tf_layers/
Dconvolutional.py99 trainable=True, argument
139 trainable=True, argument
304 trainable=True, argument
344 trainable=True, argument
517 trainable=True, argument
557 trainable=True, argument
736 trainable=True, argument
851 trainable=True, argument
900 trainable=True, argument
1023 trainable=True, argument
[all …]
Dnormalization.py142 trainable=True, argument
191 trainable=True, argument
Dcore.py95 trainable=True, argument
125 trainable=True, argument
Dbase.py194 def __init__(self, trainable=True, name=None, dtype=None, argument
328 trainable=None, argument
/external/tensorflow/tensorflow/python/tpu/
Dfeature_column.py372 trainable=True, argument
401 trainable=True, argument
453 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument
477 self, inputs, weight_collections=None, trainable=None): argument
518 trainable=True, argument
544 trainable=True, argument
592 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument
615 self, inputs, weight_collections=None, trainable=None): argument
Dfeature_column_v2_test.py51 def __init__(self, trainable=True): argument
60 trainable=True, argument
Dfeature_column_v2.py509 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument
564 self, inputs, weight_collections=None, trainable=None): argument
978 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument
/external/tensorflow/tensorflow/python/kernel_tests/
Dtemplate_test.py39 def variable_scoped_function(trainable=True): argument
51 def function_with_create(trainable): argument
58 def function_with_side_create(trainable, name="side"): argument
395 def variable_scoped_function_no_return_value(trainable=True): argument
/external/tensorflow/tensorflow/python/keras/feature_column/
Ddense_features_v2.py63 trainable=True, argument
Dsequence_feature_column.py87 trainable=True, argument
Ddense_features_test.py893 def _test_dense_features(self, trainable=True): argument
1024 def test_get_config(self, trainable, name): argument
1045 def test_from_config(self, trainable, name): argument
Dsequence_feature_column_test.py578 def test_get_config(self, trainable, name): argument
593 def test_from_config(self, trainable, name): argument
Ddense_features.py71 trainable=True, argument
Dbase_feature_layer.py54 trainable, argument
/external/tensorflow/tensorflow/python/ops/
Dvariable_scope.py317 trainable=None, argument
466 trainable=None, argument
601 trainable=None, argument
828 trainable=None, argument
1274 trainable=None, argument
1345 trainable=None, argument
1567 trainable=None, argument
1711 trainable=False, # pylint: disable=unused-argument argument
1755 trainable=True, argument
Dpartitioned_variables.py246 trainable=True, collections=None, name=None, reuse=None): argument
Dvariables.py151 def validate_synchronization_aggregation_trainable(synchronization, aggregation, argument
184 trainable=None, argument
225 trainable=None, argument
371 trainable=None, argument
482 def trainable(self): member in Variable
1464 trainable=None, argument
1562 trainable=None, argument
1681 trainable=None, argument
1973 def trainable(self): member in RefVariable
/external/tensorflow/tensorflow/core/framework/
Dvariable.proto66 bool trainable = 7; field
/external/tensorflow/tensorflow/python/keras/engine/
Dbase_layer_v1.py151 def __init__(self, trainable=True, name=None, dtype=None, dynamic=False, argument
299 def _add_trackable(self, trackable_object, trainable): argument
325 trainable=None, argument
876 def trainable(self): member in Layer
880 def trainable(self, value): member in Layer
Dbase_layer.py331 trainable=True, argument
504 def _add_trackable(self, trackable_object, trainable): argument
530 trainable=None, argument
1301 def trainable(self): member in Layer
1305 def trainable(self, value): member in Layer
3171 trainable=True, argument

12