Sponsor of the Day:
Jerkmate
https://www.tensorflow.org/api_docs/python/tf/keras/ops/ones
tf.keras.ops.ones | TensorFlow v2.16.1
Return a new tensor of given shape and type, filled with ones.
tf keras opstensorflow v2 16ones
https://www.tensorflow.org/api_docs/python/tf/keras/ops/fori_loop
tf.keras.ops.fori_loop | TensorFlow v2.16.1
For loop implementation.
tf keras opstensorflow v2 16foriloop
https://www.tensorflow.org/api_docs/python/tf/keras/ops/categorical_crossentropy
tf.keras.ops.categorical_crossentropy | TensorFlow v2.16.1
Computes categorical cross-entropy loss between target and output tensor.
tf keras opstensorflow v2 16categorical
https://www.tensorflow.org/api_docs/python/tf/keras/ops/round
tf.keras.ops.round | TensorFlow v2.16.1
Evenly round to the given number of decimals.
tf keras opstensorflow v2 16round
https://www.tensorflow.org/api_docs/python/tf/keras/ops/psnr
tf.keras.ops.psnr | TensorFlow v2.16.1
Peak Signal-to-Noise Ratio (PSNR) function.
tf keras opstensorflow v2 16psnr
https://www.tensorflow.org/api_docs/python/tf/keras/ops/is_tensor
tf.keras.ops.is_tensor | TensorFlow v2.16.1
Check whether the given object is a tensor.
tf keras opstensor tensorflow v216 1
https://www.tensorflow.org/api_docs/python/tf/keras/ops/cosh
tf.keras.ops.cosh | TensorFlow v2.16.1
Hyperbolic cosine, element-wise.
tf keras opstensorflow v2 16cosh
https://www.tensorflow.org/api_docs/python/tf/keras/ops/fft
tf.keras.ops.fft | TensorFlow v2.16.1
Computes the Fast Fourier Transform along last axis of input.
tf keras opstensorflow v2 16fft
https://www.tensorflow.org/api_docs/python/tf/keras/ops/top_k
tf.keras.ops.top_k | TensorFlow v2.16.1
Finds the top-k values and their indices in a tensor.
tf keras opstensorflow v2 16top
https://www.tensorflow.org/api_docs/python/tf/keras/ops/get_item
tf.keras.ops.get_item | TensorFlow v2.16.1
tf keras opstensorflow v2 16get item
https://www.tensorflow.org/api_docs/python/tf/keras/ops/argsort
tf.keras.ops.argsort | TensorFlow v2.16.1
Returns the indices that would sort a tensor.
tf keras opstensorflow v2 16argsort
https://www.tensorflow.org/api_docs/python/tf/keras/ops/image/map_coordinates
tf.keras.ops.image.map_coordinates | TensorFlow v2.16.1
Map the input array to new coordinates by interpolation..
tf keras opstensorflow v2 16image mapcoordinates
https://www.tensorflow.org/api_docs/python/tf/keras/ops/conv_transpose
tf.keras.ops.conv_transpose | TensorFlow v2.16.1
General N-D convolution transpose.
tf keras opstranspose tensorflow v216 1conv
https://www.tensorflow.org/api_docs/python/tf/keras/ops/logical_not
tf.keras.ops.logical_not | TensorFlow v2.16.1
Computes the element-wise NOT of the given input tensor.
tf keras opstensorflow v2 16logical
https://www.tensorflow.org/api_docs/python/tf/keras/ops/image
Module: tf.keras.ops.image | TensorFlow v2.16.1
module tf kerastensorflow v2 16opsimage
https://www.tensorflow.org/api_docs/python/tf/keras/ops/quantile
tf.keras.ops.quantile | TensorFlow v2.16.1
Compute the q-th quantile(s) of the data along the specified axis.
tf keras opstensorflow v2 16quantile
https://www.tensorflow.org/api_docs/python/tf/keras/ops/lu_factor
tf.keras.ops.lu_factor | TensorFlow v2.16.1
Computes the lower-upper decomposition of a square matrix.
tf keras opstensorflow v2 16lufactor
https://www.tensorflow.org/api_docs/python/tf/keras/ops/eye
tf.keras.ops.eye | TensorFlow v2.16.1
Return a 2-D tensor with ones on the diagonal and zeros elsewhere.
tf keras opstensorflow v2 16eye
https://www.tensorflow.org/api_docs/python/tf/keras/ops/less
tf.keras.ops.less | TensorFlow v2.16.1
tf keras opsless tensorflow v216 1
https://www.tensorflow.org/api_docs/python/tf/keras/ops/unstack
tf.keras.ops.unstack | TensorFlow v2.16.1
Unpacks the given dimension of a rank-R tensor into rank-(R-1) tensors.
tf keras opstensorflow v2 16
https://www.tensorflow.org/api_docs/python/tf/keras/ops/fft2
tf.keras.ops.fft2 | TensorFlow v2.16.1
Computes the 2D Fast Fourier Transform along the last two axes of input.
tf keras opstensorflow v2 16
https://www.tensorflow.org/api_docs/python/tf/keras/ops/cumsum
tf.keras.ops.cumsum | TensorFlow v2.16.1
Returns the cumulative sum of elements along a given axis.
tf keras opstensorflow v2 16cumsum
https://www.tensorflow.org/api_docs/python/tf/keras/ops/flip
tf.keras.ops.flip | TensorFlow v2.16.1
Reverse the order of elements in the tensor along the given axis.
tf keras opstensorflow v2 16flip
https://www.tensorflow.org/api_docs/python/tf/keras/ops/sin
tf.keras.ops.sin | TensorFlow v2.16.1
Trigonometric sine, element-wise.
tf keras opssin tensorflow v216 1
https://www.tensorflow.org/api_docs/python/tf/keras/ops/var
tf.keras.ops.var | TensorFlow v2.16.1
Compute the variance along the specified axes.
tf keras opstensorflow v2 16var
https://www.tensorflow.org/api_docs/python/tf/keras/ops/scatter_update
tf.keras.ops.scatter_update | TensorFlow v2.16.1
Update inputs via updates at scattered (sparse) indices.
tf keras opstensorflow v2 16scatterupdate
https://www.tensorflow.org/api_docs/python/tf/keras/ops/tril
tf.keras.ops.tril | TensorFlow v2.16.1
Return lower triangle of a tensor.
tf keras opstensorflow v2 16tril
https://www.tensorflow.org/api_docs/python/tf/keras/ops/bincount
tf.keras.ops.bincount | TensorFlow v2.16.1
Count the number of occurrences of each value in a tensor of integers.
tf keras opstensorflow v2 16bincount
https://www.tensorflow.org/api_docs/python/tf/keras/ops/vstack
tf.keras.ops.vstack | TensorFlow v2.16.1
Stack tensors in sequence vertically (row wise).
tf keras opstensorflow v2 16