AI Engine API User Guide (AIE) 2023.2
|
Namespaces | |
namespace | aie |
Base namespace for AIE operations and types. | |
namespace | aie::detail |
Macros | |
#define | __AIE_API_DETAIL_MMUL__HPP__ |
Typedefs | |
template<typename TypeA , typename TypeB > | |
using | aie::detail::compute_C_type_t = typename compute_C_type< TypeA, TypeB >::type |
struct aie::detail::compute_C_type< int8, int8 > |
Class Members | ||
---|---|---|
typedef int8 | type |
struct aie::detail::compute_C_type< int8, uint8 > |
Class Members | ||
---|---|---|
typedef int8 | type |
struct aie::detail::compute_C_type< uint8, int8 > |
Class Members | ||
---|---|---|
typedef int8 | type |
struct aie::detail::compute_C_type< uint8, uint8 > |
Class Members | ||
---|---|---|
typedef uint8 | type |
#define __AIE_API_DETAIL_MMUL__HPP__ |