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

  /frameworks/av/media/libaudioprocessing/
AudioResamplerCubic.cpp 101 goto save_state; // ugly, but efficient
113 save_state:
169 goto save_state; // ugly, but efficient
180 save_state:
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/h/
STreeParser.h 53 #define _GUESS {save_state(&_st); \
106 void save_state(STreeParser *);
  /external/autotest/server/cros/
debugd_dev_tools.py 174 - 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/autotest/client/site_tests/power_CPUFreq/
power_CPUFreq.py 66 cpu.save_state()
97 cpu.save_state()
141 def save_state(self): member in class:cpufreq
  /external/tensorflow/tensorflow/contrib/training/python/training/
sequence_queueing_state_saver_test.py 101 next_batch.save_state("state1", next_batch.state("state1") + 1),
102 next_batch.save_state("state2", next_batch.state("state2") - 1)))
139 next_batch.save_state("state1", next_batch.state("state1") + 1),
140 next_batch.save_state("state2", next_batch.state("state2") - 1)))
309 save_op = next_batch.save_state("state2", None)
311 save_op = next_batch.save_state("state1", np.random.rand(1, 1))
316 save_op = next_batch.save_state("state1", state_input)
365 update_1 = next_batch.save_state("state1", 1 + next_batch.state("state1"))
366 update_2 = next_batch.save_state("state2",
518 update = next_batch.save_state("state1", 1 + next_batch.state("state1")
    [all...]
batch_sequences_with_states_test.py 130 state1_update = next_batch.save_state("state1", state1 + 1)
131 state2_update = next_batch.save_state("state2", state2 - 1)
sequence_queueing_state_saver.py 536 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.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
STreeParser.cpp 93 save_state(STreeParser *buf) function in class:STreeParser
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_screen.h 63 struct nv50_graph_state save_state; member in struct:nv50_screen
nv50_context.c 177 nv50->screen->save_state = nv50->state;
335 nv50->state = screen->save_state;
nv50_state_validate.c 455 ctx_to->state = ctx_to->screen->save_state;
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_screen.h 64 struct nvc0_graph_state save_state; member in struct:nvc0_screen
nvc0_context.c 198 nvc0->screen->save_state = nvc0->state;
199 nvc0->screen->save_state.tfb = NULL;
432 nvc0->state = screen->save_state;
nvc0_screen.c     [all...]
nvc0_state_validate.c 801 ctx_to->state = ctx_to->screen->save_state;
  /external/tensorflow/tensorflow/python/ops/
rnn.py     [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.h 69 struct save_state struct
418 struct save_state Save[MAX_META_OPS_DEPTH];
meta.c 425 struct save_state *save;
817 struct save_state *save = &ctx->Meta->Save[ctx->Meta->SaveStackDepth - 1];
    [all...]
  /external/libcxx/src/
locale.cpp 1546 mbstate_t save_state = st; local
1603 mbstate_t save_state = st; local
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
locale.cpp 1548 mbstate_t save_state = st; local
1605 mbstate_t save_state = st; local
    [all...]
  /external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/
core_rnn_test.py 141 def save_state(self, name, state): member in class:TestStateSaver
    [all...]

Completed in 1240 milliseconds