ONE - On-device Neural Engine
|
#include "kernels/BatchMatMul.h"
#include "kernels/Utils.h"
#include "PALBatchMatMul.h"
#include <tensorflow/lite/kernels/internal/reference/transpose.h>
#include <stdexcept>
Go to the source code of this file.
Namespaces | |
namespace | luci_interpreter |
namespace | luci_interpreter::kernels |
Functions | |
void | luci_interpreter::kernels::TransposeRowsColumns (const Tensor *tensor_in, Tensor *tensor_out) |