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.h38 bool AllOperandsAreParameters(const HloInstruction& instruction);
Dhlo_query.cc45 bool AllOperandsAreParameters(const HloInstruction& instruction) { in AllOperandsAreParameters() function
Dmap_inliner.cc71 if (hlo_query::AllOperandsAreParameters(root)) { in HandleMap()