Searched refs:args_to_matching_eager (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/ |
H A D | ops_test.py | 329 t, r = execute.args_to_matching_eager([[3, 4]], ctx, allowed_dtypes, 333 t, r = execute.args_to_matching_eager([[3, 4]], ctx, allowed_dtypes, 338 t, r = execute.args_to_matching_eager([[2**48]], ctx, allowed_dtypes, 346 t, r = execute.args_to_matching_eager([[3, 4]], ctx, allowed_dtypes, 350 t, r = execute.args_to_matching_eager([[3, 4]], ctx, allowed_dtypes, 355 t, r = execute.args_to_matching_eager([], ctx, allowed_dtypes, dtypes.int64) 360 t, r = execute.args_to_matching_eager([['string', 'arg']], ctx,
|
H A D | execute.py | 225 def args_to_matching_eager(l, ctx, allowed_dtypes, default_dtype=None): function
|
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ |
H A D | constant_op.py | 38 attr_tshape, (shape,) = execute.args_to_matching_eager(
|