未验证 提交 1cc928ff 编写于 作者: W wangchaochaohu 提交者: GitHub

fix typo test=develop (#1480)

上级 49ac0ef9
...@@ -26,11 +26,11 @@ create_tensor ...@@ -26,11 +26,11 @@ create_tensor
type: LOD_TENSOR type: LOD_TENSOR
lod_tensor { lod_tensor {
tensor { tensor {
data_type: INT8 data_type: FP32
} }
} }
} }
persistable: false persistable: false
""" """
import paddle.fluid as fluid import paddle.fluid as fluid
tensor = fluid.layers.create_tensor(dtype='float32') tensor = fluid.layers.create_tensor(dtype='float32')
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册