Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_liveness_test.cc401 auto embedded_log = embedded_builder.AddInstruction( in TEST_F() local
421 EXPECT_TRUE(InstructionsMayInterfere(*liveness, embedded_log, call)); in TEST_F()
424 InstructionsMayInterfere(*liveness, embedded_param, embedded_log)); in TEST_F()
429 EXPECT_FALSE(InstructionMaybeLiveOut(*liveness, embedded_log)); in TEST_F()
Dhlo_dataflow_analysis_test.cc1546 auto embedded_log = in TEST_P() local
1571 EXPECT_FALSE(InstructionsMayInterfere(ordering, exp, embedded_log)); in TEST_P()
1575 EXPECT_TRUE(InstructionsMayInterfere(ordering, negate, embedded_log)); in TEST_P()