Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/python/feature_column/
Dserialization_test.py125 def test_get_config(self, trainable, name): argument
146 def test_from_config(self, trainable, name): argument
189 def test_get_config(self, trainable, name): argument
204 def test_from_config(self, trainable, name): argument
224 def test_get_config(self, units, sparse_combiner, trainable, name): argument
246 def test_from_config(self, units, sparse_combiner, trainable, name): argument
Dfeature_column.py175 trainable=True, argument
238 trainable=True, argument
316 trainable=True, argument
375 trainable=True, argument
540 trainable=True, argument
586 trainable=True, argument
630 trainable=True, argument
824 trainable=True, argument
1701 trainable=True, argument
1888 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument
[all …]
Dfeature_column_v2.py195 trainable=True, argument
268 def __init__(self, layer, trainable): argument
290 trainable=True, argument
345 trainable=True, argument
389 trainable, argument
485 trainable=True, argument
644 trainable=True, argument
853 trainable=True, argument
968 trainable=True, argument
1152 trainable=True, argument
[all …]
Ddense_features_v2.py62 trainable=True, argument
Ddense_features.py70 trainable=True, 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
205 def test_get_config(self, output_dim, initializer, scale, trainable): argument
236 def test_from_config(self, output_dim, initializer, scale, trainable): argument
266 scale, trainable): argument
Dnormalization.py192 trainable=True, argument
280 def trainable(self): member in BatchNormalizationBase
284 def trainable(self, value): member in BatchNormalizationBase
964 trainable=True, argument
Dnormalization_v2.py130 trainable=True, argument
Dkernelized.py135 trainable=False, 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
127 trainable=True, argument
Dnormalization.py142 trainable=True, argument
196 trainable=True, argument
Dbase.py191 def __init__(self, trainable=True, name=None, dtype=None, argument
322 trainable=None, argument
/external/tensorflow/tensorflow/python/tpu/
Dfeature_column.py366 trainable=True, argument
393 trainable=True, argument
440 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument
462 self, inputs, weight_collections=None, trainable=None): argument
501 trainable=True, argument
527 trainable=True, argument
575 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument
598 self, inputs, weight_collections=None, trainable=None): 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
420 def variable_scoped_function_no_return_value(trainable=True): argument
/external/tensorflow/tensorflow/python/keras/utils/
Dlayer_utils.py275 def gather_trainable_weights(trainable, sub_layers, extra_variables): argument
298 def gather_non_trainable_weights(trainable, sub_layers, extra_variables): argument
/external/tensorflow/tensorflow/python/training/tracking/
Dlayer_utils.py254 def gather_trainable_weights(trainable, sub_layers, extra_variables): argument
277 def gather_non_trainable_weights(trainable, sub_layers, extra_variables): argument
/external/tensorflow/tensorflow/examples/saved_model/integration_tests/
Duse_mnist_cnn.py72 def make_feature_extractor(saved_model_path, trainable, argument
/external/tensorflow/tensorflow/python/ops/
Dvariable_scope.py294 trainable=None, argument
443 trainable=None, argument
578 trainable=None, argument
805 trainable=None, argument
1254 trainable=None, argument
1325 trainable=None, argument
1547 trainable=None, argument
1691 trainable=False, # pylint: disable=unused-argument argument
1735 trainable=True, argument
Dpartitioned_variables.py246 trainable=True, collections=None, name=None, reuse=None): argument
Dvariables.py150 def validate_synchronization_aggregation_trainable(synchronization, aggregation, argument
183 trainable=None, argument
224 trainable=None, argument
369 trainable=None, argument
480 def trainable(self): member in Variable
1470 trainable=None, argument
1568 trainable=None, argument
1687 trainable=None, argument
1974 def trainable(self): member in RefVariable
/external/tensorflow/tensorflow/core/framework/
Dvariable.proto67 bool trainable = 7; field
/external/tensorflow/tensorflow/python/keras/engine/
Dbase_layer.py170 def __init__(self, trainable=True, name=None, dtype=None, dynamic=False, argument
294 def _add_trackable(self, trackable_object, trainable): argument
320 trainable=None, argument
875 def trainable(self): member in Layer
879 def trainable(self, value): member in Layer
2588 trainable=True, argument
/external/tensorflow/tensorflow/core/protobuf/
Dsaved_object_graph.proto138 bool trainable = 3; field
/external/tensorflow/tensorflow/python/eager/benchmarks/resnet50/
Dresnet50.py203 trainable=True, argument

12