/external/python/cpython3/Lib/ |
D | copy.py | 74 copier = _copy_dispatch.get(cls) 75 if copier: 76 return copier(x) 86 copier = getattr(cls, "__copy__", None) 87 if copier: 88 return copier(x) 148 copier = _deepcopy_dispatch.get(cls) 149 if copier: 150 y = copier(x, memo) 159 copier = getattr(x, "__deepcopy__", None) [all …]
|
/external/python/cpython2/Lib/ |
D | copy.py | 74 copier = _copy_dispatch.get(cls) 75 if copier: 76 return copier(x) 78 copier = getattr(cls, "__copy__", None) 79 if copier: 80 return copier(x) 161 copier = _deepcopy_dispatch.get(cls) 162 if copier: 163 y = copier(x, memo) 172 copier = getattr(x, "__deepcopy__", None) [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | concat_lib_cpu.h | 36 int64 cost_per_unit, ElementCopier copier, in ConcatCPUImpl() argument 69 copier.Copy(out, inp[j], j, size); in ConcatCPUImpl() 78 auto work = [&row_size, &sizes, &inputs, &output, &copier, &num_inputs]( in ConcatCPUImpl() 102 copier.Copy(out, inp, j, size); in ConcatCPUImpl() 121 copier.Copy(out, inp[j], j, size); in ConcatCPUImpl() 138 int64 cost_per_unit, ElementCopier copier, in ConcatSYCLImpl() argument
|
D | random_op_gpu.h | 140 const SampleCopier<T, kGroupSize> copier; 143 copier(&data[offset], samples);
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | copy_tensor.cc | 63 auto copier = std::bind( in CopyHostToDevice() local 100 VariantDeviceCopyDirection::HOST_TO_DEVICE, v[i], &v_out[i], copier); in CopyHostToDevice() 128 auto copier = std::bind( in CopyDeviceToHost() local 165 VariantDeviceCopyDirection::DEVICE_TO_HOST, v[i], &v_out[i], copier); in CopyDeviceToHost() 197 auto copier = std::bind( in CopyDeviceToDevice() local 230 &v_out[i], copier); in CopyDeviceToDevice()
|
/external/tensorflow/tensorflow/core/lib/gtl/ |
D | flatrep.h | 305 void CopyEntries(Bucket* start, Bucket* end, Copier copier) { in CopyEntries() argument 309 FreshInsert(b, i, copier); in CopyEntries() 320 void FreshInsert(Bucket* src, uint32 src_index, Copier copier) { in FreshInsert() argument 332 copier(b, bi, src, src_index); in FreshInsert()
|
/external/u-boot/doc/ |
D | README.nios2 | 68 If you use boot copier, like EPCS boot copier, make sure the copier
|
/external/tensorflow/tensorflow/contrib/graph_editor/ |
D | transform.py | 621 copier = Transformer() 622 return copier( 663 copier = Transformer() 670 copier.transform_external_input_handler = replace_t_with_replacement_handler 671 return copier(
|
/external/python/cpython3/Lib/venv/ |
D | __init__.py | 203 copier = self.symlink_or_copy 206 copier(context.executable, path) 214 copier(context.env_exe, path, relative_symlinks_ok=True) 239 copier(src, os.path.join(binpath, suffix))
|
/external/clang/test/Analysis/ |
D | dtor.cpp | 511 struct copier { struct 517 copier<IsSimple, T>::do_copy(dest, src, count); in do_copy()
|
/external/desugar/java/com/google/devtools/build/android/desugar/ |
D | Java7Compatibility.java | 166 InlineOneMethod copier = new InlineOneMethod("$jacocoInit", this); in visitMethodInsn() local 167 bytecode.accept(copier, ClassReader.SKIP_DEBUG /* we're copying generated code anyway */); in visitMethodInsn()
|
D | LambdaClassFixer.java | 223 CopyOneMethod copier = new CopyOneMethod(methodName); in copyRewrittenLambdaMethods() local 225 bytecode.accept(copier, ClassReader.SKIP_DEBUG); in copyRewrittenLambdaMethods() 226 checkState(copier.copied(), "Didn't find %s", rewritten); in copyRewrittenLambdaMethods()
|
/external/tensorflow/tensorflow/core/framework/ |
D | variant_op_registry_test.cc | 76 const std::function<Status(const Tensor&, Tensor*)>& copier) { in CPUToGPUCopyFn() 77 TF_RETURN_IF_ERROR(copier(Tensor(), nullptr)); in CPUToGPUCopyFn()
|
D | variant_op_registry.cc | 133 const UnaryVariantOpRegistry::AsyncTensorDeviceCopyFn& copier) { in DeviceCopyPrimitiveType() argument
|
/external/libxcam/modules/soft/ |
D | soft_stitcher.cpp | 323 Copier copier; in create_copier() local 324 copier.copy_task = new XCamSoftTasks::CopyTask (copy_cb); in create_copier() 325 XCAM_ASSERT (copier.copy_task.ptr ()); in create_copier() 326 copier.copy_area = area; in create_copier() 327 _copiers.push_back (copier); in create_copier()
|
/external/tensorflow/tensorflow/contrib/graph_editor/tests/ |
D | transform_test.py | 83 copier = ge.Transformer() 84 _, info = copier(sgv, sgv.graph, "", "")
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_device.cc | 705 auto copier = [this, &alloc_attrs, ¬ifications, ©_status]( in MakeTensorFromProto() local 722 from[ix], ©_variant[ix], copier); in MakeTensorFromProto()
|
/external/python/cpython2/Lib/test/ |
D | test_collections.py | 218 for copier in copy.copy, copy.deepcopy: 219 q = copier(p)
|
/external/python/cpython3/Lib/test/ |
D | test_collections.py | 436 for copier in copy.copy, copy.deepcopy: 437 q = copier(p)
|
/external/python/google-api-python-client/samples/prediction/ |
D | language_id.txt | 270 …de cette conviction, enfon�a-t-il son b�ret sur ses yeux, et, t�chant de copier quelques-uns des a…
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | en-IPA.txt | 21326 $x{copier → kɑpiər ; # kɑpir
|
D | internal_raw_IPA.txt | 36012 copier %32466 kˈɑpiər, kˈɔpiər
|
D | internal_raw_IPA-old.txt | 42625 copier %20652 kˈɑpiər, kˈɔpiər
|