Public instance methods
Tensor call(IGraphNodeBase inputs, IEnumerable<IGraphNodeBase> states, int constants, IDictionary<string, object> kwargs)
Tensor call(IGraphNodeBase inputs, IEnumerable<IGraphNodeBase> states, IEnumerable<PythonClassContainer> constants, IDictionary<string, object> kwargs)
Tensor call(IEnumerable<IGraphNodeBase> inputs, object states, PythonClassContainer constants, IDictionary<string, object> kwargs)
Tensor call(IEnumerable<IGraphNodeBase> inputs, object states, IGraphNodeBase constants, IDictionary<string, object> kwargs)
Tensor call(IEnumerable<IGraphNodeBase> inputs, object states, int constants, IDictionary<string, object> kwargs)
Tensor call(IEnumerable<IGraphNodeBase> inputs, object states, IndexedSlices constants, IDictionary<string, object> kwargs)
Tensor call(IEnumerable<IGraphNodeBase> inputs, object states, IEnumerable<PythonClassContainer> constants, IDictionary<string, object> kwargs)
Tensor call(IEnumerable<IGraphNodeBase> inputs, PythonClassContainer states, IEnumerable<PythonClassContainer> constants, IDictionary<string, object> kwargs)
Tensor call(IEnumerable<IGraphNodeBase> inputs, IEnumerable<IGraphNodeBase> states, PythonClassContainer constants, IDictionary<string, object> kwargs)
Tensor call(IEnumerable<IGraphNodeBase> inputs, IEnumerable<IGraphNodeBase> states, IGraphNodeBase constants, IDictionary<string, object> kwargs)
Tensor call(IEnumerable<IGraphNodeBase> inputs, IEnumerable<IGraphNodeBase> states, int constants, IDictionary<string, object> kwargs)
Tensor call(IEnumerable<IGraphNodeBase> inputs, IEnumerable<IGraphNodeBase> states, IndexedSlices constants, IDictionary<string, object> kwargs)
Tensor call(IEnumerable<IGraphNodeBase> inputs, IEnumerable<IGraphNodeBase> states, IEnumerable<PythonClassContainer> constants, IDictionary<string, object> kwargs)
Tensor call(IGraphNodeBase inputs, object states, int constants, IDictionary<string, object> kwargs)
Tensor call(IGraphNodeBase inputs, object states, IEnumerable<PythonClassContainer> constants, IDictionary<string, object> kwargs)
object call_dyn(object inputs, object states, object constants, IDictionary<string, object> kwargs)
Public properties
object activity_regularizer_dyn get; set;
IList<Node> inbound_nodes get;
object inbound_nodes_dyn get;
IList<object> losses get;
IList<object> metrics get;
object name_scope_dyn get;
IList<object> non_trainable_variables get;
object non_trainable_variables_dyn get;
IList<object> non_trainable_weights get;
object non_trainable_weights_dyn get;
IList<object> outbound_nodes get;
object outbound_nodes_dyn get;
IList<object> output get;
object output_mask_dyn get;
object output_shape_dyn get;
object output_size_dyn get;
bool reverse_state_order get; set;
object state_size_dyn get;
ValueTuple<object> submodules get;
object submodules_dyn get;
bool supports_masking get; set;
object trainable_dyn get; set;
object trainable_variables get;
object trainable_variables_dyn get;
IList<object> trainable_weights get;
object trainable_weights_dyn get;
IList<object> updates get;
object variables_dyn get;
IList<object> weights get;