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

Function scalar_mul_v2

tensorflow/python/ops/math_ops.py:429–431  ·  view source on GitHub ↗
(scalar, x, name=None)

Source from the content-addressed store, hash-verified

427@tf_export("math.scalar_mul", "scalar_mul", v1=[])
428@_set_doc(scalar_mul.__doc__)
429def scalar_mul_v2(scalar, x, name=None):
430 with ops.name_scope(name, "scalar_mul", [x]) as name:
431 return scalar_mul(scalar, x, name)
432
433
434@tf_export("math.pow", "pow")

Callers

nothing calls this directly

Calls 2

scalar_mulFunction · 0.85
name_scopeMethod · 0.45

Tested by

no test coverage detected