Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_liveness_test.cc399 auto embedded_param = embedded_builder.AddInstruction( in TEST_F() local
402 HloInstruction::CreateUnary(vec_, HloOpcode::kLog, embedded_param)); in TEST_F()
422 EXPECT_TRUE(InstructionsMayInterfere(*liveness, embedded_param, param)); in TEST_F()
424 InstructionsMayInterfere(*liveness, embedded_param, embedded_log)); in TEST_F()
Dhlo_dataflow_analysis_test.cc1544 auto embedded_param = embedded_builder.AddInstruction( in TEST_P() local
1548 vector_shape_, HloOpcode::kLog, embedded_param)); in TEST_P()