Searched refs:_SCALED_IDENTITY (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/contrib/linalg/python/ops/
H A Dlinear_operator_addition.py302 if _type(op1) == _SCALED_IDENTITY:
307 if _type(op2) == _SCALED_IDENTITY:
384 _SCALED_IDENTITY = "scaled_identity" variable
390 _DIAG_LIKE = {_DIAG, _IDENTITY, _SCALED_IDENTITY}
391 _IDENTITY_FAMILY = {_IDENTITY, _SCALED_IDENTITY}
409 return _SCALED_IDENTITY

Completed in 294 milliseconds