#include <El.hpp>
Go to the source code of this file.
|
| void | apply_elementwise (El::Matrix< uint8_t > &mat, El::Int height, El::Int width, El::Int channels, std::function< void(uint8_t &, El::Int, El::Int, El::Int)> f) |
| |
| void | identity (El::Matrix< uint8_t > &mat, El::Int height, El::Int width, El::Int channels=1) |
| |
| void | zeros (El::Matrix< uint8_t > &mat, El::Int height, El::Int width, El::Int channels=1) |
| |
| void | ones (El::Matrix< uint8_t > &mat, El::Int height, El::Int width, El::Int channels=1) |
| |
| void | print (const El::Matrix< uint8_t > &mat, El::Int height, El::Int width, El::Int channels=1) |
| |
◆ apply_elementwise()
| void apply_elementwise |
( |
El::Matrix< uint8_t > & |
mat, |
|
|
El::Int |
height, |
|
|
El::Int |
width, |
|
|
El::Int |
channels, |
|
|
std::function< void(uint8_t &, El::Int, El::Int, El::Int)> |
f |
|
) |
| |
|
inline |
◆ identity()
| void identity |
( |
El::Matrix< uint8_t > & |
mat, |
|
|
El::Int |
height, |
|
|
El::Int |
width, |
|
|
El::Int |
channels = 1 |
|
) |
| |
|
inline |
◆ ones()
| void ones |
( |
El::Matrix< uint8_t > & |
mat, |
|
|
El::Int |
height, |
|
|
El::Int |
width, |
|
|
El::Int |
channels = 1 |
|
) |
| |
|
inline |
◆ print()
| void print |
( |
const El::Matrix< uint8_t > & |
mat, |
|
|
El::Int |
height, |
|
|
El::Int |
width, |
|
|
El::Int |
channels = 1 |
|
) |
| |
|
inline |
◆ zeros()
| void zeros |
( |
El::Matrix< uint8_t > & |
mat, |
|
|
El::Int |
height, |
|
|
El::Int |
width, |
|
|
El::Int |
channels = 1 |
|
) |
| |
|
inline |