Searched defs:DataView (Results 1 – 4 of 4) sorted by relevance
65 struct DataView { struct66 vector<uint8_t> buffer; // previously buffered data from cycle n-167 const vector<uint8_t>& data; // current data in cycle n.68 uint32_t start; // start of the view69 size_t length; // length of the view
54 struct DataView struct in arm_compute::experimental::dynamic_fusion::__anonca564a990111::ClAuxTensors57 DataView(CLTensor *tensor, const TensorInfo &tensor_info, const AuxMemoryInfo &memory_info) in DataView() function66 CLTensor *tensor{}; /**< Pointer to the auxiliary tensor */67 TensorInfo tensor_info{}; /**< Associated tensor info */68 AuxMemoryInfo memory_info{}; /**< Memory requirement */
33 using DataView = typename StructType::DataView; typedef38 using DataView = native::NativeStructDataView; typedef