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

  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_liveness.h 53 bool MaybeLiveOut(const LogicalBuffer& buffer) const;
90 // MayInterfere or MaybeLiveOut.
buffer_liveness_test.cc 92 return liveness.MaybeLiveOut(
359 // Verify MaybeLiveOut with nested tuples. Result of computation looks like:
395 // Test MaybeLiveOut and MayInterfere for embedded computation.
426 // The only buffers for which MaybeLiveOut == true are those live out
463 EXPECT_FALSE(liveness->MaybeLiveOut(
465 EXPECT_TRUE(liveness->MaybeLiveOut(
467 EXPECT_TRUE(liveness->MaybeLiveOut(
469 EXPECT_TRUE(liveness->MaybeLiveOut(
471 EXPECT_FALSE(liveness->MaybeLiveOut(
473 EXPECT_FALSE(liveness->MaybeLiveOut(
    [all...]
buffer_liveness.cc 166 bool BufferLiveness::MaybeLiveOut(const LogicalBuffer& buffer) const {
buffer_assignment.cc 523 if (liveness().MaybeLiveOut(buffer)) {
    [all...]

Completed in 111 milliseconds