LostTech.TensorFlow : API Documentation

Type gen_beam_search_ops

Namespace tensorflow.contrib.seq2seq.ops.gen_beam_search_ops

Public static methods

object gather_tree_eager_fallback(IGraphNodeBase step_ids, IGraphNodeBase parent_ids, IGraphNodeBase max_sequence_lengths, IGraphNodeBase end_token, string name, Context ctx)

object gather_tree_eager_fallback_dyn(object step_ids, object parent_ids, object max_sequence_lengths, object end_token, object name, object ctx)

Tensor GatherTree(object step_ids, object parent_ids, object max_sequence_lengths, object end_token, string name)

object GatherTree_dyn(object step_ids, object parent_ids, object max_sequence_lengths, object end_token, object name)

Public properties

PythonFunctionContainer gather_tree_eager_fallback_fn get;

PythonFunctionContainer GatherTree_fn get;