It creates a constant tensor initialized from a numpy array
op_constant(value = NULL, shape = NULL, dtype = "auto", name = "")
| shape | - list of ints representing tensor shape |
|---|---|
| dtype | - data type to be used ("float32", "float64", or "auto") |
| name | (str) the name of the Function instance in the network |