|
25.02
|
#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. More... | |
Definition at line 1659 of file Descriptors.hpp.
|
inline |
Definition at line 1661 of file Descriptors.hpp.
|
inlineexplicit |
Definition at line 1665 of file Descriptors.hpp.
|
inline |
Definition at line 1669 of file Descriptors.hpp.
References BroadcastToDescriptor::m_BroadcastToShape.
| TensorShape m_BroadcastToShape |
Target shape value.
Definition at line 1675 of file Descriptors.hpp.
Referenced by BroadcastToLayer::InferOutputShapes(), and BroadcastToDescriptor::operator==().