HomeSort by relevance Sort by last modified time
    Searched defs:const1 (Results 1 - 23 of 23) sorted by null

  /art/compiler/optimizing/
select_generator_test.cc 50 HIntConstant* const1 = graph_->GetIntConstant(1); local
62 phi->AddInput(const1);
instruction_simplifier.cc 2699 HConstant* const1 = y->GetConstantRight(); local
2770 HConstant* const1 = left->IsConstant() ? left->AsConstant() : y->GetRight()->AsConstant(); local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tests/
deconstruct_tuple_test.cc 57 auto const1 = ConstantR1<float>(&builder, {1.0, 2.0, 3.0, 4.0}); local
59 Tuple(&builder, {const1, const2});
76 auto const1 = ConstantR1<float>(&builder, {1.0, 2.0, 3.0, 4.0}); local
78 Tuple(&builder, {const1, const2});
106 auto const1 = ConstantR1<float>(&builder, {1.0, 2.0, 3.0, 4.0}); local
108 Tuple(&builder, {const1, const2, const2, const1});
132 auto const1 = ConstantR1<float>(&builder, {1.0, 2.0, 3.0, 4.0}); local
134 Tuple(&builder, {const1, const2, const1});
188 auto const1 = ConstantR1<float>(&builder, {1.0, 2.0, 3.0, 4.0}); local
    [all...]
fusion_test.cc 205 auto const1 = builder.AddInstruction(HloInstruction::CreateConstant( local
208 ShapeUtil::MakeShape(F32, {3, 1}), HloOpcode::kAdd, const0, const1));
237 const4, reshape3, add2, const1, const0},
541 auto const1 = builder.AddInstruction( local
545 ShapeUtil::MakeShape(S32, {2}), const0, {const1}, {2}));
611 auto const1 = builder.AddInstruction( local
614 ShapeUtil::MakeShape(S32, {}), const0, const1, {0},
631 auto const1 = builder.AddInstruction( local
634 ShapeUtil::MakeShape(S32, {}), const0, const1, {0},
652 auto const1 = builder.AddInstruction local
706 auto const1 = builder.AddInstruction( local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
reshape_mover_test.cc 69 // +- const1
91 auto const1 = builder.AddInstruction( local
95 root_shape, HloOpcode::kAdd, reshape0, const1));
100 op::Add(op::Reshape(rng0), const1));
105 op::Add(op::Reshape(rng0), const1));
259 // +- reshape1 - const1
274 auto const1 = builder.AddInstruction(HloInstruction::CreateConstant( local
277 builder.AddInstruction(HloInstruction::CreateReshape(root_shape, const1));
288 op::Select(pred, op::Reshape(const0), op::Reshape(const1)));
293 op::Select(pred, op::Reshape(const0), op::Reshape(const1)));
324 auto const1 = builder.AddInstruction(HloInstruction::CreateConstant( local
364 auto const1 = builder.AddInstruction( local
    [all...]
transpose_folding_test.cc 162 HloInstruction* const1 = builder.AddInstruction( local
169 const1->shape(), HloOpcode::kAdd, const1, const2));
182 // The arguments to the call should be const1, const2, and const3.
184 ::testing::UnorderedElementsAre(const1, const2, const3));
call_graph_test.cc 258 HloInstruction* const1 = builder.AddInstruction( local
264 kScalarShape, pred, const1, true_computation, const2,
buffer_liveness_test.cc 502 // Add(GetTupleElement(tuple_param0, 1), const1)
508 auto const1 = builder.AddInstruction(HloInstruction::CreateConstant( local
511 tuple_element1_shape, HloOpcode::kAdd, tuple_element1, const1));
    [all...]
  /external/libvpx/libvpx/vp8/encoder/mips/msa/
dct_msa.c 26 #define SET_DOTP_VALUES(coeff, val0, val1, val2, const1, const2) \
30 SPLATI_H3_SH(coeff, val0, val1, val2, tmp0_m, const1, const2); \
31 ILVEV_H2_SH(tmp0_m, const1, const2, tmp0_m, const1, const2); \
72 v8i16 const0, const1; local
84 SET_DOTP_VALUES(coeff, 0, 1, 2, const0, const1);
90 DPADD_SH2_SW(temp0, temp0, const0, const1, out0, out1);
107 DPADD_SH2_SW(temp0, temp0, const0, const1, out1, out3);
118 v8i16 const0, const1, const2; local
130 SET_DOTP_VALUES(coeff, 0, 1, 2, const1, const2)
    [all...]
  /external/libyuv/files/source/
row_dspr2.cc 1230 int const1 = 0xffda0000; local
1290 int const1 = 0x00420000; local
1352 int const1 = 0xffb6ffda; local
1413 int const1 = 0x00810019; local
1470 int const1 = 0x00810042; local
1532 int const1 = 0xffb60070; local
1593 int const1 = 0x00420081; local
1655 int const1 = 0xffb60070; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_pbo.c 406 struct ureg_src const1; local
444 const1 = ureg_DECL_constant(ureg, 1);
505 ureg_scalar(const1, TGSI_SWIZZLE_X));
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_tgsi.c 131 struct ureg_src const0, struct ureg_src const1)
136 ureg_MAD(ureg, tmp, coords, const0, const1);
267 struct ureg_src const0, const1; local
279 const1 = ureg_DECL_constant(ureg, 1);
286 src = vs_normalize_coords(ureg, src, const0, const1);
  /external/libavc/common/x86/
