Home
last modified time | relevance | path

Searched defs:_get_noise_shape (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/keras/layers/
H A Dcore.py198 def _get_noise_shape(self, inputs): member in Dropout
275 def _get_noise_shape(self, inputs): member in SpatialDropout1D
332 def _get_noise_shape(self, inputs): member in SpatialDropout2D
390 def _get_noise_shape(self, inputs): member in SpatialDropout3D
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dnn_ops.py5339 def _get_noise_shape(x, noise_shape): function