Searched defs:MeanDescriptor (Results 1 – 3 of 3) sorted by relevance
1139 struct MeanDescriptor : BaseDescriptor struct1141 MeanDescriptor() in MeanDescriptor() function1146 MeanDescriptor(const std::vector<unsigned int>& axis, bool keepDims) in MeanDescriptor() argument1151 bool operator ==(const MeanDescriptor& rhs) const in operator ==()1157 std::vector<unsigned int> m_Axis;1159 bool m_KeepDims;
607 struct MeanDescriptor struct615 bool operator ==(const MeanDescriptor& rhs) const; argument
384 const MeanDescriptor&, // descriptor in IsMeanSupported()