﻿teras.models.TabNetDecoder
==========================

.. currentmodule:: teras.models

.. autoclass:: TabNetDecoder

   
   .. automethod:: __init__

   
   .. rubric:: Methods

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

   
   
   .. rubric:: Attributes

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