Searched refs:IsSameType (Results 1 – 3 of 3) sorted by relevance
25 static ::testing::AssertionResult IsSameType(const Tensor& x, const Tensor& y) { in IsSameType() function173 ASSERT_TRUE(IsSameType(x, y)); in ExpectEqual()225 ASSERT_TRUE(IsSameType(x, y)); in ExpectClose()
227 bool IsSameType(const CPURegister& other) const { in IsSameType() function239 return IsSameType(other) && (size_ == other.size_); in IsSameSizeAndType()
938 GetCPURegister().IsSameType(other.GetCPURegister()); in IsSameCPURegisterType()