LostTech.TensorFlow : API Documentation

Type gen_sparse_ops

Namespace tensorflow.python.ops.gen_sparse_ops

Methods

Properties

Public static methods

Tensor add_many_sparse_to_tensors_map(IGraphNodeBase sparse_indices, IGraphNodeBase sparse_values, IGraphNodeBase sparse_shape, string container, string shared_name, string name)

object add_many_sparse_to_tensors_map_dyn(object sparse_indices, object sparse_values, object sparse_shape, ImplicitContainer<T> container, ImplicitContainer<T> shared_name, object name)

object add_many_sparse_to_tensors_map_eager_fallback(IGraphNodeBase sparse_indices, IGraphNodeBase sparse_values, IGraphNodeBase sparse_shape, Byte[] container, Byte[] shared_name, string name, Context ctx)

object add_many_sparse_to_tensors_map_eager_fallback(IGraphNodeBase sparse_indices, IGraphNodeBase sparse_values, IGraphNodeBase sparse_shape, Byte[] container, string shared_name, string name, Context ctx)

object add_many_sparse_to_tensors_map_eager_fallback(IGraphNodeBase sparse_indices, IGraphNodeBase sparse_values, IGraphNodeBase sparse_shape, string container, Byte[] shared_name, string name, Context ctx)

object add_many_sparse_to_tensors_map_eager_fallback(IGraphNodeBase sparse_indices, IGraphNodeBase sparse_values, IGraphNodeBase sparse_shape, string container, string shared_name, string name, Context ctx)

object add_many_sparse_to_tensors_map_eager_fallback_dyn(object sparse_indices, object sparse_values, object sparse_shape, ImplicitContainer<T> container, ImplicitContainer<T> shared_name, object name, object ctx)

Tensor add_sparse_to_tensors_map(IGraphNodeBase sparse_indices, IGraphNodeBase sparse_values, IGraphNodeBase sparse_shape, string container, string shared_name, string name)

object add_sparse_to_tensors_map_dyn(object sparse_indices, object sparse_values, object sparse_shape, ImplicitContainer<T> container, ImplicitContainer<T> shared_name, object name)

object add_sparse_to_tensors_map_eager_fallback(IGraphNodeBase sparse_indices, IGraphNodeBase sparse_values, IGraphNodeBase sparse_shape, Byte[] container, string shared_name, string name, Context ctx)

object add_sparse_to_tensors_map_eager_fallback(IGraphNodeBase sparse_indices, IGraphNodeBase sparse_values, IGraphNodeBase sparse_shape, string container, Byte[] shared_name, string name, Context ctx)

object add_sparse_to_tensors_map_eager_fallback(IGraphNodeBase sparse_indices, IGraphNodeBase sparse_values, IGraphNodeBase sparse_shape, string container, string shared_name, string name, Context ctx)

object add_sparse_to_tensors_map_eager_fallback(IGraphNodeBase sparse_indices, IGraphNodeBase sparse_values, IGraphNodeBase sparse_shape, Byte[] container, Byte[] shared_name, string name, Context ctx)

object add_sparse_to_tensors_map_eager_fallback_dyn(object sparse_indices, object sparse_values, object sparse_shape, ImplicitContainer<T> container, ImplicitContainer<T> shared_name, object name, object ctx)

object deserialize_many_sparse(IGraphNodeBase serialized_sparse, DType dtype, string name)

object deserialize_many_sparse_dyn(object serialized_sparse, object dtype, object name)

object deserialize_many_sparse_eager_fallback(IGraphNodeBase serialized_sparse, DType dtype, string name, Context ctx)

object deserialize_many_sparse_eager_fallback_dyn(object serialized_sparse, object dtype, object name, object ctx)

object deserialize_sparse(IGraphNodeBase serialized_sparse, DType dtype, string name)

object deserialize_sparse_dyn(object serialized_sparse, object dtype, object name)

object deserialize_sparse_eager_fallback(IGraphNodeBase serialized_sparse, DType dtype, string name, Context ctx)

object deserialize_sparse_eager_fallback_dyn(object serialized_sparse, object dtype, object name, object ctx)

Tensor serialize_many_sparse(IGraphNodeBase sparse_indices, IGraphNodeBase sparse_values, IGraphNodeBase sparse_shape, ImplicitContainer<T> out_type, string name)

