Searched refs:StridedCopy (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/ |
D | util.h | 201 void StridedCopy(absl::Span<D> dest, int64 dest_base, int64 dest_stride, in StridedCopy() function
|
D | literal.cc | 224 StridedCopy(data<NativeT>(), linear_index(shape(), dest_base), 0, in CopySliceFromInternal() 255 StridedCopy(this->data<NativeT>(), dest_index, stride_config.dest_stride, in CopySliceFromInternal()
|