LostTech.TensorFlow : API Documentation

Type gen_ragged_array_ops

Namespace tensorflow.python.ops.gen_ragged_array_ops

Public static methods

object ragged_gather(ValueTuple<object> params_nested_splits, IGraphNodeBase params_dense_values, IGraphNodeBase indices, int OUTPUT_RAGGED_RANK, string name)

object ragged_gather_dyn(object params_nested_splits, object params_dense_values, object indices, object OUTPUT_RAGGED_RANK, object name)

object ragged_gather_eager_fallback(ValueTuple<object> params_nested_splits, IGraphNodeBase params_dense_values, IGraphNodeBase indices, int OUTPUT_RAGGED_RANK, string name, Context ctx)

object ragged_gather_eager_fallback_dyn(object params_nested_splits, object params_dense_values, object indices, object OUTPUT_RAGGED_RANK, object name, object ctx)

Public properties

PythonFunctionContainer ragged_gather_eager_fallback_fn get;

PythonFunctionContainer ragged_gather_fn get;