Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_fusible.cc350 static int64_t NumUnnestedReductionsNoCache(const HloInstruction& instr) { in NumUnnestedReductionsNoCache() function
359 sum += NumUnnestedReductionsNoCache(*hlo); in NumUnnestedReductionsNoCache()
369 return NumUnnestedReductionsNoCache(instr); in NumUnnestedReductions()
381 it->second = NumUnnestedReductionsNoCache(instr); in NumUnnestedReductions()