Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dfusion_node_indexing_evaluation.h58 absl::flat_hash_set<const HloInstruction*> RemoveFusionOperand(
Dfusion_node_indexing_evaluation.cc120 FusionNodeIndexingEvaluation::RemoveFusionOperand( in RemoveFusionOperand() function in xla::FusionNodeIndexingEvaluation
Dfusion_node_indexing_evaluation_test.cc52 auto indexing_users = evaluation->second.RemoveFusionOperand(producer); in FuseInstruction()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dinstruction_fusion.cc142 auto indexing_users = evaluation->second.RemoveFusionOperand(producer); in FuseInstruction()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_instruction_fusion.cc214 auto indexing_users = evaluation->second.RemoveFusionOperand(producer); in FuseInstruction()