<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Accelerate",
  "identifier" : "/documentation/Accelerate/BNNSGraph/Builder/OperationParameter/*(_:_:)-3h4np",
  "metadataVersion" : "0.1.0",
  "role" : "Operator",
  "symbol" : {
    "kind" : "Operator",
    "modules" : [
      "Accelerate"
    ],
    "preciseIdentifier" : "s:10Accelerate9BNNSGraphO7BuilderV18OperationParameterPAAE1moiyAE6TensorVy__7ElementQzGAM_xtFZ"
  },
  "title" : "*(_:_:)"
}
-->

# *(_:_:)

Adds an element-wise multiplication operation to the current graph.

```
static func * (lhs: BNNSGraph.Builder.Tensor<Self.Element>, rhs: Self) -> BNNSGraph.Builder.Tensor<Self.Element>
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)