object serialize_many_sparse_dyn(object sparse_indices, object sparse_values, object sparse_shape, ImplicitContainer<T> out_type, object name)

object serialize_many_sparse_eager_fallback(IGraphNodeBase sparse_indices, IGraphNodeBase sparse_values, IGraphNodeBase sparse_shape, ImplicitContainer<T> out_type, string name, Context ctx)

object serialize_many_sparse_eager_fallback_dyn(object sparse_indices, object sparse_values, object sparse_shape, ImplicitContainer<T> out_type, object name, object ctx)

Tensor serialize_sparse(IGraphNodeBase sparse_indices, IGraphNodeBase sparse_values, IGraphNodeBase sparse_shape, ImplicitContainer<T> out_type, string name)

object serialize_sparse_dyn(object sparse_indices, object sparse_values, object sparse_shape, ImplicitContainer<T> out_type, object name)

object serialize_sparse_eager_fallback(IGraphNodeBase sparse_indices, IGraphNodeBase sparse_values, IGraphNodeBase sparse_shape, ImplicitContainer<T> out_type, string name, Context ctx)

object serialize_sparse_eager_fallback_dyn(object sparse_indices, object sparse_values, object sparse_shape, ImplicitContainer<T> out_type, object name, object ctx)

object sparse_add(IGraphNodeBase a_indices, IGraphNodeBase a_values, IGraphNodeBase a_shape, IGraphNodeBase b_indices, IGraphNodeBase b_values, IGraphNodeBase b_shape, IGraphNodeBase thresh, string name)

object sparse_add_dyn(object a_indices, object a_values, object a_shape, object b_indices, object b_values, object b_shape, object thresh, object name)

object sparse_add_eager_fallback(IGraphNodeBase a_indices, IGraphNodeBase a_values, IGraphNodeBase a_shape, IGraphNodeBase b_indices, IGraphNodeBase b_values, IGraphNodeBase b_shape, IGraphNodeBase thresh, string name, Context ctx)

object sparse_add_eager_fallback_dyn(object a_indices, object a_values, object a_shape, object b_indices, object b_values, object b_shape, object thresh, object name, object ctx)

object sparse_add_grad(IGraphNodeBase backprop_val_grad, IGraphNodeBase a_indices, IGraphNodeBase b_indices, IGraphNodeBase sum_indices, string name)

object sparse_add_grad_dyn(object backprop_val_grad, object a_indices, object b_indices, object sum_indices, object name)

object sparse_add_grad_eager_fallback(IGraphNodeBase backprop_val_grad, IGraphNodeBase a_indices, IGraphNodeBase b_indices, IGraphNodeBase sum_indices, string name, Context ctx)

object sparse_add_grad_eager_fallback_dyn(object backprop_val_grad, object a_indices, object b_indices, object sum_indices, object name, object ctx)

object sparse_concat(int indices, IEnumerable<object> values, IEnumerable<object> shapes, Nullable<int> concat_dim, PythonFunctionContainer name)

object sparse_concat(IEnumerable<object> indices, IEnumerable<object> values, IEnumerable<object> shapes, Nullable<int> concat_dim, string name)

object sparse_concat(IEnumerable<object> indices, IEnumerable<object> values, IEnumerable<object> shapes, Nullable<int> concat_dim, PythonFunctionContainer name)

object sparse_concat(int indices, IEnumerable<object> values, IEnumerable<object> shapes, Nullable<int> concat_dim, string name)

object sparse_concat_dyn(object indices, object values, object shapes, object concat_dim, object name)

object sparse_concat_eager_fallback(IEnumerable<object> indices, IEnumerable<object> values, IEnumerable<object> shapes, Nullable<int> concat_dim, string name, Context ctx)

object sparse_concat_eager_fallback(int indices, IEnumerable<object> values, IEnumerable<object> shapes, Nullable<int> concat_dim, string name, Context ctx)

object sparse_concat_eager_fallback_dyn(object indices, object values, object shapes, object concat_dim, object name, object ctx)

object sparse_cross(IEnumerable<SparseTensor> indices, IEnumerable<object> values, IEnumerable<object> shapes, IEnumerable<object> dense_inputs, bool hashed_output, int num_buckets, Nullable<int> hash_key, DType out_type, DType internal_type, string name)

object sparse_cross_dyn(object indices, object values, object shapes, object dense_inputs, object hashed_output, object num_buckets, object hash_key, object out_type, object internal_type, object name)

