|
25.11
|
#include <Descriptors.hpp>
Public Member Functions | |
| BroadcastToDescriptor () | |
| BroadcastToDescriptor (const TensorShape &shape) | |
| bool | operator== (const BroadcastToDescriptor &rhs) const |
| Public Member Functions inherited from BaseDescriptor | |
| virtual bool | IsNull () const |
| virtual | ~BaseDescriptor ()=default |
Public Attributes | |
| TensorShape | m_BroadcastToShape |
| Target shape value. | |
Definition at line 1659 of file Descriptors.hpp.
|
inline |
Definition at line 1661 of file Descriptors.hpp.
References m_BroadcastToShape.
Referenced by operator==().
|
inlineexplicit |
Definition at line 1665 of file Descriptors.hpp.
References m_BroadcastToShape.
|
inline |
Definition at line 1669 of file Descriptors.hpp.
References BroadcastToDescriptor(), and m_BroadcastToShape.
| TensorShape m_BroadcastToShape |
Target shape value.
Definition at line 1675 of file Descriptors.hpp.
Referenced by BroadcastToDescriptor(), BroadcastToDescriptor(), and operator==().