HomeSort by relevance Sort by last modified time
    Searched refs:InstructionBuffersAreAmbiguous (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_alias_analysis.h 92 bool InstructionBuffersAreAmbiguous(const HloInstruction* instruction) const;
hlo_alias_analysis_test.cc 140 EXPECT_FALSE(analysis.InstructionBuffersAreAmbiguous(add));
189 EXPECT_FALSE(analysis.InstructionBuffersAreAmbiguous(tuple));
215 EXPECT_FALSE(analysis.InstructionBuffersAreAmbiguous(tuple));
498 EXPECT_TRUE(analysis.InstructionBuffersAreAmbiguous(subparam0));
499 EXPECT_FALSE(analysis.InstructionBuffersAreAmbiguous(subparam1));
    [all...]
hlo_alias_analysis.cc 375 bool HloAliasAnalysis::InstructionBuffersAreAmbiguous(

Completed in 77 milliseconds