math

来源:互联网 发布:白话粒子群优化算法 编辑:程序博客网 时间:2024/05/17 06:53
– – tf.add(x, y) 元素加 tf.subtract(x, y) 元素减 tf.multiple(x, y) 元素乘 tf.scalar_mul(scalar, x) scalar * x tf.div(x, y) 元素(整)除 tf.divide(x, y) 元素(真实)除