Bugfix: In eager mode, bessel_i0 and bessel_i1 raise "TypeError: unhashable...
Bugfix: In eager mode, bessel_i0 and bessel_i1 raise "TypeError: unhashable type: 'list'" out of ops.name_scope because the second arg of name_scope is default_name, not values. Standardizes special_math_ops on the full name_scope(name, default_name, values) constructor. PiperOrigin-RevId: 202519452
Loading
Please sign in to comment