def create_function_from_tensors()

in realbook/layers/compatibility.py [0:0]


def create_function_from_tensors(
    input_tensors: Union[tf.Tensor, List[tf.Tensor]],
    output_tensors: Union[tf.Tensor, List[tf.Tensor]],
    include_control_inputs: bool = False,