Home
last modified time | relevance | path

Searched refs:host_lhs (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dbuffer_comparator.cc644 std::vector<ElementType> host_lhs(n), host_rhs(n); in HostCompare() local
645 stream->ThenMemcpy(host_lhs.data(), lhs, lhs.size()); in HostCompare()
661 auto original_lhs = static_cast<ComparisonType>(host_lhs[i]); in HostCompare()