LostTech.TensorFlow : API Documentation

Type gen_factorization_ops

Namespace tensorflow.contrib.factorization.python.ops.gen_factorization_ops

Public static methods

object masked_matmul_eager_fallback(IGraphNodeBase a, IGraphNodeBase b, IGraphNodeBase mask_indices, IGraphNodeBase transpose_a, IGraphNodeBase transpose_b, string name, Context ctx)

object masked_matmul_eager_fallback_dyn(object a, object b, object mask_indices, object transpose_a, object transpose_b, object name, object ctx)

Tensor MaskedMatmul(object a, object b, object mask_indices, object transpose_a, object transpose_b, string name)

object MaskedMatmul_dyn(object a, object b, object mask_indices, object transpose_a, object transpose_b, object name)

object wals_compute_partial_lhs_and_rhs_eager_fallback(IGraphNodeBase factors, IGraphNodeBase factor_weights, IGraphNodeBase unobserved_weights, IGraphNodeBase input_weights, IGraphNodeBase input_indices, IGraphNodeBase input_values, IGraphNodeBase entry_weights, IGraphNodeBase input_block_size, IGraphNodeBase input_is_transpose, string name, Context ctx)

object wals_compute_partial_lhs_and_rhs_eager_fallback_dyn(object factors, object factor_weights, object unobserved_weights, object input_weights, object input_indices, object input_values, object entry_weights, object input_block_size, object input_is_transpose, object name, object ctx)

object WALSComputePartialLhsAndRhs(object factors, object factor_weights, object unobserved_weights, object input_weights, object input_indices, object input_values, object entry_weights, object input_block_size, object input_is_transpose, string name)

object WALSComputePartialLhsAndRhs_dyn(object factors, object factor_weights, object unobserved_weights, object input_weights, object input_indices, object input_values, object entry_weights, object input_block_size, object input_is_transpose, object name)

Public properties

PythonFunctionContainer masked_matmul_eager_fallback_fn get;

PythonFunctionContainer MaskedMatmul_fn get;

PythonFunctionContainer wals_compute_partial_lhs_and_rhs_eager_fallback_fn get;

PythonFunctionContainer WALSComputePartialLhsAndRhs_fn get;