Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
conv2d
Interface
23 statements
Source File
athena_diffstruc_extd.f90
athena__diffstruc_extd
conv2d
Contents
None
interface
public module function conv2d(input, kernel, stride, dilation) result(output)
Implementation →
Arguments
Type
Intent
Optional
Attributes
Name
type(array_type),
intent(in),
target
::
input
type(array_type),
intent(in),
target
::
kernel
integer,
intent(in),
dimension(2)
::
stride
integer,
intent(in),
dimension(2)
::
dilation
Return Value
type(array_type),pointer