Revise the docstring for ExpectEqual()
This commit is contained in:
parent
d469a23e1e
commit
9ea146a83b
@ -52,7 +52,7 @@ class DatasetOpsTestBase : public ::testing::Test {
|
|||||||
static Status ExpectEqual(const Tensor& a, const Tensor& b);
|
static Status ExpectEqual(const Tensor& a, const Tensor& b);
|
||||||
|
|
||||||
// The method validates whether the two tensor vectors have the same tensors.
|
// 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.
|
// vectors have the same elements regardless of order.
|
||||||
static Status ExpectEqual(std::vector<Tensor> produced_tensors,
|
static Status ExpectEqual(std::vector<Tensor> produced_tensors,
|
||||||
std::vector<Tensor> expected_tensors,
|
std::vector<Tensor> expected_tensors,
|
||||||
|
Loading…
Reference in New Issue
Block a user