object sparse_cross_eager_fallback(IEnumerable<SparseTensor> indices, IEnumerable<object> values, IEnumerable<object> shapes, IEnumerable<object> dense_inputs, bool hashed_output, int num_buckets, Nullable<int> hash_key, DType out_type, DType internal_type, string name, Context ctx)

object sparse_cross_eager_fallback_dyn(object indices, object values, object shapes, object dense_inputs, object hashed_output, object num_buckets, object hash_key, object out_type, object internal_type, object name, object ctx)

Tensor sparse_dense_cwise_add(IGraphNodeBase sp_indices, IGraphNodeBase sp_values, IGraphNodeBase sp_shape, IGraphNodeBase dense, string name)

object sparse_dense_cwise_add_dyn(object sp_indices, object sp_values, object sp_shape, object dense, object name)

object sparse_dense_cwise_add_eager_fallback(IGraphNodeBase sp_indices, IGraphNodeBase sp_values, IGraphNodeBase sp_shape, IGraphNodeBase dense, string name, Context ctx)

object sparse_dense_cwise_add_eager_fallback_dyn(object sp_indices, object sp_values, object sp_shape, object dense, object name, object ctx)

Tensor sparse_dense_cwise_div(IGraphNodeBase sp_indices, IGraphNodeBase sp_values, IGraphNodeBase sp_shape, IGraphNodeBase dense, PythonFunctionContainer name)

Tensor sparse_dense_cwise_div(IGraphNodeBase sp_indices, IGraphNodeBase sp_values, IGraphNodeBase sp_shape, IGraphNodeBase dense, string name)

object sparse_dense_cwise_div_dyn(object sp_indices, object sp_values, object sp_shape, object dense, object name)

object sparse_dense_cwise_div_eager_fallback(IGraphNodeBase sp_indices, IGraphNodeBase sp_values, IGraphNodeBase sp_shape, IGraphNodeBase dense, string name, Context ctx)

object sparse_dense_cwise_div_eager_fallback_dyn(object sp_indices, object sp_values, object sp_shape, object dense, object name, object ctx)

Tensor sparse_dense_cwise_mul(IGraphNodeBase sp_indices, IGraphNodeBase sp_values, IGraphNodeBase sp_shape, IGraphNodeBase dense, PythonFunctionContainer name)

Tensor sparse_dense_cwise_mul(IGraphNodeBase sp_indices, IGraphNodeBase sp_values, IGraphNodeBase sp_shape, IGraphNodeBase dense, string name)

object sparse_dense_cwise_mul_dyn(object sp_indices, object sp_values, object sp_shape, object dense, object name)

object sparse_dense_cwise_mul_eager_fallback(IGraphNodeBase sp_indices, IGraphNodeBase sp_values, IGraphNodeBase sp_shape, IGraphNodeBase dense, string name, Context ctx)

object sparse_dense_cwise_mul_eager_fallback_dyn(object sp_indices, object sp_values, object sp_shape, object dense, object name, object ctx)

object sparse_fill_empty_rows(IGraphNodeBase indices, IGraphNodeBase values, IGraphNodeBase dense_shape, IGraphNodeBase default_value, string name)

object sparse_fill_empty_rows_dyn(object indices, object values, object dense_shape, object default_value, object name)

object sparse_fill_empty_rows_eager_fallback(IGraphNodeBase indices, IGraphNodeBase values, IGraphNodeBase dense_shape, IGraphNodeBase default_value, string name, Context ctx)

object sparse_fill_empty_rows_eager_fallback_dyn(object indices, object values, object dense_shape, object default_value, object name, object ctx)

object sparse_fill_empty_rows_grad(IGraphNodeBase reverse_index_map, IGraphNodeBase grad_values, string name)

object sparse_fill_empty_rows_grad_dyn(object reverse_index_map, object grad_values, object name)

object sparse_fill_empty_rows_grad_eager_fallback(IGraphNodeBase reverse_index_map, IGraphNodeBase grad_values, string name, Context ctx)

object sparse_fill_empty_rows_grad_eager_fallback_dyn(object reverse_index_map, object grad_values, object name, object ctx)

Tensor sparse_reduce_max(IGraphNodeBase input_indices, IGraphNodeBase input_values, IGraphNodeBase input_shape, IGraphNodeBase reduction_axes, Nullable<bool> keep_dims, string name)

