HomeSort by relevance Sort by last modified time
    Searched full:constant1 (Results 1 - 25 of 30) sorted by null

1 2

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_dataflow_analysis_test.cc 103 auto constant1 = builder.AddInstruction( local
108 scalar_shape_, HloOpcode::kAdd, constant1, constant2));
116 EXPECT_TRUE(analysis.ValueIsDefinedAt(constant1));
122 EXPECT_THAT(analysis.GetValueDefinedAt(constant1).positions(),
123 UnorderedElementsAre(HloPosition{constant1, {}}));
130 EXPECT_THAT(analysis.GetValueDefinedAt(constant1).uses(),
137 EXPECT_FALSE(analysis.GetValueDefinedAt(constant1).live_out_of_module());
200 auto constant1 = builder.AddInstruction( local
205 HloInstruction::CreateTuple({constant1, constant2}));
207 HloInstruction::CreateTuple({tuple, tuple, constant1}));
261 auto constant1 = builder.AddInstruction( local
310 auto constant1 = builder.AddInstruction( local
364 auto constant1 = builder.AddInstruction( local
428 auto constant1 = builder.AddInstruction( local
501 auto constant1 = builder.AddInstruction( local
602 auto constant1 = builder.AddInstruction( local
693 auto constant1 = builder.AddInstruction( local
788 auto constant1 = builder.AddInstruction( local
844 auto constant1 = builder.AddInstruction( local
868 auto constant1 = builder.AddInstruction( local
944 auto constant1 = builder.AddInstruction( local
1035 auto constant1 = builder.AddInstruction( local
1575 auto constant1 = builder.AddInstruction( local
1660 auto constant1 = builder.AddInstruction( local
1786 auto constant1 = builder.AddInstruction( local
    [all...]
hlo_computation_test.cc 165 auto constant1 = builder.AddInstruction( local
176 UnorderedElementsAre(constant1, constant2, constant3, constant4));
183 auto constant1 = builder.AddInstruction( local
190 r0f32_, HloOpcode::kAdd, constant1, constant2));
194 r0f32_, HloOpcode::kAdd, constant1, constant3));
199 EXPECT_THAT(post_order, UnorderedElementsAre(constant1, constant2, constant3,
207 auto constant1 = builder.AddInstruction( local
215 constant1, constant2));
219 constant1, constant3));
270 auto constant1 = builder.AddInstruction(HloInstruction::CreateConstant local
316 auto constant1 = builder.AddInstruction(HloInstruction::CreateConstant( local
423 auto constant1 = builder.AddInstruction( local
469 auto constant1 = builder.AddInstruction( local
    [all...]
hlo_alias_analysis_test.cc 118 auto constant1 = builder.AddInstruction( local
123 scalar_shape_, HloOpcode::kAdd, constant1, constant2));
132 for (const HloInstruction* instruction : {constant1, constant2, add}) {
230 auto constant1 = builder.AddInstruction( local
235 scalar_shape_, {constant1, constant2}, called_computation));
241 EXPECT_THAT(analysis.GetUniqueBufferAt(constant1).ComputePositions(),
242 UnorderedElementsAre(HloPosition{constant1, {}},
269 auto constant1 = builder.AddInstruction( local
274 scalar_shape_, {constant1, constant2}, called_computation));
281 EXPECT_THAT(analysis.GetUniqueBufferAt(constant1).ComputePositions()
354 auto constant1 = builder.AddInstruction( local
447 auto constant1 = builder.AddInstruction( local
545 auto constant1 = builder.AddInstruction( local
616 auto constant1 = builder.AddInstruction( local
662 auto constant1 = builder.AddInstruction( local
763 auto constant1 = builder.AddInstruction( local
    [all...]
tuple_points_to_analysis_test.cc 126 auto constant1 = builder.AddInstruction( local
131 HloInstruction::CreateTuple({constant1, constant2}));
134 EXPECT_EQ(1, points_to_analysis_->GetPointsToSet(constant1).size());
136 points_to_analysis_->GetPointsToSet(constant1).element({}), {constant1});
138 points_to_analysis_->GetPointsToSet(constant1).tuple_sources({}).empty());
154 {constant1, constant2, tuple});
158 points_to_analysis_->GetPointsToSet(tuple).element({0}), {constant1});
165 *GetBuffer(constant1, {}), {0}));
170 EXPECT_TRUE(tuple_points_to_set.ContainsBuffer(*GetBuffer(constant1, {})));
179 auto constant1 = builder.AddInstruction( local
240 auto constant1 = builder.AddInstruction( local
293 auto constant1 = builder.AddInstruction( local
365 auto constant1 = builder.AddInstruction( local
443 auto constant1 = builder.AddInstruction( local
474 auto constant1 = builder.AddInstruction( local
521 auto constant1 = builder.AddInstruction( local
579 auto constant1 = builder.AddInstruction( local
    [all...]
hlo_dce_test.cc 55 auto constant1 = builder.AddInstruction( local
60 constant1->shape(), HloOpcode::kAdd, constant1, constant2));
128 auto constant1 = builder.AddInstruction( local
135 constant1->shape(), HloOpcode::kNegate, constant1));
137 constant1->shape(), HloOpcode::kAdd, constant1, constant2));
143 constant1->shape(), HloOpcode::kNegate, constant1));
    [all...]
hlo_cse_test.cc 54 auto constant1 = builder.AddInstruction( local
59 constant1->shape(), HloOpcode::kAdd, constant1, constant2));
82 auto constant1 = builder.AddInstruction( local
89 constant1->shape(), HloOpcode::kAdd, constant1, constant2));
95 EXPECT_THAT(add, op::Add(constant1, constant2));
102 EXPECT_THAT(first_operand, ::testing::AnyOf(constant1, constant2));
114 auto constant1 = builder.AddInstruction( local
121 constant1->shape(), HloOpcode::kAdd, constant1, constant2))
386 auto constant1 = builder.AddInstruction( local
429 auto constant1 = builder.AddInstruction( local
    [all...]
hlo_subcomputation_unification_test.cc 114 auto constant1 = builder.AddInstruction( local
119 HloInstruction::CreateCall(r0s32_, {constant1, constant2}, callee1));
121 HloInstruction::CreateCall(r0s32_, {constant1, constant2}, callee2));
layout_assignment_test.cc 142 auto constant1 = builder.AddInstruction( local
147 ashape, HloOpcode::kAdd, constant1, constant2));
189 auto constant1 = builder.AddInstruction( local
193 HloInstruction::CreateTuple({constant0, constant1}));
211 LayoutUtil::LayoutsInShapesEqual(constant0->shape(), constant1->shape()));
217 ShapeUtil::GetTupleElementShape(tuple->shape(), 1), constant1->shape()));
226 auto constant1 = builder.AddInstruction( local
230 HloInstruction::CreateTuple({constant0, constant1}));
232 HloInstruction::CreateTuple({constant0, constant1}));
246 ShapeUtil::MakeTupleShape({constant0->shape(), constant1->shape()})
    [all...]
flatten_call_graph_test.cc 236 auto constant1 = builder.AddInstruction( local
241 kScalarShape, pred, constant1, sub_computation, constant2,
copy_insertion_test.cc 164 HloInstruction* constant1 = builder.AddInstruction( local
175 ShapeUtil::MakeShape(F32, {}), HloOpcode::kAdd, constant1, y));
187 op::Tuple(op::Copy(constant2), op::Copy(x), op::Add(constant1, y)));
194 HloInstruction* constant1 = builder.AddInstruction( local
202 HloInstruction::CreateTuple({constant1, constant2}));
211 EXPECT_THAT(constant1->users(), UnorderedElementsAre(tuple1));
367 HloInstruction* constant1 = builder.AddInstruction( local
373 HloInstruction::CreateTuple({constant1, constant2}));
375 HloInstruction::CreateTuple({constant2, constant1}));
1315 auto constant1 = builder.AddInstruction( local
1380 auto constant1 = builder.AddInstruction( local
    [all...]
hlo_instruction_test.cc 642 auto constant1 = builder.AddInstruction( local
647 r0f32_, HloOpcode::kAdd, constant1, constant2));
653 EXPECT_THAT(fusion->operands(), ElementsAre(constant1, constant2));
654 EXPECT_THAT(constant1->users(), ElementsAre(fusion));
    [all...]
algebraic_simplifier_test.cc 101 HloInstruction* constant1 = builder.AddInstruction( local
107 HloInstruction::CreateBinary(r0f32, HloOpcode::kAdd, param0, constant1));
118 EXPECT_THAT(root, op::Add(param0, op::Add(constant1, constant2)));
    [all...]
  /external/eigen/unsupported/test/
cxx11_tensor_const.cpp 40 TensorMap<Tensor<const int, 3> > constant1(random.data(), 2, 3, 7);
44 Tensor<int, 2> result1 = constant1.chip(0, 2);
  /external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/examples/
FibonacciMaker.java 44 Local<Integer> constant1 = code.newLocal(TypeId.INT); local
52 code.loadConstant(constant1, 1);
56 code.op(BinaryOp.SUBTRACT, a, i, constant1);
  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp 230 // Is it a "($sym+constant1)" expression?
258 // or "($sym+constant1) == constant2".
259 // The adjustment is "constant1" in the above expression. It's used to
  /external/dexmaker/dexmaker/src/main/java/com/android/dx/
DexMaker.java 115 * int constant1 = 1;
118 * int a = i - constant1;
148 * Local<Integer> constant1 = code.newLocal(TypeId.INT);
167 * code.loadConstant(constant1, 1);
171 * code.op(BinaryOp.SUBTRACT, a, i, constant1);
  /external/guava/guava-testlib/test/com/google/common/testing/
FreshValueGeneratorTest.java 625 assertEqualInstance(OneConstantEnum.class, OneConstantEnum.CONSTANT1);
639 assertEquals(Optional.of(OneConstantEnum.CONSTANT1),
706 CONSTANT1
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
fdct32x32_neon.c 218 const tran_coef_t constant1,
222 const int32x4_t a2 = vmull_n_s16(vget_low_s16(a), constant1);
223 const int32x4_t a3 = vmull_n_s16(vget_high_s16(a), constant1);
226 const int32x4_t diff0 = vmlsl_n_s16(a0, vget_low_s16(b), constant1);
227 const int32x4_t diff1 = vmlsl_n_s16(a1, vget_high_s16(b), constant1);
619 const int32x4_t b_hi, const int32_t constant0, const int32_t constant1,
624 const int32x4_t a2 = vmulq_n_s32(a_lo, constant1);
625 const int32x4_t a3 = vmulq_n_s32(a_hi, constant1);
628 const int32x4_t diff0 = vmlsq_n_s32(a0, b_lo, constant1);
629 const int32x4_t diff1 = vmlsq_n_s32(a1, b_hi, constant1);
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
pvmp3_dct_16_gcc.s 52 ldr r12,constant1
423 constant1: label
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
functional 294 * The helper creator functions @c constant0, @c constant1, and
336 constant1(const _Result& __val)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
functional 294 * The helper creator functions @c constant0, @c constant1, and
336 constant1(const _Result& __val)
  /art/compiler/optimizing/
register_allocator_test.cc 301 * constant1
741 HInstruction* constant1 = graph->GetIntConstant(1); local
748 *first_sub = new (GetAllocator()) HSub(DataType::Type::kInt32, parameter, constant1);
    [all...]
codegen_test.cc 430 HIntConstant* constant1 = graph->GetIntConstant(1); local
450 else_block->AddInstruction(new (GetAllocator()) HReturn(constant1));
  /external/v8/tools/unittests/
run_perf_test.py 367 "RESULT Infra: Constant1= 11 count\n"
374 "graphs": ["test", "Infra", "Constant1"],
  /tools/metalava/src/test/java/com/android/tools/metalava/
ApiFileTest.kt     [all...]

Completed in 786 milliseconds

1 2