tensorflow / runtime

A performant and modular runtime for TensorFlow
Apache License 2.0
757 stars 124 forks source link

Add support for complex number scale values #85

Closed tlemo closed 2 years ago

tlemo commented 3 years ago

This is a fix required for https://github.com/tensorflow/tensorflow/pull/52949: for complex numbers, scale type must match element type, not compute type.