Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
Dmodel.py719 static_unroll = False
725 static_unroll = False
728 static_unroll = True
731 static_unroll = False
780 if static_unroll:
792 if static_unroll:
807 if static_unroll:
/external/tensorflow/tensorflow/python/kernel_tests/
Dcontrol_flow_ops_py_test.py4497 static_unroll=False, argument
4531 if static_unroll:
4558 duration = self._runOneBenchmark("cpu", iters, static_unroll=False)
4565 duration = self._runOneBenchmark("gpu", iters, static_unroll=False)
4572 duration = self._runOneBenchmark("cpu", iters, static_unroll=True)
4579 duration = self._runOneBenchmark("gpu", iters, static_unroll=True)