Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_query.h39 bool AllOperandsAreParameters(const HloInstruction& instruction);
Dmap_inliner.cc71 if (hlo_query::AllOperandsAreParameters(root)) { in HandleMap()
Dhlo_query.cc47 bool AllOperandsAreParameters(const HloInstruction& instruction) { in AllOperandsAreParameters() function