Baremetal-NN
Baremetal-NN API documentation
Loading...
Searching...
No Matches
interpolate.h
Go to the documentation of this file.
1#ifndef __NN_INTERPOLATE_H
2#define __NN_INTERPOLATE_H
3
4#include <assert.h>
5#include <string.h>
6
7#include "tensor.h"
8
9
19void NN_interpolate(Tensor *out, const Tensor *in, const float *scale_factor/*, const char* mode*/);
20
21
22#endif // __NN_INTERPOLATE_H
void NN_interpolate(Tensor *out, const Tensor *in, const float *scale_factor)
Definition: tensor.h:36