blob: 53e63fef17817886ee52e142562c703c228e3758 [file] [log] [blame]
def build_intlist(data):
return data
def build_tensor_from_id(data):
if isinstance(data, int):
# just the id, can't really do anything
return data