(x, y)
| 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. |
no outgoing calls
no test coverage detected