摘要: import tensorflow as tf @tf.function #启用图必须开启 def my_func(x, y): # A simple hand-rolled layer. return tf.multiply(x, y) # Set up logging. logdir = r"C 阅读全文
posted @ 2021-08-31 22:40 kuanleung 阅读(22) 评论(0) 推荐(0)