Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment.h480 std::function<void(absl::string_view, absl::string_view)> dump_fn = nullptr; member
Dmemory_space_assignment.cc1079 if (!options_.dump_fn) { in DumpDebugStringsIfEnabled()
1082 options_.dump_fn("bufferinfo", buffer_info_str_); in DumpDebugStringsIfEnabled()
1083 options_.dump_fn("allocinfo", allocation_info_str_); in DumpDebugStringsIfEnabled()