﻿teras.models.PCGAIN
===================

.. currentmodule:: teras.models

.. autoclass:: PCGAIN

   
   .. automethod:: __init__

   
   .. rubric:: Methods

   .. autosummary::
   
      ~PCGAIN.__init__
      ~PCGAIN.add_loss
      ~PCGAIN.add_metric
      ~PCGAIN.add_variable
      ~PCGAIN.add_weight
      ~PCGAIN.build
      ~PCGAIN.build_from_config
      ~PCGAIN.call
      ~PCGAIN.compile
      ~PCGAIN.compile_from_config
      ~PCGAIN.compiled_loss
      ~PCGAIN.compute_discriminator_loss
      ~PCGAIN.compute_generator_loss
      ~PCGAIN.compute_loss
      ~PCGAIN.compute_mask
      ~PCGAIN.compute_metrics
      ~PCGAIN.compute_output_shape
      ~PCGAIN.compute_output_spec
      ~PCGAIN.count_params
      ~PCGAIN.evaluate
      ~PCGAIN.export
      ~PCGAIN.fit
      ~PCGAIN.from_config
      ~PCGAIN.get_build_config
      ~PCGAIN.get_compile_config
      ~PCGAIN.get_config
      ~PCGAIN.get_discriminator
      ~PCGAIN.get_generator
      ~PCGAIN.get_layer
      ~PCGAIN.get_metrics_result
      ~PCGAIN.get_weights
      ~PCGAIN.load_own_variables
      ~PCGAIN.load_weights
      ~PCGAIN.loss
      ~PCGAIN.make_predict_function
      ~PCGAIN.make_test_function
      ~PCGAIN.make_train_function
      ~PCGAIN.predict
      ~PCGAIN.predict_on_batch
      ~PCGAIN.predict_step
      ~PCGAIN.quantize
      ~PCGAIN.quantized_call
      ~PCGAIN.reset_metrics
      ~PCGAIN.save
      ~PCGAIN.save_own_variables
      ~PCGAIN.save_weights
      ~PCGAIN.set_weights
      ~PCGAIN.stateless_call
      ~PCGAIN.stateless_compute_loss
      ~PCGAIN.summary
      ~PCGAIN.symbolic_call
      ~PCGAIN.test_on_batch
      ~PCGAIN.test_step
      ~PCGAIN.to_json
      ~PCGAIN.train_on_batch
      ~PCGAIN.train_step
   
   

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      ~PCGAIN.compiled_metrics
      ~PCGAIN.compute_dtype
      ~PCGAIN.distribute_reduction_method
      ~PCGAIN.distribute_strategy
      ~PCGAIN.dtype
      ~PCGAIN.dtype_policy
      ~PCGAIN.input
      ~PCGAIN.input_dtype
      ~PCGAIN.input_spec
      ~PCGAIN.jit_compile
      ~PCGAIN.layers
      ~PCGAIN.losses
      ~PCGAIN.metrics
      ~PCGAIN.metrics_names
      ~PCGAIN.metrics_variables
      ~PCGAIN.non_trainable_variables
      ~PCGAIN.non_trainable_weights
      ~PCGAIN.output
      ~PCGAIN.path
      ~PCGAIN.quantization_mode
      ~PCGAIN.run_eagerly
      ~PCGAIN.supports_masking
      ~PCGAIN.trainable
      ~PCGAIN.trainable_variables
      ~PCGAIN.trainable_weights
      ~PCGAIN.variable_dtype
      ~PCGAIN.variables
      ~PCGAIN.weights
   
   