David Rubinstein

Results 15 issues of David Rubinstein

The assertion logic currently uses #defines heavily. Alternatively, we could've made template structs and stick the static_asserts in the structs. You can then use these as default template arguments (similar...

To add: - [ ] QR - [ ] LDL - [ ] LL^T - [ ] SVD - [ ] cholesky

Click to expand! ### Issue Type Feature Request ### Source source ### Tensorflow Version 2.9, all ### Custom Code No ### OS Platform and Distribution _No response_ ### Mobile device...

stat:awaiting tensorflower
type:feature
type:build/install
comp:lite
subtype:bazel

Was trying to figure out why the install time was so large and realized that we are storing json in "pretty print" format. Can we do something about it to...

enhancement

Beginning the work on bringing over the training and evaluation code. Please point out if I have to remove any keywords that exist. I have not tested this code. This...

**System information** - MacOS 13.4.1 - binary (via pip) - 2.13.0 **Provide the text output from tflite_convert** ```python3 loc(callsite(callsite(fused["Complex:", callsite("sequential/lambda/Complex@__inference__wrapped_model_30"("/opt/homebrew/lib/python3.11/site-packages/tensorflow/python/util/dispatch.py":1176:0) at callsite("/opt/homebrew/lib/python3.11/site-packages/tensorflow/python/util/traceback_utils.py":150:0 at callsite("/Users/drubinstein/test/complex_test/complex.py":4:0 at callsite("/opt/homebrew/lib/python3.11/site-packages/keras/src/layers/core/lambda_layer.py":212:0 at callsite("/opt/homebrew/lib/python3.11/site-packages/keras/src/utils/traceback_utils.py":96:0 at callsite("/opt/homebrew/lib/python3.11/site-packages/keras/src/engine/base_layer.py":1150:0...

awaiting review
stat:awaiting tensorflower
type:feature
comp:lite
comp:lite-kernels
TF 2.13

This PR is a pretty large refactor. One issue we've seen is that not all users are TensorFlow users and TensorFlow is a pretty heavy dependency. To alleviate that, this...