Dataset.from_tensor_slices(a) >>> print(ds) <TensorSliceDataset shapes: (), types: tf.float32> We can easily iterate through a dataset entry by entry as ...
確定! 回上一頁