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