Searched defs:save_state (Results 1 - 8 of 8) sorted by relevance

/external/autotest/client/site_tests/power_CPUFreq/
H A Dpower_CPUFreq.py66 cpu.save_state()
97 cpu.save_state()
141 def save_state(self): member in class:cpufreq
/external/autotest/server/cros/
H A Ddebugd_dev_tools.py174 - save_state(): record the current tool state on the host.
194 self.save_state()
220 def save_state(self): member in class:DevTool
393 def save_state(self): member in class:BootFromUsbTool
434 def save_state(self): member in class:SshServerTool
475 def save_state(self): member in class:SystemPasswordTool
/external/tensorflow/tensorflow/contrib/training/python/training/
H A Dsequence_queueing_state_saver.py536 a previous iteration via `save_state` control flow.
556 def save_state(self, state_name, value, name=None): member in class:NextQueuedSequenceBatch
644 `batch.save_state()` must be called which is done by the state_saving_rnn.
668 * `save_state` (to save the states for the next segments of these entries)
779 which can be accessed via the `state` and `save_state` methods.
926 Also provides access to the `state` and `save_state` methods.
934 `next_batch()`, `batch.save_state()` must be called which is done by the
1312 is contained has initial_states as entry of the `state`. If save_state is
1399 which can be accessed via the `state` and `save_state` methods.
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.h63 struct nv50_graph_state save_state; member in struct:nv50_screen
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.h64 struct nvc0_graph_state save_state; member in struct:nvc0_screen
/external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/
H A Dcore_rnn_test.py141 def save_state(self, name, state): member in class:TestStateSaver
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.h69 struct save_state struct
418 struct save_state Save[MAX_META_OPS_DEPTH];
/external/libcxx/src/
H A Dlocale.cpp1546 mbstate_t save_state = st; local
1554 n = __libcpp_wcrtomb_l(to_nxt, *frm, &save_state, __l);
1603 mbstate_t save_state = st; local
1612 &save_state, __l);

Completed in 489 milliseconds