ONE - On-device Neural Engine
Loading...
Searching...
No Matches
Slice.cpp File Reference
#include "kernels/Slice.h"
#include "Utils.h"
#include "PALSlice.h"
#include <cassert>
#include <cstring>

Go to the source code of this file.

Namespaces

namespace  luci_interpreter
 
namespace  luci_interpreter::kernels
 

Functions

template<typename T >
Shape luci_interpreter::kernels::calculateOutputShape (const Tensor *input, const Tensor *begin, const Tensor *size)
 
template<typename T >
void luci_interpreter::kernels::getBeginAndSizeVectors (int dimensions, const Tensor *begin, const Tensor *size, std::vector< int > *begins, std::vector< int > *sizes)
 

Variables

const int luci_interpreter::kernels::max_dim = 4