Public static methods
Tensor batch_gather_with_default(IEnumerable<object> params, IEnumerable<object> indices, string default_value, string name)
Tensor batch_gather_with_default(IGraphNodeBase params, int indices, string default_value, string name)
Tensor batch_gather_with_default(IGraphNodeBase params, IEnumerable<object> indices, string default_value, string name)
Tensor batch_gather_with_default(int params, IGraphNodeBase indices, string default_value, string name)
Tensor batch_gather_with_default(int params, int indices, string default_value, string name)
Tensor batch_gather_with_default(int params, RaggedTensor indices, string default_value, string name)
Tensor batch_gather_with_default(int params, IEnumerable<object> indices, string default_value, string name)
Tensor batch_gather_with_default(RaggedTensor params, int indices, string default_value, string name)
Tensor batch_gather_with_default(RaggedTensor params, IEnumerable<object> indices, string default_value, string name)
Tensor batch_gather_with_default(IEnumerable<object> params, IGraphNodeBase indices, string default_value, string name)
Tensor batch_gather_with_default(IEnumerable<object> params, int indices, string default_value, string name)
Tensor batch_gather_with_default(IEnumerable<object> params, RaggedTensor indices, string default_value, string name)
object batch_gather_with_default_dyn(object params, object indices, ImplicitContainer<T> default_value, object name)
Public properties