object sparse_reduce_max_dyn(object input_indices, object input_values, object input_shape, object reduction_axes, ImplicitContainer<T> keep_dims, object name)

object sparse_reduce_max_eager_fallback(IGraphNodeBase input_indices, IGraphNodeBase input_values, IGraphNodeBase input_shape, IGraphNodeBase reduction_axes, Nullable<bool> keep_dims, string name, Context ctx)

object sparse_reduce_max_eager_fallback_dyn(object input_indices, object input_values, object input_shape, object reduction_axes, ImplicitContainer<T> keep_dims, object name, object ctx)

object sparse_reduce_max_sparse(IGraphNodeBase input_indices, IGraphNodeBase input_values, IGraphNodeBase input_shape, IGraphNodeBase reduction_axes, Nullable<bool> keep_dims, string name)

object sparse_reduce_max_sparse_dyn(object input_indices, object input_values, object input_shape, object reduction_axes, ImplicitContainer<T> keep_dims, object name)

object sparse_reduce_max_sparse_eager_fallback(IGraphNodeBase input_indices, IGraphNodeBase input_values, IGraphNodeBase input_shape, IGraphNodeBase reduction_axes, Nullable<bool> keep_dims, string name, Context ctx)

object sparse_reduce_max_sparse_eager_fallback_dyn(object input_indices, object input_values, object input_shape, object reduction_axes, ImplicitContainer<T> keep_dims, object name, object ctx)

Tensor sparse_reduce_sum(IGraphNodeBase input_indices, IGraphNodeBase input_values, IGraphNodeBase input_shape, IGraphNodeBase reduction_axes, Nullable<bool> keep_dims, string name)

object sparse_reduce_sum_dyn(object input_indices, object input_values, object input_shape, object reduction_axes, ImplicitContainer<T> keep_dims, object name)

object sparse_reduce_sum_eager_fallback(IGraphNodeBase input_indices, IGraphNodeBase input_values, IGraphNodeBase input_shape, IGraphNodeBase reduction_axes, Nullable<bool> keep_dims, string name, Context ctx)

object sparse_reduce_sum_eager_fallback_dyn(object input_indices, object input_values, object input_shape, object reduction_axes, ImplicitContainer<T> keep_dims, object name, object ctx)

object sparse_reduce_sum_sparse(IGraphNodeBase input_indices, IGraphNodeBase input_values, IGraphNodeBase input_shape, IGraphNodeBase reduction_axes, Nullable<bool> keep_dims, string name)

object sparse_reduce_sum_sparse_dyn(object input_indices, object input_values, object input_shape, object reduction_axes, ImplicitContainer<T> keep_dims, object name)

object sparse_reduce_sum_sparse_eager_fallback(IGraphNodeBase input_indices, IGraphNodeBase input_values, IGraphNodeBase input_shape, IGraphNodeBase reduction_axes, Nullable<bool> keep_dims, string name, Context ctx)

object sparse_reduce_sum_sparse_eager_fallback_dyn(object input_indices, object input_values, object input_shape, object reduction_axes, ImplicitContainer<T> keep_dims, object name, object ctx)

object sparse_reorder(IGraphNodeBase input_indices, IGraphNodeBase input_values, IGraphNodeBase input_shape, string name)

object sparse_reorder_dyn(object input_indices, object input_values, object input_shape, object name)

object sparse_reorder_eager_fallback(IGraphNodeBase input_indices, IGraphNodeBase input_values, IGraphNodeBase input_shape, string name, Context ctx)

object sparse_reorder_eager_fallback_dyn(object input_indices, object input_values, object input_shape, object name, object ctx)

object sparse_reshape(IGraphNodeBase input_indices, IGraphNodeBase input_shape, IGraphNodeBase new_shape, string name)

object sparse_reshape(IGraphNodeBase input_indices, IGraphNodeBase input_shape, IGraphNodeBase new_shape, PythonFunctionContainer name)

object sparse_reshape_dyn(object input_indices, object input_shape, object new_shape, object name)

object sparse_reshape_eager_fallback(IGraphNodeBase input_indices, IGraphNodeBase input_shape, IGraphNodeBase new_shape, string name, Context ctx)

object sparse_reshape_eager_fallback_dyn(object input_indices, object input_shape, object new_shape, object name, object ctx)

