forked from keras-team/keras
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Shape inference for Theano backend (keras-team#5618)
* Added shape inference for flatten * Added shape inference for repeat_elements * Added shape inference + minute optimisation for batch_flatten * Added shape inference for squeeze * Added shape inference for permute_dimensions * Added shape inference for repeat * Added shape inference for expand_dims * Added shape inference for spatial_2d_padding * Removind #TODO tag + whitespace fix * Added shape inference for transpose * Added shape inference for batch_dot * Minor fix in batch_dot shape inference * PEP8 Fix * Shape inference tests to check_single_tensor_operation and check_double_tensor_operation * PEP8 Fix + Added test for tile * Fixed flatten shape inference * Fixed squeeze shape inference * Added batch_flatten to test_shape_operations
1 parent
3b66014
commit e99eac2
Showing
2 changed files
with
74 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters