Home
last modified time | relevance | path

Searched defs:copier (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dconcat_lib_cpu.h36 int64 cost_per_unit, ElementCopier copier, in ConcatCPUImpl()
138 int64 cost_per_unit, ElementCopier copier, in ConcatSYCLImpl()
/external/tensorflow/tensorflow/core/common_runtime/
Dcopy_tensor.cc63 auto copier = std::bind( in CopyHostToDevice() local
128 auto copier = std::bind( in CopyDeviceToHost() local
197 auto copier = std::bind( in CopyDeviceToDevice() local
/external/tensorflow/tensorflow/core/lib/gtl/
Dflatrep.h305 void CopyEntries(Bucket* start, Bucket* end, Copier copier) { in CopyEntries()
320 void FreshInsert(Bucket* src, uint32 src_index, Copier copier) { in FreshInsert()
/external/tensorflow/tensorflow/core/framework/
Dvariant_op_registry.cc133 const UnaryVariantOpRegistry::AsyncTensorDeviceCopyFn& copier) { in DeviceCopyPrimitiveType()
/external/desugar/java/com/google/devtools/build/android/desugar/
DJava7Compatibility.java166 InlineOneMethod copier = new InlineOneMethod("$jacocoInit", this); in visitMethodInsn() local
DLambdaClassFixer.java223 CopyOneMethod copier = new CopyOneMethod(methodName); in copyRewrittenLambdaMethods() local
/external/clang/test/Analysis/
Ddtor.cpp511 struct copier { struct
/external/libxcam/modules/soft/
Dsoft_stitcher.cpp323 Copier copier; in create_copier() local
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.cc705 auto copier = [this, &alloc_attrs, &notifications, &copy_status]( in MakeTensorFromProto() local