object sparse_slice(IGraphNodeBase indices, IGraphNodeBase values, IGraphNodeBase shape, IGraphNodeBase start, IGraphNodeBase size, string name)

object sparse_slice(IGraphNodeBase indices, IGraphNodeBase values, IGraphNodeBase shape, IGraphNodeBase start, IGraphNodeBase size, PythonFunctionContainer name)

object sparse_slice_dyn(object indices, object values, object shape, object start, object size, object name)

object sparse_slice_eager_fallback(IGraphNodeBase indices, IGraphNodeBase values, IGraphNodeBase shape, IGraphNodeBase start, IGraphNodeBase size, string name, Context ctx)

object sparse_slice_eager_fallback_dyn(object indices, object values, object shape, object start, object size, object name, object ctx)

Tensor sparse_slice_grad(IGraphNodeBase backprop_val_grad, IGraphNodeBase input_indices, IGraphNodeBase input_start, IGraphNodeBase output_indices, string name)

object sparse_slice_grad_dyn(object backprop_val_grad, object input_indices, object input_start, object output_indices, object name)

object sparse_slice_grad_eager_fallback(IGraphNodeBase backprop_val_grad, IGraphNodeBase input_indices, IGraphNodeBase input_start, IGraphNodeBase output_indices, string name, Context ctx)

object sparse_slice_grad_eager_fallback_dyn(object backprop_val_grad, object input_indices, object input_start, object output_indices, object name, object ctx)

Tensor sparse_softmax(IGraphNodeBase sp_indices, IGraphNodeBase sp_values, IGraphNodeBase sp_shape, string name)

object sparse_softmax_dyn(object sp_indices, object sp_values, object sp_shape, object name)

object sparse_softmax_eager_fallback(IGraphNodeBase sp_indices, IGraphNodeBase sp_values, IGraphNodeBase sp_shape, string name, Context ctx)

object sparse_softmax_eager_fallback_dyn(object sp_indices, object sp_values, object sp_shape, object name, object ctx)

object sparse_sparse_maximum(IGraphNodeBase a_indices, IGraphNodeBase a_values, IGraphNodeBase a_shape, IGraphNodeBase b_indices, IGraphNodeBase b_values, IGraphNodeBase b_shape, PythonFunctionContainer name)

object sparse_sparse_maximum(IGraphNodeBase a_indices, IGraphNodeBase a_values, IGraphNodeBase a_shape, IGraphNodeBase b_indices, IGraphNodeBase b_values, IGraphNodeBase b_shape, string name)

object sparse_sparse_maximum_dyn(object a_indices, object a_values, object a_shape, object b_indices, object b_values, object b_shape, object name)

object sparse_sparse_maximum_eager_fallback(IGraphNodeBase a_indices, IGraphNodeBase a_values, IGraphNodeBase a_shape, IGraphNodeBase b_indices, IGraphNodeBase b_values, IGraphNodeBase b_shape, string name, Context ctx)

object sparse_sparse_maximum_eager_fallback_dyn(object a_indices, object a_values, object a_shape, object b_indices, object b_values, object b_shape, object name, object ctx)

object sparse_sparse_minimum(IGraphNodeBase a_indices, IGraphNodeBase a_values, IGraphNodeBase a_shape, IGraphNodeBase b_indices, IGraphNodeBase b_values, IGraphNodeBase b_shape, string name)

object sparse_sparse_minimum(IGraphNodeBase a_indices, IGraphNodeBase a_values, IGraphNodeBase a_shape, IGraphNodeBase b_indices, IGraphNodeBase b_values, IGraphNodeBase b_shape, PythonFunctionContainer name)

object sparse_sparse_minimum_dyn(object a_indices, object a_values, object a_shape, object b_indices, object b_values, object b_shape, object name)

object sparse_sparse_minimum_eager_fallback(IGraphNodeBase a_indices, IGraphNodeBase a_values, IGraphNodeBase a_shape, IGraphNodeBase b_indices, IGraphNodeBase b_values, IGraphNodeBase b_shape, string name, Context ctx)

object sparse_sparse_minimum_eager_fallback_dyn(object a_indices, object a_values, object a_shape, object b_indices, object b_values, object b_shape, object name, object ctx)

object sparse_split(IGraphNodeBase split_dim, IGraphNodeBase indices, IGraphNodeBase values, IGraphNodeBase shape, Nullable<int> num_split, string name)

