23#ifndef __NNFW_MISC_TENSOR_READER_H__
24#define __NNFW_MISC_TENSOR_READER_H__
51 virtual T
at(
const Index &index)
const = 0;
This file contains nnfw::misc::tensor::Index struct.
Struct to represent index of each dimension of a tensor.
Struct to read element of tensor.
virtual ~Reader()=default
Destroy the Reader object.
virtual T at(const Index &index) const =0
Get an element of tensor.