LostTech.TensorFlow : API Documentation

Type ragged_batch_gather_with_default_op

Namespace tensorflow.python.ragged.ragged_batch_gather_with_default_op

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, RaggedTensor 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(IGraphNodeBase params, IGraphNodeBase 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, RaggedTensor 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)

Tensor batch_gather_with_default(RaggedTensor params, IGraphNodeBase indices, string default_value, string name)

object batch_gather_with_default_dyn(object params, object indices, ImplicitContainer<T> default_value, object name)

Public properties

PythonFunctionContainer batch_gather_with_default_fn get;