上一页 1 ··· 175 176 177 178 179 180 181 182 183 ··· 345 下一页
摘要: tf.fill([2, 3], 9) 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(7) 评论(0) 推荐(0)
摘要: tf.eye(2) tf.eye(2, batch_shape=[3]) tf.eye(2, num_columns=3) ... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(12) 评论(0) 推荐(0)
摘要: tf.eye(2) tf.eye(2, batch_shape=[3]) tf.eye(2, num_columns=3) ... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(16) 评论(0) 推荐(0)
摘要: import tensorflow as tfimage = tf.zeros([10,10,3])print(image.shap... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(24) 评论(0) 推荐(0)
摘要: import tensorflow as tfimage = tf.zeros([10,10,3])print(image.shap... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(3) 评论(0) 推荐(0)
摘要: import osimport tensorflow as tfimport cProfiletf.executing_eagerl... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(19) 评论(0) 推荐(0)
摘要: import osimport tensorflow as tfimport cProfiletf.executing_eagerl... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(24) 评论(0) 推荐(0)
摘要: x = tf.constant([1,2,3])print(x.shape)x = tf.ensure_shape(x, [3]) ... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(14) 评论(0) 推荐(0)
摘要: x = tf.constant([1,2,3])print(x.shape)x = tf.ensure_shape(x, [3]) ... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(9) 评论(0) 推荐(0)
摘要: import tensorflow as tf # 'hypothesis' is a tensor of shape `[2, ... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(5) 评论(0) 推荐(0)
上一页 1 ··· 175 176 177 178 179 180 181 182 183 ··· 345 下一页