Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/tpu/
Dtpu.py1611 maybe_convert = lambda x: None if x is None else ops.convert_to_tensor(x) function
1615 o if isinstance(o, ops.Operation) else maybe_convert(o)