LostTech.TensorFlow : API Documentation

Type gen_set_ops

Namespace tensorflow.python.ops.gen_set_ops

Public static methods

object dense_to_dense_set_operation(IGraphNodeBase set1, IGraphNodeBase set2, string set_operation, bool validate_indices, string name)

object dense_to_dense_set_operation_dyn(object set1, object set2, object set_operation, ImplicitContainer<T> validate_indices, object name)

object dense_to_dense_set_operation_eager_fallback(IGraphNodeBase set1, IGraphNodeBase set2, Byte[] set_operation, bool validate_indices, string name, Context ctx)

object dense_to_dense_set_operation_eager_fallback(IGraphNodeBase set1, IGraphNodeBase set2, string set_operation, bool validate_indices, string name, Context ctx)

object dense_to_dense_set_operation_eager_fallback_dyn(object set1, object set2, object set_operation, ImplicitContainer<T> validate_indices, object name, object ctx)

object dense_to_sparse_set_operation(IGraphNodeBase set1, IGraphNodeBase set2_indices, IGraphNodeBase set2_values, IGraphNodeBase set2_shape, string set_operation, bool validate_indices, string name)

object dense_to_sparse_set_operation_dyn(object set1, object set2_indices, object set2_values, object set2_shape, object set_operation, ImplicitContainer<T> validate_indices, object name)

object dense_to_sparse_set_operation_eager_fallback(IGraphNodeBase set1, IGraphNodeBase set2_indices, IGraphNodeBase set2_values, IGraphNodeBase set2_shape, Byte[] set_operation, bool validate_indices, string name, Context ctx)

object dense_to_sparse_set_operation_eager_fallback(IGraphNodeBase set1, IGraphNodeBase set2_indices, IGraphNodeBase set2_values, IGraphNodeBase set2_shape, string set_operation, bool validate_indices, string name, Context ctx)

object dense_to_sparse_set_operation_eager_fallback_dyn(object set1, object set2_indices, object set2_values, object set2_shape, object set_operation, ImplicitContainer<T> validate_indices, object name, object ctx)

Tensor set_size(IGraphNodeBase set_indices, IGraphNodeBase set_values, IGraphNodeBase set_shape, bool validate_indices, string name)

object set_size_dyn(object set_indices, object set_values, object set_shape, ImplicitContainer<T> validate_indices, object name)

object set_size_eager_fallback(IGraphNodeBase set_indices, IGraphNodeBase set_values, IGraphNodeBase set_shape, bool validate_indices, string name, Context ctx)

object set_size_eager_fallback_dyn(object set_indices, object set_values, object set_shape, ImplicitContainer<T> validate_indices, object name, object ctx)

object sparse_to_sparse_set_operation(IGraphNodeBase set1_indices, IGraphNodeBase set1_values, IGraphNodeBase set1_shape, IGraphNodeBase set2_indices, IGraphNodeBase set2_values, IGraphNodeBase set2_shape, string set_operation, bool validate_indices, string name)

object sparse_to_sparse_set_operation_dyn(object set1_indices, object set1_values, object set1_shape, object set2_indices, object set2_values, object set2_shape, object set_operation, ImplicitContainer<T> validate_indices, object name)

object sparse_to_sparse_set_operation_eager_fallback(IGraphNodeBase set1_indices, IGraphNodeBase set1_values, IGraphNodeBase set1_shape, IGraphNodeBase set2_indices, IGraphNodeBase set2_values, IGraphNodeBase set2_shape, string set_operation, bool validate_indices, string name, Context ctx)

object sparse_to_sparse_set_operation_eager_fallback(IGraphNodeBase set1_indices, IGraphNodeBase set1_values, IGraphNodeBase set1_shape, IGraphNodeBase set2_indices, IGraphNodeBase set2_values, IGraphNodeBase set2_shape, Byte[] set_operation, bool validate_indices, string name, Context ctx)

object sparse_to_sparse_set_operation_eager_fallback_dyn(object set1_indices, object set1_values, object set1_shape, object set2_indices, object set2_values, object set2_shape, object set_operation, ImplicitContainer<T> validate_indices, object name, object ctx)

Public properties

PythonFunctionContainer dense_to_dense_set_operation_eager_fallback_fn get;

PythonFunctionContainer dense_to_dense_set_operation_fn get;

PythonFunctionContainer dense_to_sparse_set_operation_eager_fallback_fn get;

PythonFunctionContainer dense_to_sparse_set_operation_fn get;

PythonFunctionContainer set_size_eager_fallback_fn get;

PythonFunctionContainer set_size_fn get;

PythonFunctionContainer sparse_to_sparse_set_operation_eager_fallback_fn get;

PythonFunctionContainer sparse_to_sparse_set_operation_fn get;