AI Engine API User Guide (AIE-API) 2025.1
Loading...
Searching...
No Matches
aie::TensorBufferStream Concept Reference

Detailed Description

Concept for a tensor buffer stream.

Concept definition

template<typename T>
concept aie::TensorBufferStream = detail::is_tbs_v<T>
Concept for a tensor buffer stream.
Definition concepts.hpp:393