初始化输入的tensor数据。
def initialize_data(self, input_tensor)
input_tensor需要符合Input类要求的数据类型和shape格式。
参数名
参数类型
输入/输出
说明
input_tensor
array
输入
输入tensor。
无