LostTech.TensorFlow : API Documentation

Type ragged_string_ops

Namespace tensorflow.python.ragged.ragged_string_ops

Public static methods

object reduce_join(IEnumerable<Byte[]> inputs, Nullable<int> axis, Nullable<bool> keepdims, string separator, string name)

object reduce_join(RaggedTensor inputs, Nullable<int> axis, Nullable<bool> keepdims, string separator, string name)

object reduce_join(int inputs, Nullable<int> axis, Nullable<bool> keepdims, string separator, string name)

object reduce_join(IGraphNodeBase inputs, Nullable<int> axis, Nullable<bool> keepdims, string separator, string name)

object reduce_join_dyn(object inputs, object axis, object keepdims, ImplicitContainer<T> separator, object name)

Public properties

PythonFunctionContainer reduce_join_fn get;