MCPcopy Create free account
hub / github.com/alibaba/nann / matrix_solve_ls

Function matrix_solve_ls

tensorflow/tensorflow/python/ops/linalg_ops.py:174–306  ·  view source on GitHub ↗

r"""Solves one or more linear least-squares problems. `matrix` is a tensor of shape `[..., M, N]` whose inner-most 2 dimensions form `M`-by-`N` matrices. Rhs is a tensor of shape `[..., M, K]` whose inner-most 2 dimensions form `M`-by-`K` matrices. The computed output is a `Tensor` of shap

(matrix, rhs, l2_regularizer=0.0, fast=True, name=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

_use_composite_implFunction · 0.85
_composite_implFunction · 0.85
get_shapeMethod · 0.45

Tested by

no test coverage detected