Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_single_threaded_matmul.cc32 bool Is16BytesAligned(void* ptr) { in Is16BytesAligned() function
74 Is16BytesAligned(out) && Is16BytesAligned(lhs) && Is16BytesAligned(rhs); in SingleThreadedMatMulDispatch()
Druntime_matmul.cc35 bool Is16BytesAligned(void* ptr) { in Is16BytesAligned() function
80 Is16BytesAligned(out) && Is16BytesAligned(lhs) && Is16BytesAligned(rhs); in MatMulDispatch()