Home
last modified time | relevance | path

Searched defs:trainable (Results 1 – 25 of 50) 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.py192 trainable=True, argument
284 def __init__(self, layer, trainable): argument
303 trainable=True, argument
526 trainable=True, argument
641 trainable=True, argument
825 trainable=True, argument
2701 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument
2805 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument
2858 trainable=None): argument
2908 trainable, argument
[all …]
/external/tensorflow/tensorflow/python/keras/layers/
Dkernelized_test.py115 def test_random_features_properties(self, initializer, scale, trainable): argument
129 def test_call(self, initializer, trainable): argument
218 def test_get_config(self, output_dim, initializer, scale, trainable): argument
248 def test_from_config(self, output_dim, initializer, scale, trainable): argument
277 scale, trainable): argument
Dkernelized.py150 trainable=False, argument
/external/tensorflow/tensorflow/python/keras/legacy_tf_layers/
Dconvolutional.py100 trainable=True, argument
141 trainable=True, argument
307 trainable=True, argument
348 trainable=True, argument
522 trainable=True, argument
563 trainable=True, argument
743 trainable=True, argument
859 trainable=True, argument
909 trainable=True, argument
1033 trainable=True, argument
[all …]
Dvariable_scope_shim.py105 def validate_synchronization_aggregation_trainable( argument
165 trainable=None, argument
308 trainable=None, argument
401 trainable=None, argument
Dnormalization.py143 trainable=True, argument
193 trainable=True, argument
Dcore.py97 trainable=True, argument
128 trainable=True, argument
Dbase.py199 def __init__(self, trainable=True, name=None, dtype=None, argument
333 trainable=None, argument
/external/tensorflow/tensorflow/python/tpu/
Dfeature_column.py372 trainable=True, argument
402 trainable=True, argument
454 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument
478 self, inputs, weight_collections=None, trainable=None): argument
519 trainable=True, argument
545 trainable=True, argument
593 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument
616 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.py511 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument
566 self, inputs, weight_collections=None, trainable=None): argument
981 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument
/external/tensorflow/tensorflow/python/keras/feature_column/
Ddense_features_v2.py65 trainable=True, argument
109 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
Dsequence_feature_column.py87 trainable=True, argument
Ddense_features.py71 trainable=True, argument
Dbase_feature_layer.py57 trainable, 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
456 def variable_scoped_function_no_return_value(trainable=True): argument
/external/tensorflow/tensorflow/python/ops/
Dvariable_scope.py319 trainable=None, argument
468 trainable=None, argument
603 trainable=None, argument
830 trainable=None, argument
1276 trainable=None, argument
1347 trainable=None, argument
1569 trainable=None, argument
1713 trainable=False, # pylint: disable=unused-argument argument
1757 trainable=True, argument
Dpartitioned_variables.py246 trainable=True, collections=None, name=None, reuse=None): argument
Dvariables.py158 def validate_synchronization_aggregation_trainable(synchronization, aggregation, argument
191 trainable=None, argument
232 trainable=None, argument
377 trainable=None, argument
489 def trainable(self): member in Variable
1468 trainable=None, argument
1566 trainable=None, argument
1685 trainable=None, argument
1977 def trainable(self): member in RefVariable
/external/tensorflow/tensorflow/core/framework/
Dvariable.proto66 bool trainable = 7; field
/external/tensorflow/tensorflow/python/keras/layers/normalization/
Dbatch_normalization.py180 trainable=True, argument
279 def trainable(self): member in BatchNormalizationBase
283 def trainable(self, value): member in BatchNormalizationBase
/external/tensorflow/tensorflow/python/keras/engine/
Dbase_layer_v1.py146 def __init__(self, trainable=True, name=None, dtype=None, dynamic=False, argument
294 def _add_trackable(self, trackable_object, trainable): argument
323 trainable=None, argument
876 def trainable(self): member in Layer
880 def trainable(self, value): member in Layer

12