Home
last modified time | relevance | path

Searched refs:must_not_live_out (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.h618 const absl::flat_hash_set<HloOpcode>& must_not_live_out = {},
624 const absl::flat_hash_set<HloOpcode>& must_not_live_out, in BufferAssigner() argument
628 must_not_live_out_(must_not_live_out), in BufferAssigner()
Dbuffer_assignment.cc914 const absl::flat_hash_set<HloOpcode>& must_not_live_out, in Run() argument
918 must_not_live_out, std::move(preset_assignments)); in Run()
Dbuffer_assignment_test.cc112 absl::flat_hash_set<HloOpcode> must_not_live_out = {HloOpcode::kAdd}; in RunBufferAssignmentNoBuffersReuseForAdd() local
120 /*must_not_live_out=*/must_not_live_out) in RunBufferAssignmentNoBuffersReuseForAdd()