View source: R/tensors_dataset.R
tensor_slices_dataset | R Documentation |
Creates a dataset whose elements are slices of the given tensors.
tensor_slices_dataset(tensors)
tensors |
A nested structure of tensors, each having the same size in the first dimension. |
A dataset.
Other tensor datasets:
sparse_tensor_slices_dataset()
,
tensors_dataset()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.