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