ih264_deblk_luma_ssse3.c 864 __m128i i_Ap, i_Aq, diff, const1, const2, in_macro, in_macrotemp, temp, local
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
scale_msa.cc 769 v16u8 const1 = {1, 3, 3, 1, 1, 1, 1, 3, 3, 1, 1, 1, 1, 3, 3, 1}; local
803 reg1 = (v8i16)__msa_dotp_u_h(vec1, const1);
806 reg4 = (v8i16)__msa_dotp_u_h(vec4, const1);
809 reg7 = (v8i16)__msa_dotp_u_h(vec7, const1);
812 reg10 = (v8i16)__msa_dotp_u_h(vec10, const1);
863 v16u8 const1 = {1, 3, 3, 1, 1, 1, 1, 3, 3, 1, 1, 1, 1, 3, 3, 1}; local
    [all...]
  /external/tensorflow/tensorflow/compiler/jit/
deadness_analysis_test.cc 785 Output const1 = ops::Const(root.WithOpName("const1"), 2); local
787 Output add = ops::Add(root.WithOpName("add"), const0, const1);
790 root.graph()->AddControlEdge(id1.node(), const1.node());
809 Output const1 = ops::Const(root.WithOpName("const1"), 2); local
811 Output add = ops::Add(root.WithOpName("add"), const0, const1);
    [all...]
extract_outside_compilation_pass_test.cc 450 // "const1" (outside compilation cluster "0")
455 Output const1 = ops::Const(s.WithOpName("const1"), 1, {2}); local
459 node_name_image["const1"]->AddAttr("_oc", "0");
491 // Check host graph: verify we have no placeholder, but we have "const1".
514 EXPECT_NE(node_name_index.find("const1"), node_name_index.end());
533 // "const1" (int32)
534 // "if0" (pred = "const0", input = "const1", then_branch = "true_fn",
572 Output input = ops::Const(s.WithOpName("const1"), 1, {2});
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
direct_session_test.cc 1263 Node* const1 = test::graph::Constant(&g, value1); local
1316 Node* const1 = test::graph::Constant(&g, value1); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 1087 LLVMValueRef const1 = lp_build_const_vec(gallivm, f32_type, 1.0); \/*1.0 1.0 1.0 1.0*\/ local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state_common.c 1532 struct ureg_src const0, const1; local
    [all...]
  /external/tensorflow/tensorflow/c/
c_api_test.cc 1650 TF_Operation* const1 = FloatConst2x2(graph_, s_, const1_val, "Const_1"); local
1689 TF_Operation* const1 = local
    [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
constant_folding_test.cc 1646 Output const1 = local
3524 Output const1 = ops::Const(s.WithOpName("const1"), 0.0f, {size, 1}); local
3572 Output const1 = ops::Const(s.WithOpName("const1"), 2, {5, 5}); local
    [all...]
arithmetic_optimizer_test.cc 2445 Output const1 = ops::Const(s.WithOpName("const1"), 1.0f, {3}); local
    [all...]
  /external/v8/src/parsing/
parser.cc 2182 Expression* const1 = factory()->NewSmiLiteral(1, kNoSourcePosition); local
2237 Expression* const1 = factory()->NewSmiLiteral(1, kNoSourcePosition); local
2261 Expression* const1 = factory()->NewSmiLiteral(1, kNoSourcePosition); local
2283 Expression* const1 = factory()->NewSmiLiteral(1, kNoSourcePosition); local
2329 Expression* const1 = factory()->NewSmiLiteral(1, kNoSourcePosition); local
    [all...]

Completed in 1716 milliseconds