HomeSort by relevance Sort by last modified time
    Searched refs:Is16BytesAligned (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
runtime_matmul.cc 35 bool Is16BytesAligned(void* ptr) {
80 Is16BytesAligned(out) && Is16BytesAligned(lhs) && Is16BytesAligned(rhs);
runtime_single_threaded_matmul.cc 32 bool Is16BytesAligned(void* ptr) {
74 Is16BytesAligned(out) && Is16BytesAligned(lhs) && Is16BytesAligned(rhs);

Completed in 182 milliseconds