﻿teras.models.TVAE
=================

.. currentmodule:: teras.models

.. autoclass:: TVAE

   
   .. automethod:: __init__

   
   .. rubric:: Methods

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

   
   
   .. rubric:: Attributes

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