Searched defs:ElementwiseUnaryDescriptor (Results 1 – 3 of 3) sorted by relevance
129 struct ElementwiseUnaryDescriptor : BaseDescriptor struct131 ElementwiseUnaryDescriptor() in ElementwiseUnaryDescriptor() function135 ElementwiseUnaryDescriptor(UnaryOperation operation) in ElementwiseUnaryDescriptor() function139 bool operator ==(const ElementwiseUnaryDescriptor &rhs) const in operator ==()145 UnaryOperation m_Operation;
266 const ElementwiseUnaryDescriptor&, // descriptor in IsElementwiseUnarySupported()346 const ElementwiseUnaryDescriptor&, // descriptor in IsLogicalUnarySupported()
690 struct ElementwiseUnaryDescriptor struct697 bool operator ==(const ElementwiseUnaryDescriptor &rhs) const; argument