pad

    1. # x 为一个秩为2的张量
    2. import paddle.fluid as fluid
    3. x = fluid.data(name='data', shape=[300, 300], dtype='float32')