modeci_mdf.functions.onnx.reciprocal

modeci_mdf.functions.onnx.reciprocal(*args, **kwargs)

Reciprocal takes one input data (Tensor<T>) and produces one output data (Tensor<T>) where the reciprocal is, y = 1/x, is applied to the tensor elementwise.