Searched defs:dst_it (Results 1 – 12 of 12) sorted by relevance
| /external/ComputeLibrary/src/cpu/kernels/ |
| D | CpuCopyKernel.cpp | 133 Iterator dst_it(dst, out_slice); in run_op() local 149 Iterator dst_it(dst, window); in run_op() local
|
| D | CpuFloorKernel.cpp | 129 Iterator dst_it(dst, win); in run_op() local
|
| D | CpuConcatenateHeightKernel.cpp | 106 Iterator dst_it(dst, win); in run_op() local
|
| D | CpuConcatenateWidthKernel.cpp | 106 Iterator dst_it(dst, win); in run_op() local
|
| D | CpuConcatenateBatchKernel.cpp | 64 Iterator dst_it(dst, win); in batch_concat() local
|
| D | CpuConcatenateDepthKernel.cpp | 67 Iterator dst_it(dst, win); in depth_concat() local
|
| D | CpuPermuteKernel.cpp | 149 Iterator dst_it(dst, window_dst); in run_permute() local
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | sendrecv_ops.cc | 120 auto dst_it = attr.find("_dst"); in TraceString() local 166 auto dst_it = attr.find("_dst"); in TraceString() local
|
| /external/ComputeLibrary/src/core/ |
| D | ITensor.cpp | 63 Iterator dst_it(this, win_dst); in copy_from() local
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | shaped_buffer.cc | 182 auto dst_it = output.buffers().begin(); in TakeSubTree() local
|
| /external/zucchini/ |
| D | zucchini_apply.cc | 26 MutableBufferView::iterator dst_it = new_image.begin(); in ApplyEquivalenceAndExtraData() local
|
| /external/tensorflow/tensorflow/core/graph/ |
| D | graph_partition.cc | 139 auto dst_it = info.input_types.find({dst->id(), dst_port}); in NeedSameDeviceSendRecv() local 153 auto dst_it = info.input_types.find({dst->id(), dst_port}); in IsDstInputOnHost() local 271 auto dst_it = g_info.input_types.find({dst->id(), dst_port}); in AddRecv() local
|