tf.BaseLayer module

tf.BaseLayer module

class tf.BaseLayer.BaseLayer(*args: Any, **kwargs: Any)

Bases: tensorflow.keras.layers.Layer

Base layer for the reference models.

Parameters
  • boundary_casting (bool) – If True, outputs the values in half precision and casts the input values up to full precision.

  • tf_summary (bool) – If True, saves the activations with summary_layer.

call()