Searched refs:memory_space_str (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | memory_space_assignment.cc | 2855 std::string memory_space_str = "def"; in ToString() local 2857 memory_space_str = absl::StrCat("alt (off: ", chunk_->offset, ")"); in ToString() 2859 return absl::StrCat("Allocation in ", memory_space_str, " defined at ", in ToString() 2864 std::string memory_space_str = "def"; in ToString() local 2866 memory_space_str = absl::StrCat("alt (off: ", chunk_->offset, ")"); in ToString() 2868 return absl::StrCat("Copy Allocation in ", memory_space_str, " from ", in ToString()
|