Open mortendahl opened 2 years ago
Note: one potential problem with this is that I don't know how we can statically go from Ty
to type, and without that we loose the ability to statically check for kernel support.
One solution might be to have three sets of types (two of which generated by types!
):
Ty
we already have which are serializableTy
but are richer than the first set: TensorTy<Float64Dtype>
, TensorTy<Float32Dtype>
etc.
Related: https://github.com/tf-encrypted/runtime/issues/462