Home
last modified time | relevance | path

Searched refs:binary_elementwise_apis (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Ddispatch_test.py1011 self.assertIn(math_ops.add, dispatch.binary_elementwise_apis())
1012 self.assertIn(math_ops.multiply, dispatch.binary_elementwise_apis())
H A Ddispatch.py964 def binary_elementwise_apis(): function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Dragged_dispatch_test.py613 dispatch.binary_elementwise_apis()) -