Dropout layer. Args: inputs: tensor is_training: boolean tf.Variable scope: string keep_prob: float in [0,1] noise_shape: list of ints Returns: tensor variable
(inputs,
is_training,
scope,
keep_prob=0.5,
noise_shape=None)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected