Home
last modified time | relevance | path

Searched defs:regularizer (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/python/keras/
Dregularizers_test.py58 def test_kernel_regularization(self, regularizer): argument
73 def test_activity_regularization(self, regularizer): argument
Dregularizers.py89 def serialize(regularizer): argument
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dencoders.py37 regularizer=None, argument
95 regularizer=None, argument
Dregularizers.py165 def apply_regularization(regularizer, weights_list=None): argument
Dlayers.py844 regularizer=None, argument
1712 regularizer=None, argument
Dlayers_test.py1691 regularizer = lambda x: math_ops.reduce_sum(x) * 1e-3 function
/external/tensorflow/tensorflow/python/ops/
Dvariable_scope.py288 regularizer=None, argument
440 regularizer=None, argument
575 regularizer=None, argument
805 regularizer=None, argument
1047 regularizer=None, argument
1099 def regularizer(self): member in VariableScope
1137 def set_regularizer(self, regularizer): argument
1179 regularizer=None, argument
1251 regularizer=None, argument
1475 regularizer=None, argument
[all …]
/external/tensorflow/tensorflow/examples/saved_model/integration_tests/
Dexport_mnist_cnn.py53 regularizer = lambda: tf.keras.regularizers.l2(l2_strength) function
73 regularizer = lambda: tf.keras.regularizers.l2(l2_strength) function
Duse_mnist_cnn.py64 regularizer = lambda: tf.keras.regularizers.l2(l2_strength) function
/external/tensorflow/tensorflow/python/layers/
Dcore_test.py186 regularizer = lambda x: math_ops.reduce_sum(x) * 1e-3 function
197 regularizer = lambda x: math_ops.reduce_sum(x) * 1e-3 function
209 regularizer = lambda x: math_ops.reduce_sum(x) * 1e-3 function
222 regularizer = lambda x: math_ops.reduce_sum(x) * 1e-3 function
Dbase_test.py118 regularizer = lambda x: math_ops.reduce_sum(x) * 1e-3 function
163 regularizer = lambda x: math_ops.reduce_sum(x) * 1e-3 function
Dbase.py304 regularizer=None, argument
/external/tensorflow/tensorflow/contrib/framework/python/ops/
Dvariables.py207 regularizer=None, argument
285 regularizer=None, argument
/external/tensorflow/tensorflow/contrib/model_pruning/python/layers/
Dlayers.py43 regularizer=None, argument
/external/tensorflow/tensorflow/python/keras/mixed_precision/experimental/
Dkeras_test.py68 def __init__(self, regularizer=None, use_operator=False, **kwargs): argument
/external/tensorflow/tensorflow/python/keras/engine/
Dbase_layer.py265 regularizer=None, argument
685 def activity_regularizer(self, regularizer): argument
1439 def _handle_weight_regularization(self, name, variable, regularizer): argument
/external/tensorflow/tensorflow/contrib/eager/python/
Dnetwork.py494 regularizer=None, trainable=True, constraint=None): argument