Searched defs:assertAllEqual (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/ |
H A D | test_base.h | 74 static void assertAllEqual(const std::vector<T>& vec, const T& val) { in assertAllEqual() function 81 static void assertAllEqual(const std::vector<T>& v1, const std::vector<T>& v2) { in assertAllEqual() function
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/structured/ |
H A D | structured_tensor_slice_test.py | 125 def assertAllEqual(self, a, b, msg=None): member in StructuredTensorSliceTest
|
H A D | structured_tensor_spec_test.py | 60 def assertAllEqual(self, a, b, msg=None): member in StructuredTensorSpecTest
|
H A D | structured_array_ops_test.py | 45 def assertAllEqual(self, a, b, msg=None): member in StructuredArrayOpsTest
|
H A D | structured_tensor_test.py | 81 def assertAllEqual(self, a, b, msg=None): member in StructuredTensorTest
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/strings_ops/ |
H A D | unicode_encode_op_test.py | 34 def assertAllEqual(self, rt, expected): member in UnicodeEncodeOpTest
|
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ |
H A D | test_util.py | 3157 def assertAllEqual(self, a, b, msg=None): member in TensorFlowTestCase
|