LostTech.TensorFlow : API Documentation

Type sparse

Namespace tensorflow.compat.v2.sparse

Public static methods

object add(object a, object b, Nullable<int> threshold)

object add(object a, IGraphNodeBase b, double threshold)

object add(object a, ValueTuple<PythonClassContainer, object> b, Nullable<int> threshold)

object add(object a, ValueTuple<PythonClassContainer, object> b, double threshold)

object add(IGraphNodeBase a, object b, Nullable<int> threshold)

object add(IGraphNodeBase a, object b, double threshold)

object add(IGraphNodeBase a, IGraphNodeBase b, Nullable<int> threshold)

object add(IGraphNodeBase a, IGraphNodeBase b, double threshold)

object add(IGraphNodeBase a, ValueTuple<PythonClassContainer, object> b, Nullable<int> threshold)

object add(IGraphNodeBase a, ValueTuple<PythonClassContainer, object> b, double threshold)

object add(object a, IGraphNodeBase b, Nullable<int> threshold)

object add(object a, object b, double threshold)

object add_dyn(object a, object b, ImplicitContainer<T> threshold)

object concat(Nullable<int> axis, IEnumerable<object> sp_inputs, Nullable<bool> expand_nonconcat_dims, PythonFunctionContainer name)

object concat(Nullable<int> axis, IEnumerable<object> sp_inputs, Nullable<bool> expand_nonconcat_dims, string name)

object concat_dyn(object axis, object sp_inputs, ImplicitContainer<T> expand_nonconcat_dims, object name)

object reduce_max(object sp_input, object axis, object keepdims, bool output_is_sparse, string name)

object reduce_max_dyn(object sp_input, object axis, object keepdims, ImplicitContainer<T> output_is_sparse, object name)

object reduce_sum(object sp_input, object axis, object keepdims, bool output_is_sparse, string name)

object reduce_sum_dyn(object sp_input, object axis, object keepdims, ImplicitContainer<T> output_is_sparse, object name)

Tensor segment_mean(IGraphNodeBase data, object indices, object segment_ids, object num_segments, string name)

object segment_mean_dyn(object data, object indices, object segment_ids, object num_segments, object name)

Tensor segment_sqrt_n(IGraphNodeBase data, object indices, object segment_ids, object num_segments, string name)

object segment_sqrt_n_dyn(object data, object indices, object segment_ids, object num_segments, object name)

Tensor segment_sum(IGraphNodeBase data, object indices, object segment_ids, object num_segments, string name)

object segment_sum_dyn(object data, object indices, object segment_ids, object num_segments, object name)

IList<SparseTensor> split(object sp_input, object num_split, object axis, string name)

object split_dyn(object sp_input, object num_split, object axis, object name)

Public properties

PythonFunctionContainer concat_fn get;

PythonFunctionContainer reduce_max_fn get;

PythonFunctionContainer reduce_sum_fn get;

PythonFunctionContainer segment_mean_fn get;

PythonFunctionContainer segment_sqrt_n_fn get;

PythonFunctionContainer segment_sum_fn get;

PythonFunctionContainer split_fn get;