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_test.cc 236 HInstruction* orig_input = orig_instr->InputAt(i); local
238 if (cloner.IsInOrigBBSet(orig_input->GetBlock())) {
239 EXPECT_EQ(cloner.GetInstrCopy(orig_input), copy_input);
241 EXPECT_EQ(orig_input, copy_input);
256 HInstruction* orig_input = orig_env->GetInstructionAt(i); local
258 if (cloner.IsInOrigBBSet(orig_input->GetBlock())) {
259 EXPECT_EQ(cloner.GetInstrCopy(orig_input), copy_input);
261 EXPECT_EQ(orig_input, copy_input);
superblock_cloner.cc 106 HInstruction* orig_input = copy_instr->InputAt(i); local
107 if (!IsInOrigBBSet(orig_input->GetBlock())) {
111 HInstruction* copy_input = GetInstrCopy(orig_input);
514 HInstruction* orig_input = orig_instr->InputAt(i); local
515 DCHECK(orig_input->GetBlock()->Dominates(orig_instr->GetBlock()));
519 if (!IsInOrigBBSet(orig_input->GetBlock())) {
522 HInstruction* copy_input = GetInstrCopy(orig_input);
531 HInstruction* orig_input = orig_env->GetInstructionAt(i); local
535 if (orig_input == nullptr || !IsInOrigBBSet(orig_input->GetBlock()))
    [all...]
nodes.cc 484 HInstruction* orig_input = header_phi->InputAt(first_nonbackedge_pred_pos); local
486 preheader_phi->AddInput(orig_input);
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
pooling_ops_test.py 837 orig_input = [1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0]
841 orig_in = constant_op.constant(orig_input, shape=[1, 3, 3, 1])
860 orig_input = [1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0]
864 orig_in = constant_op.constant(orig_input, shape=[1, 3, 3, 1])
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
ldmain.c 799 lang_input_statement_type orig_input;
810 orig_input = *input;
824 &orig_input);
916 info_msg ("%I\n", &orig_input);
797 lang_input_statement_type orig_input; local
    [all...]
  /external/tensorflow/tensorflow/go/op/
wrappers.go     [all...]

Completed in 249 milliseconds