Public static methods
ValueTuple<object, object, object> dynamic_decode(Decoder decoder, bool output_time_major, bool impute_finished, int maximum_iterations, int parallel_iterations, bool swap_memory, VariableScope scope, IDictionary<string, object> kwargs)
ValueTuple<object, object, object> dynamic_decode(BaseDecoder decoder, bool output_time_major, bool impute_finished, IGraphNodeBase maximum_iterations, int parallel_iterations, bool swap_memory, VariableScope scope, IDictionary<string, object> kwargs)
ValueTuple<object, object, object> dynamic_decode(BaseDecoder decoder, bool output_time_major, bool impute_finished, int maximum_iterations, int parallel_iterations, bool swap_memory, VariableScope scope, IDictionary<string, object> kwargs)
ValueTuple<object, object, object> dynamic_decode(BaseDecoder decoder, bool output_time_major, bool impute_finished, ndarray maximum_iterations, int parallel_iterations, bool swap_memory, VariableScope scope, IDictionary<string, object> kwargs)
ValueTuple<object, object, object> dynamic_decode(Decoder decoder, bool output_time_major, bool impute_finished, IGraphNodeBase maximum_iterations, int parallel_iterations, bool swap_memory, VariableScope scope, IDictionary<string, object> kwargs)
ValueTuple<object, object, object> dynamic_decode(object decoder, bool output_time_major, bool impute_finished, ndarray maximum_iterations, int parallel_iterations, bool swap_memory, VariableScope scope, IDictionary<string, object> kwargs)
ValueTuple<object, object, object> dynamic_decode(object decoder, bool output_time_major, bool impute_finished, int maximum_iterations, int parallel_iterations, bool swap_memory, VariableScope scope, IDictionary<string, object> kwargs)
ValueTuple<object, object, object> dynamic_decode(object decoder, bool output_time_major, bool impute_finished, IGraphNodeBase maximum_iterations, int parallel_iterations, bool swap_memory, VariableScope scope, IDictionary<string, object> kwargs)
ValueTuple<object, object, object> dynamic_decode(Decoder decoder, bool output_time_major, bool impute_finished, ndarray maximum_iterations, int parallel_iterations, bool swap_memory, VariableScope scope, IDictionary<string, object> kwargs)
Tensor hardmax(object logits, string name)
object hardmax_dyn(object logits, object name)
object monotonic_attention(int p_choose_i, IGraphNodeBase previous_attention, string mode)
object monotonic_attention(int p_choose_i, ndarray previous_attention, string mode)
object monotonic_attention(ValueTuple<PythonClassContainer, PythonClassContainer> p_choose_i, IGraphNodeBase previous_attention, string mode)
object monotonic_attention(ValueTuple<PythonClassContainer, PythonClassContainer> p_choose_i, ndarray previous_attention, string mode)
object monotonic_attention_dyn(object p_choose_i, object previous_attention, object mode)
object safe_cumprod(int x, Object[] args)
object safe_cumprod(int x, IDictionary<string, object> kwargs, Object[] args)
object safe_cumprod_dyn(object x, Object[] args)
object safe_cumprod_dyn(object x, IDictionary<string, object> kwargs, Object[] args)
Tensor sequence_loss(object logits, object targets, IEnumerable<IGraphNodeBase> weights, bool average_across_timesteps, bool average_across_batch, bool sum_over_timesteps, bool sum_over_batch, object softmax_loss_function, string name)
Tensor sequence_loss(object logits, object targets, IGraphNodeBase weights, bool average_across_timesteps, bool average_across_batch, bool sum_over_timesteps, bool sum_over_batch, object softmax_loss_function, string name)
object tile_batch(string t, int multiplier, string name)
object tile_batch(object t, int multiplier, string name)
object tile_batch(IEnumerable<object> t, int multiplier, string name)
object tile_batch(ndarray t, int multiplier, string name)
object tile_batch_dyn(object t, object multiplier, object name)
Public properties