Home
last modified time | relevance | path

Searched refs:IsSameType (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dtensor_testutil.cc25 static ::testing::AssertionResult IsSameType(const Tensor& x, const Tensor& y) { in IsSameType() function
173 ASSERT_TRUE(IsSameType(x, y)); in ExpectEqual()
225 ASSERT_TRUE(IsSameType(x, y)); in ExpectClose()
/external/vixl/src/aarch64/
Dregisters-aarch64.h227 bool IsSameType(const CPURegister& other) const { in IsSameType() function
239 return IsSameType(other) && (size_ == other.size_); in IsSameSizeAndType()
Doperands-aarch64.h938 GetCPURegister().IsSameType(other.GetCPURegister()); in IsSameCPURegisterType()