Searched refs:_add_dispatch_for_binary_elementwise_api (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/util/ |
H A D | dispatch.py | 845 _add_dispatch_for_binary_elementwise_api(api, x_type, y_type, handler) 914 _add_dispatch_for_binary_elementwise_api(api, x_type, y_type, handler) 935 _add_dispatch_for_binary_elementwise_api(func, args[0], args[1], handler) 955 _add_dispatch_for_binary_elementwise_api(func, args[0], args[1], handler) 1006 def _add_dispatch_for_binary_elementwise_api(api, x_type, y_type, function
|