HomeSort by relevance Sort by last modified time
    Searched refs:kCopy (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/lzma/CPP/7zip/UI/Common/
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...]
UpdateAction.h 28 kCopy,
UpdateProduce.cpp 34 case NPairAction::kCopy:
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
copy_thunk.cc 27 : Thunk(Kind::kCopy, hlo_instruction),
45 : Thunk(Kind::kCopy, hlo_instruction),
thunk.h 46 kCopy,
while_transformer.cc 359 ExprTree(HloOpcode::kCopy,
440 ExprTree(HloOpcode::kCopy, fusion));
  /external/webp/src/enc/
backward_references_enc.h 34 kCopy,
48 retval.mode = kCopy;
81 return (p->mode == kCopy);
101 assert(p->mode == kCopy);
  /external/tensorflow/tensorflow/compiler/xla/tests/
copy_test.cc 45 constant->shape(), HloOpcode::kCopy, constant));
96 HloInstruction::CreateUnary(shape, HloOpcode::kCopy, param0));
116 constant->shape(), HloOpcode::kCopy, constant));
118 HloInstruction::CreateUnary(copy->shape(), HloOpcode::kCopy, copy));
144 constant->shape(), HloOpcode::kCopy, constant));
176 constant->shape(), HloOpcode::kCopy, constant));
210 constant->shape(), HloOpcode::kCopy, constant));
  /external/tensorflow/tensorflow/compiler/xla/service/
bfloat16_support.cc 82 case HloOpcode::kCopy:
copy_insertion.cc 62 // 'indices_to_copy'. Add control edges from the respective kCopy instructions
63 // in deep copy of 'from' to the respective kCopy instruction in the deep copy
103 // to/from_copy_tree hold the kCopy instruction produces by the deep
117 // Add control edges between the respective kCopy instructions.
165 // Add kCopy instructions around the given kWhile instruction to eliminate any
174 // while body. For each such element, a total of three kCopy instructions are
189 // kCopy
211 // kCopy ----------+
217 // kCopy <---------+
219 // The root kCopy becomes the new root of the computation. Both copies ar
    [all...]
hlo_opcode.h 66 V(kCopy, "copy") \
graphviz_example.cc 108 HloInstruction::CreateUnary(vshape, HloOpcode::kCopy, param_v0));
hlo_value.cc 120 case HloOpcode::kCopy:
copy_insertion_test.cc 45 if (instruction->opcode() == HloOpcode::kCopy) {
128 // Verify that an kCopy instructions which exist in the pass before
136 constant->shape(), HloOpcode::kCopy, constant));
138 constant->shape(), HloOpcode::kCopy, constant));
142 HloInstruction::CreateUnary(constant->shape(), HloOpcode::kCopy, add));
    [all...]
  /external/google-breakpad/src/testing/include/gmock/internal/
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/cpu/
cpu_layout_assignment_test.cc 86 EXPECT_NE(instruction->opcode(), HloOpcode::kCopy);
128 EXPECT_NE(instruction->opcode(), HloOpcode::kCopy);
172 EXPECT_NE(instruction->opcode(), HloOpcode::kCopy);
203 EXPECT_NE(instruction->opcode(), HloOpcode::kCopy);
243 EXPECT_NE(instruction->opcode(), HloOpcode::kCopy);
cpu_copy_insertion_test.cc 40 if (instruction->opcode() == HloOpcode::kCopy) {
  /external/libbrillo/brillo/http/
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/
gtest-internal.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h     [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-internal.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-internal.h     [all...]

Completed in 651 milliseconds

1 2 3