Home
last modified time | relevance | path

Searched defs:dest_base (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dutil.h201 void StridedCopy(absl::Span<D> dest, int64 dest_base, int64 dest_stride, in StridedCopy()
Dliteral.cc211 absl::Span<const int64> dest_base, absl::Span<const int64> copy_size) { in CopySliceFromInternal()
506 absl::Span<const int64> dest_base, in CopySliceFrom()
Dliteral_test.cc989 const int64 dest_base[] = {6, 4, 12, 2}; in TEST_F() local