Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
add_bias
Interface
9 statements
Source File
athena_diffstruc_extd.f90
athena__diffstruc_extd
add_bias
Contents
None
interface
public module function add_bias(input, bias, dim, dim_act_on_shape) result(output)
Implementation →
Arguments
Type
Intent
Optional
Attributes
Name
class(array_type),
intent(in),
target
::
input
class(array_type),
intent(in),
target
::
bias
integer,
intent(in)
::
dim
logical,
intent(in),
optional
::
dim_act_on_shape
Return Value
type(array_type),pointer