oclcv ~master (2025-11-11T23:43:45.2867646)
Dub
Repo
Convolution
oclcv
convolution
Undocumented in source.
final
class
Convolution {
this
(int inputHeight, int inputWidth, int inputDepth, int filterHeight, int filterWidth, CLContext ctx);
~this
();
bool
initialize
(CLContext ctx);
CLBuffer
run
(CLBuffer d_src, CLBuffer d_filter);
void
_conv
();
}
Constructors
this
this
(int inputHeight, int inputWidth, int inputDepth, int filterHeight, int filterWidth, CLContext ctx)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
_conv
void
_conv
()
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
bool
initialize
(CLContext ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
run
CLBuffer
run
(CLBuffer d_src, CLBuffer d_filter)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
oclcv
convolution
classes
Convolution