Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dops_test.py329 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 Dexecute.py225 def args_to_matching_eager(l, ctx, allowed_dtypes, default_dtype=None): function
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dconstant_op.py38 attr_tshape, (shape,) = execute.args_to_matching_eager(