Implicit broadcast specification. More...
#include <attr_types.hpp>
Public Member Functions | |
| BroadcastModeSpec (BroadcastType type) | |
| BroadcastModeSpec (const char *type) | |
| BroadcastModeSpec (BroadcastType type, int64_t axis) | |
| bool | operator== (const BroadcastModeSpec &a) const |
Data Fields | |
| BroadcastType | m_type |
| int64_t | m_axis |
Implicit broadcast specification.