Python – tensorflow.math.invert_permutation()
TensorFlow es una biblioteca Python de código abierto diseñada por Google para desarrollar modelos de aprendizaje automático y redes neuronales de aprendizaje profundo. invert_permutation() se usa para calcular la permutación inversa de un tensor. Sintaxis: tensorflow.math.invert_permutation(x, nombre) Parámetros: x: Es un tensor 1-D. Los dtypes permitidos son int32 e int64. Los valores del tensor deben … Continue reading «Python – tensorflow.math.invert_permutation()»