Baremetal-NN
Baremetal-NN API documentation
Loading...
Searching...
No Matches
mul.h File Reference
#include <assert.h>
#include <float.h>
#include "tensor.h"
#include "ops/mul.h"
#include "ops/mul1.h"
Include dependency graph for mul.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void NN_mul (Tensor *out, const Tensor *a, const Tensor *b)
 
void NN_mul1 (Tensor *out, const Tensor *in, float scalar)
 
void NN_mul_inplace (Tensor *b, const Tensor *a)
 
void NN_mul1_inplace (Tensor *b, float scalar)