Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/labeled_tensor/
D__init__.py57 round = _core.round_function # pylint: disable=redefined-builtin
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
Dcore.py1106 round_function = define_unary_op('round', math_ops.round) variable
Dcore_test.py715 ('round', None, math_ops.round, core.round_function),