Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Keras input_as_list in node builder (#1129)
Fixing the test to decide whether a function op layer receives the input as a list or not. The current test checks to see if the first argument is a list, but some ops (like subtract) can receive the arguments as separate lists representing tensors. In this case, the inputs are not in a single list. The solution is to manually check for inputs list only on specific operators that can get all inputs in a list. --------- Co-authored-by: Ofir Gordon <[email protected]>
- Loading branch information