Searched refs:gelu (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/python/keras/ |
D | activations_test.py | 183 def gelu(x, approximate=False): function 192 f = backend.function([x], [activations.gelu(x)]) 195 expected = gelu(test_values) 198 f = backend.function([x], [activations.gelu(x, True)]) 201 expected = gelu(test_values, True)
|
D | activations.py | 312 def gelu(x, approximate=False): function 347 return nn.gelu(x, approximate)
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.keras.activations.pbtxt | 16 name: "gelu"
|
D | tensorflow.nn.pbtxt | 172 name: "gelu"
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | pattern_utils_test.cc | 59 auto gelu = in GetMatMulBiasAddGeluGraph() local 61 auto fetch = ops::Identity(s.WithOpName("fetch"), gelu); in GetMatMulBiasAddGeluGraph()
|
/external/tensorflow/tensorflow/python/ops/ |
D | nn_test.py | 1071 def gelu(x, approximate=False): function 1081 y = gelu(x) 1082 z = self.evaluate(nn_ops.gelu(x)) 1085 y = gelu(x, True) 1086 z = self.evaluate(nn_ops.gelu(x, True))
|
D | nn_ops.py | 3506 def gelu(features, approximate=False, name=None): function
|
/external/hyphenation-patterns/nn/ |
D | hyph-nn.pat.txt | 7904 4gelu
|
/external/hyphenation-patterns/nb/ |
D | hyph-nb.pat.txt | 7904 4gelu
|