Searched defs:stateful (Results 1 - 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/layers/
H A Dnetwork.py597 def stateful(self): member in class:GraphNetwork
598 return any([(hasattr(layer, 'stateful') and layer.stateful)
652 if not self.trainable and not self.stateful:
/external/tensorflow/tensorflow/python/keras/_impl/keras/engine/
H A Dtopology.py807 def stateful(self): member in class:Network
808 return any([(hasattr(layer, 'stateful') and layer.stateful)
813 if hasattr(layer, 'reset_states') and getattr(layer, 'stateful', False):
818 """Returns the `updates` from all layers that are stateful.
829 if getattr(layer, 'stateful', False):
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 339 milliseconds