TensorFlow

API

 tf.compat / v1 / v1.losses.sparse_softmax_cross_entropy


Operators for manipulating tensors.

Functions

batch_to_space_nd(...): BatchToSpace for N-D tensors of type T.

gather_nd(...): Gather slices from params into a Tensor with shape specified by indices.

reshape(...): Reshapes a tensor.

reverse(...): Reverses specific dimensions of a tensor.

roll(...): Rolls the elements of a tensor along an axis.

scatter_nd(...): Scatter updates into a new tensor according to indices.

space_to_batch_nd(...): SpaceToBatch for N-D tensors of type T.

tile(...): Constructs a tensor by tiling a given tensor.


此页内容是否对您有帮助