Closed jackd closed 1 year ago
Split's compute_output_spec does not return the final element (though the underlying call does). This addresses this, plus allows passing tuples to keras.ops.split without error.
compute_output_spec
call
keras.ops.split
Split's
compute_output_spec
does not return the final element (though the underlyingcall
does). This addresses this, plus allows passing tuples tokeras.ops.split
without error.