HomeSort by relevance Sort by last modified time
    Searched refs:static_unrolling_window_size_threshold (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/state_space_models/
state_space_model.py 58 "static_unrolling_window_size_threshold"])):
77 static_unrolling_window_size_threshold=None):
152 static_unrolling_window_size_threshold: Only relevant for the top-level
172 static_unrolling_window_size_threshold)
239 static_unrolling_window_size_threshold=
240 configuration.static_unrolling_window_size_threshold)
    [all...]
state_space_model_test.py 602 def __init__(self, static_unrolling_window_size_threshold=None):
607 static_unrolling_window_size_threshold=
608 static_unrolling_window_size_threshold))
658 static_unrolling_window_size_threshold=2)
  /external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
model.py 368 static_unrolling_window_size_threshold=None):
395 static_unrolling_window_size_threshold: Controls whether a `tf.while_loop`
397 `static_unrolling_window_size_threshold` is None, a `tf.while_loop` is
413 static_unrolling_window_size_threshold)
    [all...]

Completed in 673 milliseconds