Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dfusion_queue.h38 virtual void PreFusion(HloInstruction* producer, HloInstruction* consumer) {} in PreFusion() function
Dinstruction_fusion.cc499 fusion_queue->PreFusion(operand, instruction); in Run()
503 fusion_queue->PreFusion(operand, instruction); in Run()