object sparse_split_dyn(object split_dim, object indices, object values, object shape, object num_split, object name)

object sparse_split_eager_fallback(IGraphNodeBase split_dim, IGraphNodeBase indices, IGraphNodeBase values, IGraphNodeBase shape, Nullable<int> num_split, string name, Context ctx)

object sparse_split_eager_fallback_dyn(object split_dim, object indices, object values, object shape, object num_split, object name, object ctx)

Tensor sparse_tensor_dense_add(IGraphNodeBase a_indices, IGraphNodeBase a_values, IGraphNodeBase a_shape, IGraphNodeBase b, string name)

object sparse_tensor_dense_add_dyn(object a_indices, object a_values, object a_shape, object b, object name)

object sparse_tensor_dense_add_eager_fallback(IGraphNodeBase a_indices, IGraphNodeBase a_values, IGraphNodeBase a_shape, IGraphNodeBase b, string name, Context ctx)

object sparse_tensor_dense_add_eager_fallback_dyn(object a_indices, object a_values, object a_shape, object b, object name, object ctx)

Tensor sparse_tensor_dense_mat_mul(IGraphNodeBase a_indices, IGraphNodeBase a_values, IGraphNodeBase a_shape, IGraphNodeBase b, bool adjoint_a, bool adjoint_b, string name)

object sparse_tensor_dense_mat_mul_dyn(object a_indices, object a_values, object a_shape, object b, ImplicitContainer<T> adjoint_a, ImplicitContainer<T> adjoint_b, object name)

object sparse_tensor_dense_mat_mul_eager_fallback(IGraphNodeBase a_indices, IGraphNodeBase a_values, IGraphNodeBase a_shape, IGraphNodeBase b, bool adjoint_a, bool adjoint_b, string name, Context ctx)

object sparse_tensor_dense_mat_mul_eager_fallback_dyn(object a_indices, object a_values, object a_shape, object b, ImplicitContainer<T> adjoint_a, ImplicitContainer<T> adjoint_b, object name, object ctx)

Tensor sparse_to_dense(IGraphNodeBase sparse_indices, IGraphNodeBase output_shape, IGraphNodeBase sparse_values, IGraphNodeBase default_value, bool validate_indices, string name)

object sparse_to_dense_dyn(object sparse_indices, object output_shape, object sparse_values, object default_value, ImplicitContainer<T> validate_indices, object name)

object sparse_to_dense_eager_fallback(IGraphNodeBase sparse_indices, IGraphNodeBase output_shape, IGraphNodeBase sparse_values, IGraphNodeBase default_value, bool validate_indices, string name, Context ctx)

object sparse_to_dense_eager_fallback_dyn(object sparse_indices, object output_shape, object sparse_values, object default_value, ImplicitContainer<T> validate_indices, object name, object ctx)

object take_many_sparse_from_tensors_map(IGraphNodeBase sparse_handles, DType dtype, string container, string shared_name, string name)

object take_many_sparse_from_tensors_map_dyn(object sparse_handles, object dtype, ImplicitContainer<T> container, ImplicitContainer<T> shared_name, object name)

object take_many_sparse_from_tensors_map_eager_fallback(IGraphNodeBase sparse_handles, int dtype, string container, string shared_name, string name, Context ctx)

object take_many_sparse_from_tensors_map_eager_fallback(IGraphNodeBase sparse_handles, int dtype, string container, Byte[] shared_name, string name, Context ctx)

object take_many_sparse_from_tensors_map_eager_fallback(IGraphNodeBase sparse_handles, int dtype, Byte[] container, string shared_name, string name, Context ctx)

object take_many_sparse_from_tensors_map_eager_fallback(IGraphNodeBase sparse_handles, int dtype, Byte[] container, Byte[] shared_name, string name, Context ctx)

object take_many_sparse_from_tensors_map_eager_fallback_dyn(object sparse_handles, object dtype, ImplicitContainer<T> container, ImplicitContainer<T> shared_name, object name, object ctx)

Public properties

PythonFunctionContainer add_many_sparse_to_tensors_map_eager_fallback_fn get;

PythonFunctionContainer add_many_sparse_to_tensors_map_fn get;

PythonFunctionContainer add_sparse_to_tensors_map_eager_fallback_fn get;

