Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h277 using HloInstructionPredicate = std::function<bool(const HloInstruction*)>; variable
281 HloPrintOptions& set_print_instruction(HloInstructionPredicate callback) { in set_print_instruction()
360 HloInstructionPredicate print_instruction_ = [](const HloInstruction* instr) {