LostTech.TensorFlow : API Documentation

Type ragged_batch_gather_ops

Namespace tensorflow.python.ragged.ragged_batch_gather_ops

Public static methods

object batch_gather(IEnumerable<object> params, object indices, string name)

object batch_gather(RaggedTensor params, object indices, string name)

object batch_gather(object params, RaggedTensor indices, string name)

object batch_gather(object params, IGraphNodeBase indices, string name)

object batch_gather(object params, object indices, string name)

Public properties

PythonFunctionContainer batch_gather_fn get;