Lines Matching refs:ELEMENT
105 template <typename RESULT, typename ELEMENT>
106 ConstantBase<RESULT, ELEMENT>::ConstantBase( in ConstantBase()
112 template <typename RESULT, typename ELEMENT>
113 ConstantBase<RESULT, ELEMENT>::~ConstantBase() {} in ~ConstantBase()
115 template <typename RESULT, typename ELEMENT>
116 bool ConstantBase<RESULT, ELEMENT>::operator==(const ConstantBase &that) const { in operator ==()
120 template <typename RESULT, typename ELEMENT>
121 auto ConstantBase<RESULT, ELEMENT>::Reshape( in Reshape()
136 template <typename RESULT, typename ELEMENT>
137 std::size_t ConstantBase<RESULT, ELEMENT>::CopyFrom( in CopyFrom()
138 const ConstantBase<RESULT, ELEMENT> &source, std::size_t count, in CopyFrom()