Home
last modified time | relevance | path

Searched defs:assertAllEqual (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_base.h74 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 Dstructured_tensor_slice_test.py125 def assertAllEqual(self, a, b, msg=None): member in StructuredTensorSliceTest
H A Dstructured_tensor_spec_test.py60 def assertAllEqual(self, a, b, msg=None): member in StructuredTensorSpecTest
H A Dstructured_array_ops_test.py45 def assertAllEqual(self, a, b, msg=None): member in StructuredArrayOpsTest
H A Dstructured_tensor_test.py81 def assertAllEqual(self, a, b, msg=None): member in StructuredTensorTest
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/strings_ops/
H A Dunicode_encode_op_test.py34 def assertAllEqual(self, rt, expected): member in UnicodeEncodeOpTest
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dtest_util.py3157 def assertAllEqual(self, a, b, msg=None): member in TensorFlowTestCase