Public Member Functions | Data Fields
ngraph::op::BroadcastModeSpec Struct Reference

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
 

Detailed Description

Implicit broadcast specification.


The documentation for this struct was generated from the following file: