ONE - On-device Neural Engine
Loading...
Searching...
No Matches
BroadcastTo.h File Reference
#include "cker/Types.h"
#include "cker/Shape.h"
#include "cker/Utils.h"
#include "cker/eigen/EigenSupport.h"
#include "cker/operation/Helper/Tensor.h"
#include "cker/operation/Helper/BCast.h"
#include <vector>

Go to the source code of this file.

Data Structures

struct  nnfw::cker::functor::FillFunctor< Device, T >
 
struct  nnfw::cker::functor::FillFunctor< Eigen::ThreadPoolDevice, T >
 
struct  nnfw::cker::functor::BroadcastTo< Device, T >
 

Namespaces

namespace  nnfw
 
namespace  nnfw::cker
 
namespace  nnfw::cker::functor
 

Macros

#define UNUSED(x)   (void)(x)
 

Functions

template<typename T >
void nnfw::cker::BroadcastTo (const Shape &input_shape, T *input_data, const Shape &output_shape, T *output_data)
 

Macro Definition Documentation

◆ UNUSED

#define UNUSED (   x)    (void)(x)

Definition at line 32 of file BroadcastTo.h.