Revise the docstring for ExpectEqual()

This commit is contained in:
Fei Hu 2019-04-23 11:31:07 -07:00
parent d469a23e1e
commit 9ea146a83b

View File

@ -52,7 +52,7 @@ class DatasetOpsTestBase : public ::testing::Test {
static Status ExpectEqual(const Tensor& a, const Tensor& b);
// The method validates whether the two tensor vectors have the same tensors.
// If `compare_order` is false, the method will only evaluate the two
// If `compare_order` is false, the method will only evaluate whether the two
// vectors have the same elements regardless of order.
static Status ExpectEqual(std::vector<Tensor> produced_tensors,
std::vector<Tensor> expected_tensors,