Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment_tuning_utils.cc24 std::optional<std::vector<uint64_t>> memory_space_assignment_config, in CustomizeSortedBufferInterval() argument
32 if (!memory_space_assignment_config.has_value()) { in CustomizeSortedBufferInterval()
36 config = *memory_space_assignment_config; in CustomizeSortedBufferInterval()
Dmemory_space_assignment_tuning_utils.h32 std::optional<std::vector<uint64_t>> memory_space_assignment_config,
Dhlo_module_config.h321 const std::vector<uint64_t>& memory_space_assignment_config() const { in memory_space_assignment_config() function