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

Function _mul

tensorflow/python/ops/math_ops.py:341–342  ·  view source on GitHub ↗
(x, y, name=None)

Source from the content-addressed store, hash-verified

339 "2016-12-30",
340 "`tf.mul(x, y)` is deprecated, please use `tf.multiply(x, y)` or `x * y`")
341def _mul(x, y, name=None):
342 return gen_math_ops.mul(x, y, name)
343
344
345_mul.__doc__ = (

Callers

nothing calls this directly

Calls 1

mulMethod · 0.45

Tested by

no test coverage detected