You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This function returns a ``xchunked_array<xchunk_store_manager<xfile_array<T, IOH>>>`` initialized from an expression.
259
+
*
260
+
* @tparam T The type of the elements (e.g. double)
261
+
* @tparam IOH The type of the IO handler (e.g. xio_disk_handler)
262
+
* @tparam L The layout_type of the array
263
+
* @tparam IP The type of the index-to-path transformer (default: xindex_path)
264
+
* @tparam EXT The type of the array extension (default: empty_extension)
265
+
*
266
+
* @param e The expression to initialize the chunked array from
267
+
* @param chunk_shape The shape of a chunk
268
+
* @param path The path to the chunk store
269
+
* @param pool_size The size of the chunk pool (default: 1)
270
+
* @param chunk_memory_layout The layout of each chunk (default: XTENSOR_DEFAULT_LAYOUT)
271
+
*
272
+
* @return returns a ``xchunked_array<xchunk_store_manager<xfile_array<T, IOH>>>`` from the given expression, with the given chunk shape and memory layout.
* This function returns a ``xchunked_array<xchunk_store_manager<xfile_array<T, IOH>>>`` initialized from an expression.
285
+
*
286
+
* @tparam IOH The type of the IO handler (e.g. xio_disk_handler)
287
+
* @tparam L The layout_type of the array
288
+
* @tparam IP The type of the index-to-path transformer (default: xindex_path)
289
+
* @tparam EXT The type of the array extension (default: empty_extension)
290
+
*
291
+
* @param e The expression to initialize the chunked array from
292
+
* @param path The path to the chunk store
293
+
* @param pool_size The size of the chunk pool (default: 1)
294
+
* @param chunk_memory_layout The layout of each chunk (default: XTENSOR_DEFAULT_LAYOUT)
295
+
*
296
+
* @return returns a ``xchunked_array<xchunk_store_manager<xfile_array<T, IOH>>>`` from the given expression, with the expression's chunk shape and the given memory layout.
0 commit comments