Home
last modified time | relevance | path

Searched defs:TestUnary (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/control_flow/
H A Dfunctional_ops_test.py804 def TestUnary(n, x): function
892 def TestUnary(n, x): function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dlayout_normalization_test.cc52 TEST_F(LayoutNormalizationTest, TestUnary) { in TEST_F() argument
/aosp_15_r20/external/pytorch/test/
H A Dtest_maskedtensor.py397 class TestUnary(TestCase): class