ONE - On-device Neural Engine
Loading...
Searching...
No Matches
Split.cpp File Reference
#include "Split.h"
#include "Utils.h"
#include "PALSplit.h"

Go to the source code of this file.

Namespaces

namespace  luci_interpreter
 
namespace  luci_interpreter::kernels
 

Macros

#define TF_LITE_SPLIT(scalar)
 

Macro Definition Documentation

◆ TF_LITE_SPLIT

#define TF_LITE_SPLIT (   scalar)
Value:
{ \
VectorOfTensors<scalar, false> all_outputs(_outputs); \
luci_interpreter_pal::Split(params, getTensorShape(input()), getTensorData<scalar>(input()), \
all_outputs.shapes(), all_outputs.data()); \
}