Sometimes parameters pass as tensor from some previous nodes in graph.
Sometimes parameters pass as tensor from some previous nodes in graph. So we can't construct
module at module define time. In such case, you can use the AdapterOperation to wrapper the
module and create it in runtime.
Please note you must guarantee the input parameter won't change each time.
Sometimes parameters pass as tensor from some previous nodes in graph. So we can't construct module at module define time. In such case, you can use the AdapterOperation to wrapper the module and create it in runtime.
Please note you must guarantee the input parameter won't change each time.
Numeric type. Only support float/double now