Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.cc1107 absl::optional<int64> index_memory_space; in GetBytesRead() local
1109 index_memory_space = indexed_shape.shape.layout().memory_space(); in GetBytesRead()
1111 if (!memory_space || memory_space == index_memory_space) { in GetBytesRead()
1125 absl::optional<int64> index_memory_space; in GetBytesWritten() local
1127 index_memory_space = indexed_shape.shape.layout().memory_space(); in GetBytesWritten()
1129 if (!memory_space || memory_space == index_memory_space) { in GetBytesWritten()