HomeSort by relevance Sort by last modified time
    Searched full:embedded_param (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_liveness_test.cc 397 auto embedded_param = embedded_builder.AddInstruction( local
398 HloInstruction::CreateParameter(0, vec_, "embedded_param"));
400 HloInstruction::CreateUnary(vec_, HloOpcode::kLog, embedded_param));
420 EXPECT_TRUE(InstructionsMayInterfere(*liveness, embedded_param, param));
422 InstructionsMayInterfere(*liveness, embedded_param, embedded_log));
    [all...]
hlo_dataflow_analysis_test.cc 1511 auto embedded_param = embedded_builder.AddInstruction( local
    [all...]

Completed in 804 milliseconds