Searched refs:dispatch_for_api (Results 1 – 16 of 16) sorted by relevance
/external/tensorflow/tensorflow/python/util/ |
D | dispatch_test.py | 351 @dispatch.dispatch_for_api(math_ops.add, { 372 @dispatch.dispatch_for_api(math_ops.add, {"x": MaskedTensor}) 399 @dispatch.dispatch_for_api(math_ops.add, {"x": MaskedTensor}, 422 @dispatch.dispatch_for_api(array_ops.concat, 444 @dispatch.dispatch_for_api(math_ops.add, { 470 @dispatch.dispatch_for_api(math_ops.add) 499 @dispatch.dispatch_for_api( 520 @dispatch.dispatch_for_api(math_ops.add) 538 @dispatch.dispatch_for_api(math_ops.add, {0: MaskedTensor, 1: MaskedTensor}) 556 @dispatch.dispatch_for_api(math_ops.add, { [all …]
|
D | dispatch.py | 251 def dispatch_for_api(api, *signatures): function 980 @dispatch_for_api(api, {x_name: x_type}) 1016 @dispatch_for_api(api, {x_name: x_type, y_name: y_type}) 1080 _update_docstring_with_api_list(dispatch_for_api,
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_math_ops.py | 266 @dispatch.dispatch_for_api(math_ops.unsorted_segment_sum) 280 @dispatch.dispatch_for_api(math_ops.unsorted_segment_prod) 294 @dispatch.dispatch_for_api(math_ops.unsorted_segment_min) 308 @dispatch.dispatch_for_api(math_ops.unsorted_segment_max) 322 @dispatch.dispatch_for_api(math_ops.unsorted_segment_mean) 342 @dispatch.dispatch_for_api(math_ops.unsorted_segment_sqrt_n) 609 @dispatch.dispatch_for_api(math_ops.reduce_sum) 625 @dispatch.dispatch_for_api(math_ops.reduce_prod) 640 @dispatch.dispatch_for_api(math_ops.reduce_min) 655 @dispatch.dispatch_for_api(math_ops.reduce_max) [all …]
|
D | ragged_array_ops.py | 215 @dispatch.dispatch_for_api(array_ops.tile) 389 @dispatch.dispatch_for_api(array_ops.expand_dims_v2) 462 @dispatch.dispatch_for_api(array_ops.expand_dims) 478 @dispatch.dispatch_for_api(array_ops.size_v2) 503 @dispatch.dispatch_for_api(array_ops.size) 514 @dispatch.dispatch_for_api(array_ops.rank) 544 @dispatch.dispatch_for_api(array_ops.one_hot) 679 @dispatch.dispatch_for_api(array_ops.reverse) 875 @dispatch.dispatch_for_api(data_flow_ops.dynamic_partition) 890 @dispatch.dispatch_for_api(array_ops.split) [all …]
|
D | ragged_image_ops.py | 31 @dispatch.dispatch_for_api(image_ops.resize_images_v2) 49 @dispatch.dispatch_for_api(image_ops.resize_images)
|
D | ragged_squeeze_op.py | 29 @dispatch.dispatch_for_api(array_ops.squeeze_v2) 124 @dispatch.dispatch_for_api(array_ops.squeeze)
|
D | ragged_gather_ops.py | 33 @dispatch.dispatch_for_api(array_ops.gather_v2) 325 @dispatch.dispatch_for_api(array_ops.gather) 338 @dispatch.dispatch_for_api(array_ops.gather_nd_v2) 481 @dispatch.dispatch_for_api(array_ops.gather_nd)
|
D | ragged_check_ops.py | 22 @dispatch.dispatch_for_api(check_ops.assert_type)
|
D | ragged_batch_gather_ops.py | 26 @dispatch.dispatch_for_api(array_ops.batch_gather)
|
D | ragged_where_op.py | 30 @dispatch.dispatch_for_api(array_ops.where_v2) 95 @dispatch.dispatch_for_api(array_ops.where)
|
D | ragged_concat_ops.py | 31 @dispatch.dispatch_for_api(array_ops.concat) 74 @dispatch.dispatch_for_api(array_ops.stack)
|
D | ragged_string_ops.py | 663 @dispatch.dispatch_for_api(string_ops.reduce_join_v2) 830 @dispatch.dispatch_for_api(string_ops.string_format) 942 @dispatch.dispatch_for_api(string_ops.string_join)
|
/external/tensorflow/tensorflow/examples/custom_ops_doc/multiplex_3/ |
D | multiplex_3_op.py | 40 @tf.experimental.dispatch_for_api(examples_multiplex_dense)
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.experimental.pbtxt | 36 name: "dispatch_for_api"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.experimental.pbtxt | 52 name: "dispatch_for_api"
|
/external/tensorflow/tensorflow/python/ops/structured/ |
D | structured_array_ops.py | 33 @dispatch.dispatch_for_api(array_ops.shape_v2) 41 @dispatch.dispatch_for_api(array_ops.shape)
|