import tensorflow as tf import numpy as np
# 创建输入层 input1 = tf.keras.Input(shape=(10, )) # Variable-length sequence of ints input2 = tf.keras.Input(

import tensorflow as tf import numpy as np
# 创建输入层 input1 = tf.keras.Input(shape=(10, )) # Variable-length sequence of ints input2 = tf.keras.Input(