PythonFunctionContainer add_sparse_to_tensors_map_fn get;

PythonFunctionContainer deserialize_many_sparse_eager_fallback_fn get;

PythonFunctionContainer deserialize_many_sparse_fn get;

PythonFunctionContainer deserialize_sparse_eager_fallback_fn get;

PythonFunctionContainer deserialize_sparse_fn get;

PythonFunctionContainer serialize_many_sparse_eager_fallback_fn get;

PythonFunctionContainer serialize_many_sparse_fn get;

PythonFunctionContainer serialize_sparse_eager_fallback_fn get;

PythonFunctionContainer serialize_sparse_fn get;

PythonFunctionContainer sparse_add_eager_fallback_fn get;

PythonFunctionContainer sparse_add_fn get;

PythonFunctionContainer sparse_add_grad_eager_fallback_fn get;

PythonFunctionContainer sparse_add_grad_fn get;

PythonFunctionContainer sparse_concat_eager_fallback_fn get;

PythonFunctionContainer sparse_concat_fn get;

PythonFunctionContainer sparse_cross_eager_fallback_fn get;

PythonFunctionContainer sparse_cross_fn get;

PythonFunctionContainer sparse_dense_cwise_add_eager_fallback_fn get;

PythonFunctionContainer sparse_dense_cwise_add_fn get;

PythonFunctionContainer sparse_dense_cwise_div_eager_fallback_fn get;

PythonFunctionContainer sparse_dense_cwise_div_fn get;

PythonFunctionContainer sparse_dense_cwise_mul_eager_fallback_fn get;

PythonFunctionContainer sparse_dense_cwise_mul_fn get;

PythonFunctionContainer sparse_fill_empty_rows_eager_fallback_fn get;

PythonFunctionContainer sparse_fill_empty_rows_fn get;

PythonFunctionContainer sparse_fill_empty_rows_grad_eager_fallback_fn get;

PythonFunctionContainer sparse_fill_empty_rows_grad_fn get;

PythonFunctionContainer sparse_reduce_max_eager_fallback_fn get;

PythonFunctionContainer sparse_reduce_max_fn get;

PythonFunctionContainer sparse_reduce_max_sparse_eager_fallback_fn get;

PythonFunctionContainer sparse_reduce_max_sparse_fn get;

PythonFunctionContainer sparse_reduce_sum_eager_fallback_fn get;

PythonFunctionContainer sparse_reduce_sum_fn get;

PythonFunctionContainer sparse_reduce_sum_sparse_eager_fallback_fn get;

PythonFunctionContainer sparse_reduce_sum_sparse_fn get;

PythonFunctionContainer sparse_reorder_eager_fallback_fn get;

PythonFunctionContainer sparse_reorder_fn get;

PythonFunctionContainer sparse_reshape_eager_fallback_fn get;

PythonFunctionContainer sparse_reshape_fn get;

PythonFunctionContainer sparse_slice_eager_fallback_fn get;

PythonFunctionContainer sparse_slice_fn get;

PythonFunctionContainer sparse_slice_grad_eager_fallback_fn get;

PythonFunctionContainer sparse_slice_grad_fn get;

PythonFunctionContainer sparse_softmax_eager_fallback_fn get;

PythonFunctionContainer sparse_softmax_fn get;

PythonFunctionContainer sparse_sparse_maximum_eager_fallback_fn get;

PythonFunctionContainer sparse_sparse_maximum_fn get;

PythonFunctionContainer sparse_sparse_minimum_eager_fallback_fn get;

PythonFunctionContainer sparse_sparse_minimum_fn get;

PythonFunctionContainer sparse_split_eager_fallback_fn get;

PythonFunctionContainer sparse_split_fn get;

PythonFunctionContainer sparse_tensor_dense_add_eager_fallback_fn get;

PythonFunctionContainer sparse_tensor_dense_add_fn get;

PythonFunctionContainer sparse_tensor_dense_mat_mul_eager_fallback_fn get;

PythonFunctionContainer sparse_tensor_dense_mat_mul_fn get;

PythonFunctionContainer sparse_to_dense_eager_fallback_fn get;

PythonFunctionContainer sparse_to_dense_fn get;

PythonFunctionContainer take_many_sparse_from_tensors_map_eager_fallback_fn get;

PythonFunctionContainer take_many_sparse_from_tensors_map_fn get;