codecamp

TensorFlow函数教程:tf.keras.backend.batch_get_value

tf.keras.backend.batch_get_value函数

tf.keras.backend.batch_get_value(tensors)

定义在:tensorflow/python/keras/backend.py。

返回多个tensor变量的值。

参数:

  • tensors:要运行的操作列表。

返回:

Numpy数组列表。

可能引发的异常:

  • RuntimeError:如果在defun中调用此方法。
TensorFlow函数教程:tf.keras.backend.batch_flatten
TensorFlow函数教程:tf.keras.backend.batch_normalization
温馨提示
下载编程狮App,免费阅读超1000+编程语言教程
取消
确定