Searched refs:args_to_matching_eager (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/eager/ |
D | ops_test.py | 333 t, r = execute.args_to_matching_eager([[3, 4]], ctx, allowed_dtypes, 337 t, r = execute.args_to_matching_eager([[3, 4]], ctx, allowed_dtypes, 342 t, r = execute.args_to_matching_eager([[2**48]], ctx, allowed_dtypes, 350 t, r = execute.args_to_matching_eager([[3, 4]], ctx, allowed_dtypes, 354 t, r = execute.args_to_matching_eager([[3, 4]], ctx, allowed_dtypes, 359 t, r = execute.args_to_matching_eager([], ctx, allowed_dtypes, dtypes.int64) 364 t, r = execute.args_to_matching_eager([['string', 'arg']], ctx,
|
D | execute.py | 236 def args_to_matching_eager(l, ctx, allowed_dtypes, default_dtype=None): function
|
/external/tensorflow/tensorflow/python/framework/ |
D | constant_op.py | 42 attr_tshape, (shape,) = execute.args_to_matching_eager(
|