Contents

realPartOfTensor(tensor:name:)

Returns the real part of a tensor.

Declaration

func realPartOfTensor(tensor: MPSGraphTensor, name: String?) -> MPSGraphTensor

Parameters

  • tensor:

    The input tensor.

  • name:

    An optional string which serves as an identifier for the operation..

Return Value

A valid MPSGraphTensor object containing the elementwise result of the applied operation.