Home
last modified time | relevance | path

Searched refs:args_to_matching_eager (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
Dops_test.py333 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,
Dexecute.py236 def args_to_matching_eager(l, ctx, allowed_dtypes, default_dtype=None): function
/external/tensorflow/tensorflow/python/framework/
Dconstant_op.py42 attr_tshape, (shape,) = execute.args_to_matching_eager(