Searched refs:cur_input (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/ |
D | register-allocator.cc | 1762 UnallocatedOperand* cur_input = UnallocatedOperand::cast(input); in MeetConstraintsBefore() local 1763 if (cur_input->HasFixedPolicy()) { in MeetConstraintsBefore() 1764 int input_vreg = cur_input->virtual_register(); in MeetConstraintsBefore() 1768 AllocateFixed(cur_input, instr_index, is_tagged); in MeetConstraintsBefore() 1769 data()->AddGapMove(instr_index, Instruction::END, input_copy, *cur_input); in MeetConstraintsBefore() 1779 UnallocatedOperand* cur_input = in MeetConstraintsBefore() local 1782 int input_vreg = cur_input->virtual_register(); in MeetConstraintsBefore() 1785 *cur_input = in MeetConstraintsBefore() 1786 UnallocatedOperand(*cur_input, second_output->virtual_register()); in MeetConstraintsBefore() 1788 input_copy, *cur_input); in MeetConstraintsBefore()
|
/external/tensorflow/tensorflow/contrib/rnn/python/ops/ |
D | rnn_cell.py | 493 cur_input = array_ops.slice(input_feat, [0, f * self._frequency_skip], 495 freq_inputs.append(cur_input) 928 cur_input = array_ops.slice( 931 block_inputs.append(cur_input) 957 cur_input = array_ops.slice( 961 block_inputs.append(cur_input)
|