SelfAttention ============= .. currentmodule:: tfts.layers.attention_layer .. autoclass:: SelfAttention :members: :show-inheritance: :exclude-members: __init__ :inherited-members: .. rubric:: Methods .. autosummary:: ~SelfAttention.add_loss ~SelfAttention.add_metric ~SelfAttention.add_variable ~SelfAttention.add_weight ~SelfAttention.build ~SelfAttention.build_from_config ~SelfAttention.call ~SelfAttention.compute_mask ~SelfAttention.compute_output_shape ~SelfAttention.compute_output_spec ~SelfAttention.count_params ~SelfAttention.from_config ~SelfAttention.get_build_config ~SelfAttention.get_config ~SelfAttention.get_weights ~SelfAttention.load_own_variables ~SelfAttention.quantize ~SelfAttention.quantized_build ~SelfAttention.quantized_call ~SelfAttention.rematerialized_call ~SelfAttention.save_own_variables ~SelfAttention.set_weights ~SelfAttention.stateless_call ~SelfAttention.symbolic_call .. rubric:: Attributes .. autosummary:: ~SelfAttention.compute_dtype ~SelfAttention.dtype ~SelfAttention.dtype_policy ~SelfAttention.input ~SelfAttention.input_dtype ~SelfAttention.input_spec ~SelfAttention.losses ~SelfAttention.metrics ~SelfAttention.metrics_variables ~SelfAttention.non_trainable_variables ~SelfAttention.non_trainable_weights ~SelfAttention.output ~SelfAttention.path ~SelfAttention.quantization_mode ~SelfAttention.supports_masking ~SelfAttention.trainable ~SelfAttention.trainable_variables ~SelfAttention.trainable_weights ~SelfAttention.variable_dtype ~SelfAttention.variables ~SelfAttention.weights