Home
last modified time | relevance | path

Searched defs:stateful (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/python/keras/layers/
Dcudnn_recurrent.py60 stateful=False, argument
214 stateful=False, argument
399 stateful=False, argument
Dconvolutional_recurrent.py162 stateful=False, argument
828 def __init__(self,
Drecurrent.py399 stateful=False, argument
1542 stateful=False, argument
2074 stateful=False, argument
2751 stateful=False, argument
Drecurrent_v2.py369 stateful=False, argument
1093 stateful=False, argument
Drecurrent_test.py1082 def test_nested_input_output(self, stateful): argument
1467 def make_model(stateful=False, with_initial_state=False): argument
/external/tensorflow/tensorflow/python/ops/
Dscript_ops.py282 stateful=None, argument
516 def py_func_common(func, inp, Tout, stateful=True, name=None): argument
635 def py_func(func, inp, Tout, stateful=True, name=None): argument
/external/autotest/server/cros/update_engine/
Dupdate_engine_test.py740 stateful=False): argument
/external/tensorflow/tensorflow/python/keras/engine/
Dbase_preprocessing_layer.py62 def __init__(self, stateful=False, streaming=True, **kwargs): argument
Dbase_layer_v1.py868 def stateful(self): member in Layer
872 def stateful(self, value): member in Layer
Dbase_layer.py1293 def stateful(self): member in Layer
1297 def stateful(self, value): member in Layer
Dfunctional_test.py2170 def stateful(self): member in AttrTrackingLayer
/external/tensorflow/tensorflow/python/eager/
Dfunction_test.py886 def stateful(x): function
899 def stateful(x): function