Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/core/
Darena.cc117 static uint32 LeastCommonMultiple(uint32 a, uint32 b) { in LeastCommonMultiple() function
158 (alignment > 1 ? LeastCommonMultiple(alignment, kDefaultAlignment) : 1); in AllocNewBlock()