上一页 1 ··· 216 217 218 219 220 221 222 223 224 ··· 345 下一页
摘要: import numpy as npimport tensorflow as tfelems = np.array([1, 2, 3... 阅读全文
posted @ 2022-08-19 22:50 luoganttcc 阅读(6) 评论(0) 推荐(0)
摘要: import tensorflow as tft=tf.constant([1, 2, 3, 4, 5, 6, 7, 8, 9])t... 阅读全文
posted @ 2022-08-19 22:50 luoganttcc 阅读(9) 评论(0) 推荐(0)
摘要: import tensorflow as tft=tf.constant([1, 2, 3, 4, 5, 6, 7, 8, 9])t... 阅读全文
posted @ 2022-08-19 22:50 luoganttcc 阅读(8) 评论(0) 推荐(0)
摘要: import tensorflow as tftf.repeat(['a', 'b', 'c'], repeats=[3, 0, 2... 阅读全文
posted @ 2022-08-19 22:50 luoganttcc 阅读(10) 评论(0) 推荐(0)
摘要: import tensorflow as tftf.repeat(['a', 'b', 'c'], repeats=[3, 0, 2... 阅读全文
posted @ 2022-08-19 22:50 luoganttcc 阅读(20) 评论(0) 推荐(0)
摘要: import tensorflow as tf# shape of tensor 't' is [2, 2, 3]t = tf.co... 阅读全文
posted @ 2022-08-19 22:50 luoganttcc 阅读(14) 评论(0) 推荐(0)
摘要: import tensorflow as tf# shape of tensor 't' is [2, 2, 3]t = tf.co... 阅读全文
posted @ 2022-08-19 22:50 luoganttcc 阅读(5) 评论(0) 推荐(0)
摘要: tf.ones([3, 4], tf.int32) def make_variables(k, initializer): re... 阅读全文
posted @ 2022-08-19 22:50 luoganttcc 阅读(14) 评论(0) 推荐(0)
摘要: 原文链接 一个容易理解的方法 class Solution(object): def intToRoman(self, num... 阅读全文
posted @ 2022-08-19 22:49 luoganttcc 阅读(19) 评论(0) 推荐(0)
摘要: 给你 n 个非负整数 a1,a2,…,an,每个数代表坐标中的一个点 (i, ai) 。在坐标内画 n 条垂直线,垂直线 i 的两个... 阅读全文
posted @ 2022-08-19 22:49 luoganttcc 阅读(6) 评论(0) 推荐(0)
上一页 1 ··· 216 217 218 219 220 221 222 223 224 ··· 345 下一页