- 04 12月, 2020 3 次提交
-
-
由 Michael Osthege 提交于
- Classes instead of functions for the `IntParam`, `StrParam`, etc. - Strong signature for the `ConfigParam` type - `filter` was renamed to `apply`, because that's closer to its functionality - `is_valid` was renamed to `validate` to match `apply` - Both `apply` and `validate` callables can now be set for all params - `DeviceParam` was moved over to where the other config param types are defined - Already deprecated config parameters were removed - Add a few more tests
-
由 Michael Osthege 提交于
This way the "convert" kwarg can be removed from the signature of the EnumStr param
-
由 Michael Osthege 提交于
-
- 02 12月, 2020 2 次提交
-
-
由 Brandon T. Willard 提交于
-
由 Marco Gorelli 提交于
Co-authored-by:Marco Gorelli <m.gorelli@samsung.com>
-
- 26 11月, 2020 4 次提交
-
-
由 George Ho 提交于
-
由 Brandon T. Willard 提交于
Reconfigure codecov to reduce false alarm rate.
-
由 Brandon T. Willard 提交于
-
由 Thomas Wiecki 提交于
-
- 25 11月, 2020 1 次提交
-
-
由 Brandon T. Willard 提交于
-
- 24 11月, 2020 1 次提交
-
-
由 Brandon T. Willard 提交于
Remove Variable.fgraph and Variable.clients properties
-
- 23 11月, 2020 25 次提交
-
-
由 Brandon T. Willard 提交于
This change requires the addition of an `fgraph` argument to the `Op.infer_shape` method used by `ShapeFeature`.
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
These tests made unnecessary assumptions about results derived from unrelated optimizations, so any changes to the those optimizations would cause the tests to fail--even when the actual functionality being tested would succeed.
-
由 Brandon T. Willard 提交于
This commit removes uses of `pre_greedy_local_optimizer` and `pre_constant_merge` that needlessly introduce complexity into the optimization process through in-place graph changes that occur completely outside of the optimization/`FunctionGraph` framework. Closes #190.
-
由 Brandon T. Willard 提交于
These tests actually confirm that `pre_greedy_local_optimizer` traverses a graph and applies optimizations, and that it avoids terms in a given `FunctionGraph`.
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
Refactor tests.tensor.nnet optimization tests
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
- 21 11月, 2020 1 次提交
-
-
由 George Ho 提交于
-
- 20 11月, 2020 3 次提交
-
-
由 Brandon T. Willard 提交于
Implement a JAX conversion for the Scan Op
-
由 Brandon T. Willard 提交于
-
由 junpenglao 提交于
-