Extracts a slice from a tensor.
Gather slices from params axis axis according to indices . indices must be an integer tensor of any dimension (often 1-D). Tensor.getitem works ...
Generate batches of tensor image data with real-time data augmentation. ... The function should take one argument: one image (Numpy tensor ...
if label_mode is categorical , the labels are a float32 tensor of shape (batch_size, num_classes) , representing a one-hot encoding of the class ...
... None : no targets get yielded (only input images are yielded). ... subset, Subset of data ( "training" or "validation" ) if ...
used for adding 1 to each element, or projecting a subset of element components.
Apply boolean mask to tensor.
Computes the sum of elements across dimensions of a tensor.
Return the indices of non-zero elements - When only condition is provided the result is an int64 tensor where each row is the index of a non- ...
This function supports a subset of tf.gather, see tf.gather for details on ...