LostTech.TensorFlow : API Documentation

Type factorization_ops_test_utils

Namespace tensorflow.contrib.factorization.python.ops.factorization_ops_test_utils

Public static methods

object calculate_loss(object input_mat, IGraphNodeBase row_factors, IGraphNodeBase col_factors, Nullable<double> regularization, double w0, IGraphNodeBase row_weights, IGraphNodeBase col_weights)

object calculate_loss_dyn(object input_mat, object row_factors, object col_factors, object regularization, ImplicitContainer<T> w0, object row_weights, object col_weights)

SparseTensor np_matrix_to_tf_sparse(object np_matrix, IEnumerable<int> row_slices, IEnumerable<int> col_slices, bool transpose, bool shuffle)

object np_matrix_to_tf_sparse_dyn(object np_matrix, object row_slices, object col_slices, ImplicitContainer<T> transpose, ImplicitContainer<T> shuffle)

ValueTuple<object, object, object> remove_empty_rows_columns(object np_matrix)

object remove_empty_rows_columns_dyn(object np_matrix)

Public properties

PythonFunctionContainer calculate_loss_fn get;

object INPUT_MATRIX get; set;

object INPUT_MATRIX_dyn get; set;

PythonFunctionContainer np_matrix_to_tf_sparse_fn get;

PythonFunctionContainer remove_empty_rows_columns_fn get;