Rishi Misra
Rishi Misra
### What do you want to happen? Currently `Kubebuilder` releases binaries for several platforms including `arm64` and `ppc64le`. I am exploring the possibility of making binary available on `s390x` big-endian...
`String Tensors` defined [here](https://github.com/tensorflow/tensorflow/blob/a17b9ec79c4400e8e4e9b1022da9452beca54d3c/tensorflow/lite/string_util.h#L17) are used by `Tensorflow Lite` extensively. Furthermore, TensorFlow Lite uses `tflite::DynamicBufer` to encode vector of strings. The first integers in the raw buffer is the number...
Hi there, I am trying to build `envoy 1.29.1` on `s390x` arch using `envoy-openssl` repo but `bazel build --config=clang --verbose_failures -s @envoy//:envoy` fails due to following error: ``` ... Use...