TensorFlow.NET
TensorFlow.NET copied to clipboard
Mapping for tf.keras.layers.Multiply?
Sorry if this is stupid. I barely know anything about this, and I'm trying to convert a python script to learn.
I'm going through and reading up on each part that doesn't have an obvious 1-1 mapping to learn what it does and how to do it, but Multiply seems like such an obvious one to exist that I feel like I'm just missing something.
Please advise. Thank you.
EDIT: is it math_ops.multiply?