Searched refs:args_to_matching_eager (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/eager/ |
D | ops_test.py | 323 t, r = execute.args_to_matching_eager([[3, 4]], ctx, dtypes.int32) 326 t, r = execute.args_to_matching_eager([[3, 4]], ctx, dtypes.int64) 330 t, r = execute.args_to_matching_eager(
|
D | execute.py | 170 def args_to_matching_eager(l, ctx, default_dtype=None): function
|
/external/tensorflow/tensorflow/python/framework/ |
D | constant_op.py | 43 attr_tshape, (shape,) = execute.args_to_matching_eager(
|