linear¶
dragon.vm.tensorflow.keras.activations.linear(x)[source]¶Apply the linear activation to input.
The Linear function is defined as:
Examples:
- Parameters:
- x (dragon.Tensor) – The input tensor.
- Returns:
dragon.Tensor – The output tensor.
dragon.vm.tensorflow.keras.activations.linear(x)[source]¶Apply the linear activation to input.
The Linear function is defined as:
Examples:
dragon.Tensor – The output tensor.