kron kron paddle.kron ( x, y, out\=None, name\=None ) [源代码] Kronecker Product 算子。 该 OP 计算两个张量的克罗内克积,结果是一个合成的张量,由第二个张量经过第一个张量中的元素缩放 后的组块构成。 这个 OP 预设两个张量 X 和 Y 的秩 (ran...
smooth_l1 smooth_l1 paddle.fluid.layers.smooth_l1 ( x, y, inside_weight=None, outside_weight=None, sigma=None ) [源代码] 该layer计算变量 x 和 y 的smooth L1 loss,它以 x 和 y 的第一维大小作为批...