towhee.runtime.check_utils.check_length

towhee.runtime.check_utils.check_length(inputs: Tuple, outputs: Tuple)[source]

Check if the length of inputs and outputs is equal.

Parameters:
  • inputs (Tuple) – The inputs schema.

  • outputs (Tuple) – The outputs schema.