/external/lzma/CPP/7zip/UI/Common/ |
D | UpdateAction.cpp | 11 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 …]
|
D | UpdateAction.h | 28 kCopy, enumerator
|
D | UpdateProduce.cpp | 34 case NPairAction::kCopy: in UpdateProduce()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | copy_test.cc | 46 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/ |
D | backward_references_enc.h | 34 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/ |
D | copy_thunk.cc | 28 : Thunk(Kind::kCopy, hlo_instruction), in HostToDeviceCopyThunk() 47 : Thunk(Kind::kCopy, hlo_instruction), in DeviceToDeviceCopyThunk()
|
D | thunk.cc | 29 case Thunk::kCopy: in ThunkKindToString()
|
D | thunk.h | 48 kCopy, enumerator
|
D | gpu_fusible_test.cc | 113 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/ |
D | cpu_layout_assignment_test.cc | 93 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()
|
D | cpu_copy_insertion_test.cc | 40 if (instruction->opcode() == HloOpcode::kCopy) { in CountCopies()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | copy_insertion.cc | 569 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()
|
D | hlo_domain_test.cc | 396 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()
|
D | copy_insertion_test.cc | 45 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()
|
D | bfloat16_support.cc | 88 case HloOpcode::kCopy: in EffectiveOperandPrecisionIsOutputPrecision()
|
D | layout_assignment.cc | 814 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()
|
D | hlo_opcode.h | 77 V(kCopy, "copy", 1) \
|
D | hlo_rematerialization_test.cc | 511 HloInstruction::CreateUnary(vec1024_shape_, HloOpcode::kCopy, param)); in TEST_F() 537 if (instruction->opcode() == HloOpcode::kCopy) { in TEST_F()
|
D | hlo_dataflow_analysis.cc | 390 CHECK_EQ(copy->opcode(), HloOpcode::kCopy); in UpdateCopyValueSet() 608 case HloOpcode::kCopy: in UpdateInstructionValueSet() 805 case HloOpcode::kCopy: in InitializeInstructionValueSets()
|
D | hlo_value.cc | 120 case HloOpcode::kCopy: in MayUseOperandValue()
|
D | tuple_points_to_analysis_test.cc | 315 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/ |
D | gmock-internal-utils.h | 431 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/ |
D | gpu_copy_test.cc | 44 constant->shape(), HloOpcode::kCopy, constant)); in TEST_F()
|
/external/libbrillo/brillo/http/ |
D | http_request.h | 35 BRILLO_EXPORT extern const char kCopy[]; // Non-standard HTTP/1.1 verb
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-internal.h | 1025 kCopy // The NativeArray makes a copy of the native array and 1060 if (relation_to_source_ == kCopy)
|