Contents

pow(y:)

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

Declaration

func pow(y: some BNNSGraph.Builder.OperationParameter<T>) -> BNNSGraph.Builder.Tensor<T>

Discussion

This function performs the operation pow(self, y).

  • Parameter y: The the exponent values.