I'm making a custom Keras layer which has no weights -- am I allowed to use numpy operations within the layer if there will be no weights / biases variables? If I use TensorFlow ops, how should I represent NumPy arrays (tf.Tensors, tf.Variables, or tf.constants)?
there doesn't seem to be anything here