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

  /art/compiler/optimizing/
superblock_cloner.cc 120 HInstruction* orig_input = copy_instr->InputAt(i); local
121 if (!IsInOrigBBSet(orig_input->GetBlock())) {
125 HInstruction* copy_input = GetInstrCopy(orig_input);
675 HInstruction* orig_input = orig_instr->InputAt(i); local
676 DCHECK(orig_input->GetBlock()->Dominates(orig_instr->GetBlock()));
680 if (!IsInOrigBBSet(orig_input->GetBlock())) {
683 HInstruction* copy_input = GetInstrCopy(orig_input);
692 HInstruction* orig_input = orig_env->GetInstructionAt(i); local
696 if (orig_input == nullptr || !IsInOrigBBSet(orig_input->GetBlock()))
    [all...]
superblock_cloner_test.cc 190 HInstruction* orig_input = orig_instr->InputAt(i); local
192 if (cloner.IsInOrigBBSet(orig_input->GetBlock())) {
193 EXPECT_EQ(cloner.GetInstrCopy(orig_input), copy_input);
195 EXPECT_EQ(orig_input, copy_input);
210 HInstruction* orig_input = orig_env->GetInstructionAt(i); local
212 if (cloner.IsInOrigBBSet(orig_input->GetBlock())) {
213 EXPECT_EQ(cloner.GetInstrCopy(orig_input), copy_input);
215 EXPECT_EQ(orig_input, copy_input);
nodes.cc 487 HInstruction* orig_input = header_phi->InputAt(first_nonbackedge_pred_pos); local
489 preheader_phi->AddInput(orig_input);
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
pooling_ops_test.py 871 orig_input = [
888 orig_in = constant_op.constant(orig_input, shape=[2, 3, 3, 1])
    [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
arithmetic_optimizer.cc 1667 const string orig_input = split_node->input(value_slot); local
    [all...]
  /external/tensorflow/tensorflow/go/op/
wrappers.go     [all...]

Completed in 141 milliseconds