Home
last modified time | relevance | path

Searched refs:kCopy (Results 1 – 25 of 55) sorted by relevance

123

/external/lzma/CPP/7zip/UI/Common/
DUpdateAction.cpp11 NPairAction::kCopy,
12 NPairAction::kCopy,
22 NPairAction::kCopy,
23 NPairAction::kCopy,
25 NPairAction::kCopy,
27 NPairAction::kCopy,
33 NPairAction::kCopy,
34 NPairAction::kCopy,
36 NPairAction::kCopy,
38 NPairAction::kCopy,
[all …]
DUpdateAction.h28 kCopy, enumerator
DUpdateProduce.cpp34 case NPairAction::kCopy: in UpdateProduce()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dcopy_test.cc46 constant->shape(), HloOpcode::kCopy, constant)); in TestCopyOp()
97 HloInstruction::CreateUnary(shape, HloOpcode::kCopy, param0)); in XLA_TEST_F()
116 constant->shape(), HloOpcode::kCopy, constant)); in XLA_TEST_F()
118 HloInstruction::CreateUnary(copy->shape(), HloOpcode::kCopy, copy)); in XLA_TEST_F()
144 constant->shape(), HloOpcode::kCopy, constant)); in XLA_TEST_F()
176 constant->shape(), HloOpcode::kCopy, constant)); in TestCopyConstantLayout021()
210 constant->shape(), HloOpcode::kCopy, constant)); in TestCopyConstantLayoutR4()
/external/webp/src/enc/
Dbackward_references_enc.h34 kCopy, enumerator
48 retval.mode = kCopy; in PixOrCopyCreateCopy()
81 return (p->mode == kCopy); in PixOrCopyIsCopy()
101 assert(p->mode == kCopy); in PixOrCopyDistance()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcopy_thunk.cc28 : Thunk(Kind::kCopy, hlo_instruction), in HostToDeviceCopyThunk()
47 : Thunk(Kind::kCopy, hlo_instruction), in DeviceToDeviceCopyThunk()
Dthunk.cc29 case Thunk::kCopy: in ThunkKindToString()
Dthunk.h48 kCopy, enumerator
Dgpu_fusible_test.cc113 ASSERT_EQ(copy->opcode(), HloOpcode::kCopy); in TEST_F()
149 ASSERT_EQ(loop_fusion->fused_expression_root()->opcode(), HloOpcode::kCopy); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_layout_assignment_test.cc93 EXPECT_NE(instruction->opcode(), HloOpcode::kCopy); in TEST_F()
135 EXPECT_NE(instruction->opcode(), HloOpcode::kCopy); in TEST_F()
179 EXPECT_NE(instruction->opcode(), HloOpcode::kCopy); in TEST_F()
210 EXPECT_NE(instruction->opcode(), HloOpcode::kCopy); in TEST_F()
250 EXPECT_NE(instruction->opcode(), HloOpcode::kCopy); in TEST_F()
Dcpu_copy_insertion_test.cc40 if (instruction->opcode() == HloOpcode::kCopy) { in CountCopies()
/external/tensorflow/tensorflow/compiler/xla/service/
Dcopy_insertion.cc569 if (instruction->opcode() == HloOpcode::kCopy) { in CreateCopyMap()
604 if (def->opcode() == HloOpcode::kCopy && ContainsKey(copy_map_, def)) { in Verify()
608 if (use->instruction->opcode() == HloOpcode::kCopy && in Verify()
792 HloOpcode::kCopy); in RemoveCopyValue()
816 if (copy_use->instruction->opcode() == HloOpcode::kCopy && in RemoveCopyValue()
1116 if (instruction->opcode() == HloOpcode::kCopy && in RemoveUnnecessaryCopies()
1162 if (instruction->opcode() == HloOpcode::kCopy) { in Run()
1203 if (instruction->opcode() == HloOpcode::kCopy) { in Run()
Dhlo_domain_test.cc396 new_gte0->shape(), HloOpcode::kCopy, new_gte0)); in TEST_F()
403 new_gte1->shape(), HloOpcode::kCopy, new_gte1)); in TEST_F()
638 HloInstruction::CreateUnary(tuple0->operand(1)->shape(), HloOpcode::kCopy, in TEST_F()
643 HloInstruction::CreateUnary(tuple0->shape(), HloOpcode::kCopy, tuple0)); in TEST_F()
651 HloInstruction::CreateUnary(gte1->shape(), HloOpcode::kCopy, gte1)); in TEST_F()
Dcopy_insertion_test.cc45 if (instruction->opcode() == HloOpcode::kCopy) { in CountCopies()
142 HloInstruction::CreateUnary(copy_shape, HloOpcode::kCopy, constant)); in TEST_F()
144 HloInstruction::CreateUnary(copy_shape, HloOpcode::kCopy, constant)); in TEST_F()
148 HloInstruction::CreateUnary(add->shape(), HloOpcode::kCopy, add)); in TEST_F()
929 EXPECT_EQ(while_hlo1->operand(0)->operand(1)->opcode(), HloOpcode::kCopy); in TEST_F()
930 EXPECT_EQ(while_hlo2->operand(0)->operand(1)->opcode(), HloOpcode::kCopy); in TEST_F()
1039 HloOpcode::kCopy) { in TEST_F()
1129 ->opcode() == HloOpcode::kCopy) { in TEST_F()
1173 HloOpcode::kCopy) { in TEST_F()
1193 ->opcode() == HloOpcode::kCopy) { in TEST_F()
Dbfloat16_support.cc88 case HloOpcode::kCopy: in EffectiveOperandPrecisionIsOutputPrecision()
Dlayout_assignment.cc814 instruction->shape(), HloOpcode::kCopy, instruction)); in CreateCopyWithNewLayout()
1846 if (operand->opcode() != HloOpcode::kCopy) { in ConstrainChannelLayouts()
1848 HloInstruction::CreateUnary(shape, HloOpcode::kCopy, operand)); in ConstrainChannelLayouts()
1872 if (operand->opcode() != HloOpcode::kCopy) { in ConstrainChannelLayouts()
1874 HloInstruction::CreateUnary(shape, HloOpcode::kCopy, operand)); in ConstrainChannelLayouts()
2053 case HloOpcode::kCopy: in InstructionCanChangeLayout()
2105 if (instruction->opcode() == HloOpcode::kCopy && in ClearPreviousPassSideEffects()
2130 if (operand->opcode() != HloOpcode::kCopy || operand->user_count() > 1) { in AddCopyForOperand()
2133 operand->shape(), HloOpcode::kCopy, operand)); in AddCopyForOperand()
Dhlo_opcode.h77 V(kCopy, "copy", 1) \
Dhlo_rematerialization_test.cc511 HloInstruction::CreateUnary(vec1024_shape_, HloOpcode::kCopy, param)); in TEST_F()
537 if (instruction->opcode() == HloOpcode::kCopy) { in TEST_F()
Dhlo_dataflow_analysis.cc390 CHECK_EQ(copy->opcode(), HloOpcode::kCopy); in UpdateCopyValueSet()
608 case HloOpcode::kCopy: in UpdateInstructionValueSet()
805 case HloOpcode::kCopy: in InitializeInstructionValueSets()
Dhlo_value.cc120 case HloOpcode::kCopy: in MayUseOperandValue()
Dtuple_points_to_analysis_test.cc315 HloInstruction::CreateUnary(tuple->shape(), HloOpcode::kCopy, tuple)); in TEST_F()
425 HloInstruction::CreateUnary(tuple_shape, HloOpcode::kCopy, select)); in TEST_F()
580 tuple_constant->shape(), HloOpcode::kCopy, tuple_constant)); in TEST_F()
957 HloInstruction::CreateUnary(shape, HloOpcode::kCopy, exp)); in TEST_F()
/external/google-breakpad/src/testing/include/gmock/internal/
Dgmock-internal-utils.h431 return type(const_cast<Element*>(&array[0]), N, kCopy);
433 return type(array, N, kCopy);
455 return type(get<0>(array), get<1>(array), kCopy);
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
Dgpu_copy_test.cc44 constant->shape(), HloOpcode::kCopy, constant)); in TEST_F()
/external/libbrillo/brillo/http/
Dhttp_request.h35 BRILLO_EXPORT extern const char kCopy[]; // Non-standard HTTP/1.1 verb
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-internal.h1025 kCopy // The NativeArray makes a copy of the native array and
1060 if (relation_to_source_ == kCopy)

123