Baremetal-NN
Baremetal-NN API documentation
Loading...
Searching...
No Matches
fill.h
Go to the documentation of this file.
1#ifndef __NN_FILL_H
2#define __NN_FILL_H
3
4#include <assert.h>
5#include <math.h>
6
7#include "tensor.h"
8#include "ops/fill.h"
9
16void NN_fill(Tensor *tensor, float value);
17
18
19#endif // __NN_FILL_H
void NN_fill(Tensor *tensor, float value)
Definition: tensor.h:36