Home
last modified time | relevance | path

Searched refs:hlo_value (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_live_range.cc37 for (const HloValue* hlo_value : hlo_buffer.values()) { in NormalizeAliasedBuffers() local
38 if (buffer_live_ranges_.contains(hlo_value)) { in NormalizeAliasedBuffers()
39 aliased_buffers.push_back(hlo_value); in NormalizeAliasedBuffers()
Dhlo_value.h183 std::ostream& operator<<(std::ostream& out, const HloValue& hlo_value);
246 std::ostream& operator<<(std::ostream& out, const HloValueSet& hlo_value);
Dbuffer_assignment.cc598 const HloValue& hlo_value = in AddAssignment() local
600 if (alias_analysis().ValueLivesOut(hlo_value)) { in AddAssignment()
601 VLOG(3) << "HloValue lives out: " << hlo_value.ToString(); in AddAssignment()
1199 for (const HloValue* hlo_value : hlo_buffer->values()) { in AssignSingleHloBuffer() local
1200 HloComputation* computation = hlo_value->instruction()->parent(); in AssignSingleHloBuffer()
1207 for (const HloValue* hlo_value : hlo_buffer->values()) { in AssignSingleHloBuffer() local
1208 HloComputation* computation = hlo_value->instruction()->parent(); in AssignSingleHloBuffer()
1218 (*buffers_to_assign_sequentially)[computation].insert(hlo_value); in AssignSingleHloBuffer()
1219 VLOG(3) << "Delaying assignment of temp buffer: " << *hlo_value; in AssignSingleHloBuffer()
DBUILD357 ":hlo_value",
1381 ":hlo_value",
1447 ":hlo_value",
3178 name = "hlo_value",
3179 srcs = ["hlo_value.cc"],
3180 hdrs = ["hlo_value.h"],
3211 ":hlo_value",
3263 ":hlo_value",
3341 ":hlo_value",
3380 ":hlo_value",
[all …]