View source on GitHub |
Implementation of algorithms required for Linear layer.
Functions
assert_constraints(...)
: Asserts that weights satisfy constraints.
project(...)
: Applies constraints to weights.
verify_hyperparameters(...)
: Verifies that all given hyperparameters are consistent.
Other Members | |
---|---|
absolute_import |
Instance of __future__._Feature
|
division |
Instance of __future__._Feature
|
print_function |
Instance of __future__._Feature
|