Public static methods
object assert_symmetric(float32 matrix)
object assert_symmetric(IEnumerable<object> matrix)
object assert_symmetric_dyn(object matrix)
object dimension_size(ndarray x, int axis)
object dimension_size(IEnumerable<double> x, int axis)
object dimension_size_dyn(object x, object axis)
object embed_check_categorical_event_shape(IGraphNodeBase categorical_param, string name)
object embed_check_categorical_event_shape(ndarray categorical_param, string name)
object embed_check_categorical_event_shape(IndexedSlices categorical_param, string name)
object embed_check_categorical_event_shape(IEnumerable<double> categorical_param, string name)
object embed_check_categorical_event_shape(float32 categorical_param, string name)
object embed_check_categorical_event_shape(double categorical_param, string name)
object embed_check_integer_casting_closed(ValueTuple<PythonClassContainer, PythonClassContainer> x, DType target_dtype, bool assert_nonnegative, string name)
object embed_check_integer_casting_closed(IGraphNodeBase x, DType target_dtype, bool assert_nonnegative, string name)
Tensor fill_triangular(object x, bool upper, string name)
Nullable<int> gen_new_seed(Nullable<int> seed, string salt)
object gen_new_seed_dyn(object seed, object salt)
object get_logits_and_probs(float32 logits, double probs, bool multidimensional, bool validate_args, string name, DType dtype)
object get_logits_and_probs(double logits, IGraphNodeBase probs, bool multidimensional, bool validate_args, string name, DType dtype)
object get_logits_and_probs(double logits, IEnumerable<double> probs, bool multidimensional, bool validate_args, string name, DType dtype)
object get_logits_and_probs(double logits, ndarray probs, bool multidimensional, bool validate_args, string name, DType dtype)
object get_logits_and_probs(float32 logits, ndarray probs, bool multidimensional, bool validate_args, string name, DType dtype)
object get_logits_and_probs(double logits, float32 probs, bool multidimensional, bool validate_args, string name, DType dtype)
object get_logits_and_probs(float32 logits, IGraphNodeBase probs, bool multidimensional, bool validate_args, string name, DType dtype)
object get_logits_and_probs(ndarray logits, double probs, bool multidimensional, bool validate_args, string name, DType dtype)
object get_logits_and_probs(ndarray logits, float32 probs, bool multidimensional, bool validate_args, string name, DType dtype)
object get_logits_and_probs(double logits, double probs, bool multidimensional, bool validate_args, string name, DType dtype)
object get_logits_and_probs(float32 logits, float32 probs, bool multidimensional, bool validate_args, string name, DType dtype)
object get_logits_and_probs(ndarray logits, ndarray probs, bool multidimensional, bool validate_args, string name, DType dtype)
object get_logits_and_probs(float32 logits, IEnumerable<double> probs, bool multidimensional, bool validate_args, string name, DType dtype)
object get_logits_and_probs(IEnumerable<double> logits, double probs, bool multidimensional, bool validate_args, string name, DType dtype)
object get_logits_and_probs(IEnumerable<double> logits, IGraphNodeBase probs, bool multidimensional, bool validate_args, string name, DType dtype)
object get_logits_and_probs(IGraphNodeBase logits, double probs, bool multidimensional, bool validate_args, string name, DType dtype)
object get_logits_and_probs(IGraphNodeBase logits, float32 probs, bool multidimensional, bool validate_args, string name, DType dtype)
object get_logits_and_probs(IEnumerable<double> logits, ndarray probs, bool multidimensional, bool validate_args, string name, DType dtype)
object get_logits_and_probs(IEnumerable<double> logits, IEnumerable<double> probs, bool multidimensional, bool validate_args, string name, DType dtype)
object get_logits_and_probs(IGraphNodeBase logits, ndarray probs, bool multidimensional, bool validate_args, string name, DType dtype)
object get_logits_and_probs(ndarray logits, IGraphNodeBase probs, bool multidimensional, bool validate_args, string name, DType dtype)
object get_logits_and_probs(ndarray logits, IEnumerable<double> probs, bool multidimensional, bool validate_args, string name, DType dtype)
object get_logits_and_probs(IGraphNodeBase logits, IEnumerable<double> probs, bool multidimensional, bool validate_args, string name, DType dtype)
object get_logits_and_probs(IEnumerable<double> logits, float32 probs, bool multidimensional, bool validate_args, string name, DType dtype)
object log_combinations(IGraphNodeBase n, IEnumerable<object> counts, string name)
object log_combinations(IEnumerable<int> n, object counts, string name)
object log_combinations(IEnumerable<int> n, IEnumerable<object> counts, string name)
object log_combinations(ndarray n, object counts, string name)
object log_combinations(ndarray n, IEnumerable<object> counts, string name)
object maybe_get_static_value_dyn(object x, object dtype)
Tensor pad(IGraphNodeBase x, int axis, bool front, bool back, int value, ValueTuple<PythonClassContainer, PythonClassContainer> count, string name)
IDictionary<object, object> parent_frame_arguments()
object parent_frame_arguments_dyn()
object pick_vector(IGraphNodeBase cond, object true_vector, object false_vector, string name)
object pick_vector(IGraphNodeBase cond, int true_vector, object false_vector, string name)
object pick_vector(IGraphNodeBase cond, IEnumerable<object> true_vector, object false_vector, string name)
object pick_vector_dyn(object cond, object true_vector, object false_vector, ImplicitContainer<T> name)
object prefer_static_broadcast_shape(ndarray shape1, int shape2, string name)
object prefer_static_broadcast_shape(ndarray shape1, Dimension shape2, string name)
object prefer_static_rank_dyn(object x)
object prefer_static_shape_dyn(object x)
object prefer_static_value_dyn(object x)
ValueTuple<Tensor, object> process_quadrature_grid_and_probs(object quadrature_grid_and_probs, DType dtype, object validate_args, string name)
object process_quadrature_grid_and_probs_dyn(object quadrature_grid_and_probs, object dtype, object validate_args, object name)
object reduce_weighted_logsumexp(IGraphNodeBase logx, IGraphNodeBase w, IEnumerable<int> axis, bool keep_dims, bool return_sign, string name)
object rotate_transpose(ndarray x, int shift, string name)
object rotate_transpose(ValueTuple<PythonClassContainer, PythonClassContainer> x, int shift, string name)
object rotate_transpose(ValueTuple<PythonClassContainer, PythonClassContainer> x, IGraphNodeBase shift, string name)
object same_dynamic_shape_dyn(object a, object b)
object softplus_inverse_dyn(object x, object name)
object tridiag(IEnumerable<double> below, IEnumerable<double> diag, IEnumerable<double> above, string name)
object tridiag(IEnumerable<double> below, IGraphNodeBase diag, IEnumerable<double> above, string name)
object tridiag(IEnumerable<double> below, IEnumerable<double> diag, IGraphNodeBase above, string name)
object tridiag(IGraphNodeBase below, IEnumerable<double> diag, IEnumerable<double> above, string name)
object tridiag_dyn(object below, object diag, object above, object name)
Public properties