Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
H A Done_hot_test_util.cc25 absl::Status OneHotTest(TestExecutionEnvironment* env) { in OneHotTest() function
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/array_ops/
H A Done_hot_op_test.py25 class OneHotTest(test.TestCase): class