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

Function multiply

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

Source from the content-addressed store, hash-verified

328@tf_export("math.multiply", "multiply")
329@dispatch.add_dispatch_support
330def multiply(x, y, name=None):
331 return gen_math_ops.mul(x, y, name)
332
333
334multiply.__doc__ = gen_math_ops.mul.__doc__.replace("Multiply", "tf.multiply")

Callers 3

callMethod · 0.70
callMethod · 0.50
callMethod · 0.50

Calls 1

mulMethod · 0.45

Tested by

no test coverage detected