tf.contrib.layers.RevBlock
Block of reversible layers. See rev_block.
Inherits From: Layer
tf.contrib.layers.RevBlock( f, g, num_layers=1, f_side_input=None, g_side_input=None, use_efficient_backprop=True, name='revblock', **kwargs )
Attributes | |
---|---|
graph | DEPRECATED FUNCTION |
scope_name |
Methods
backward
backward( y1, y2 )
forward
forward( x1, x2 )
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r1.15/api_docs/python/tf/contrib/layers/RevBlock