class Input
类说明
def __init__(self, name, shape, datatype)
def get_input_name(self)
def get_input_shape(self)
def set_input_shape(self, shape)
def get_input_data_type(self)
def initialize_data(self, input_tensor)
def get_input_tensor(self)
父主题:
类参考