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

Method mul

tensorflow/python/saved_model/load_test.py:657–658  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

655 tensor_spec.TensorSpec(None, dtypes.float32),
656 tensor_spec.TensorSpec(None, dtypes.float32)])
657 def mul(x, y):
658 return x * y
659
660 # Note: this function gets called from other function defs via a
661 # "StatefulPartitionedCall" op node.

Callers 15

testArithmeticRenamesMethod · 0.45
_get_sparsityMethod · 0.45
true_fnMethod · 0.45
false_fnMethod · 0.45
_MulGradFunction · 0.45
multiplyFunction · 0.45
_mulFunction · 0.45
scalar_mulFunction · 0.45
_mul_dispatchFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected