Searched refs:index_memory_space (Results 1 – 1 of 1) sorted by relevance
1107 absl::optional<int64> index_memory_space; in GetBytesRead() local1109 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() local1127 index_memory_space = indexed_shape.shape.layout().memory_space(); in GetBytesWritten()1129 if (!memory_space || memory_space == index_memory_space) { in GetBytesWritten()