tf-pjc icon indicating copy to clipboard operation
tf-pjc copied to clipboard

Bridge between TensorFlow and Google's Private Join and Compute library

Results 11 tf-pjc issues
Sort by recently updated
recently updated
newest added

Bumps [setuptools](https://github.com/pypa/setuptools) from 41.2.0 to 65.5.1. Release notes Sourced from setuptools's releases. v65.5.1 No release notes provided. v65.5.0 No release notes provided. v65.4.1 No release notes provided. v65.4.0 No release...

dependencies

Bumps [wheel](https://github.com/pypa/wheel) from 0.33.6 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...

dependencies

Bumps [pip](https://github.com/pypa/pip) from 19.2.3 to 21.1. Changelog Sourced from pip's changelog. 21.1 (2021-04-24) Process Start installation scheme migration from distutils to sysconfig. A warning is implemented to detect differences between...

dependencies

Hello, I am trying to install the tf-pjc package on Linux ubuntu, but it fails. I run the following: ``` pip install -e . python setup.py install ``` Then I...

General idea: - keep TF PJC to somewhat low-level operations - implement high-level functionality in TFE TODOs: - [ ] registration mechanism in TFE - [ ] plugin-loading mechanism in...

- [ ] allow eg an iterator to be passed from the kernel to the conversion to BigInts in PJC

More effort could be put into robustness, including: - [ ] better error handling - [ ] time-outs - [ ] proper shutdown - [ ] ??

Pending https://github.com/google/private-join-and-compute/pull/6

Currently not possible since only one object is stored in the resource manager and there is no run identification flow happening between the ops (right now they are only control...