Home
last modified time | relevance | path

Searched refs:slot_idx (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/tests/
Dadadelta_test.py114 for slot_idx in range(2):
117 self.evaluate(slot[slot_idx]),
122 self.evaluate(slot_update[slot_idx]),
/external/tensorflow/tensorflow/python/training/
Dadadelta_test.py129 for slot_idx in range(2):
132 self.evaluate(slot[slot_idx]),
139 self.evaluate(slot_update[slot_idx]),
/external/tensorflow/tensorflow/python/keras/optimizer_v2/
Dadadelta_test.py119 for slot_idx in range(2):
122 self.evaluate(slot[slot_idx]),
129 self.evaluate(slot_update[slot_idx]),
/external/rust/crates/tokio/src/util/
Dslab.rs220 let slot_idx = self.pages[page_idx].slot(addr); in get() localVariable
225 if self.cached[page_idx].init <= slot_idx { in get()
231 if self.cached[page_idx].init <= slot_idx { in get()
242 Some(self.cached[page_idx].get(slot_idx)) in get()
262 for slot_idx in 0..self.cached[page_idx].init { in for_each()
263 f(self.cached[page_idx].get(slot_idx)); in for_each()
/external/libxaac/decoder/
Dixheaacd_esbr_envcal.c97 WORD32 slot_idx; in ixheaacd_sbr_env_calc() local
519 slot_idx = (WORD32)l / rate; in ixheaacd_sbr_env_calc()
525 (*e_gain)[4][k] = nrg_gain_pvc[k][slot_idx]; in ixheaacd_sbr_env_calc()
526 (*noise_buf)[4][k] = noise_level_pvc[k][slot_idx]; in ixheaacd_sbr_env_calc()
533 sb_noise = (nrg_tone_pvc[k][slot_idx] != 0 || noise_absc_flag) in ixheaacd_sbr_env_calc()
540 nrg_tone_pvc[k][slot_idx] * ixheaacd_hphase_tbl[0][harm_index]; in ixheaacd_sbr_env_calc()
543 nrg_tone_pvc[k][slot_idx] * freq_inv * in ixheaacd_sbr_env_calc()
/external/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c596 unsigned slot_idx = tx->info->const_i_base + idx; in nine_integer_constant_src() local
598 slot_idx = tx->slot_map[slot_idx]; in nine_integer_constant_src()
599 src = ureg_src_register(TGSI_FILE_CONSTANT, slot_idx); in nine_integer_constant_src()
601 tx->slots_used[slot_idx] = TRUE; in nine_integer_constant_src()
603 if (tx->num_slots < (slot_idx + 1)) in nine_integer_constant_src()
604 tx->num_slots = slot_idx + 1; in nine_integer_constant_src()
624 unsigned slot_idx = tx->info->const_b_base + r; in nine_boolean_constant_src() local
626 slot_idx = tx->slot_map[slot_idx]; in nine_boolean_constant_src()
627 src = ureg_src_register(TGSI_FILE_CONSTANT, slot_idx); in nine_boolean_constant_src()
629 tx->slots_used[slot_idx] = TRUE; in nine_boolean_constant_src()
[all …]
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dcall.cc1146 size_t slot_idx = batch_slot_for_op(ops[0].op); in reuse_or_allocate_batch_control() local
1147 batch_control** pslot = &call->active_batches[slot_idx]; in reuse_or_allocate_batch_control()
/external/grpc-grpc/src/core/lib/surface/
Dcall.cc1095 size_t slot_idx = batch_slot_for_op(ops[0].op); in reuse_or_allocate_batch_control() local
1096 batch_control** pslot = &call->active_batches[slot_idx]; in reuse_or_allocate_batch_control()