Home
last modified time | relevance | path

Searched defs:assert_string_equal (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dstring_ngrams_op_test.cc54 void assert_string_equal(const std::vector<tstring> &expected, in assert_string_equal() function in tensorflow::text::NgramKernelTest
/aosp_15_r20/external/pytorch/torch/_numpy/testing/
H A Dutils.py1044 def assert_string_equal(actual, desired): function