MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / svd

Function svd

tensorflow/compiler/tf2xla/python/xla.py:298–302  ·  view source on GitHub ↗
(a, max_iter, epsilon, precision_config=None)

Source from the content-addressed store, hash-verified

296
297
298def svd(a, max_iter, epsilon, precision_config=None):
299 precision_config_proto = ""
300 if precision_config:
301 precision_config_proto = precision_config.SerializeToString()
302 return gen_xla_ops.xla_svd(a, max_iter, epsilon, precision_config_proto)
303
304
305dynamic_slice = gen_xla_ops.xla_dynamic_slice

Callers

nothing calls this directly

Calls 1

SerializeToStringMethod · 0.45

Tested by

no test coverage detected