There is android_deploy and android_camera demo telling how to deploy model to
android device, but there is no friendly iOS version.
Could you please give me some advice?
@tqchen
---
[Visit
Topic](https://discuss.tvm.apache.org/t/how-to-deploy-model-to-ios-device/8199/1)
to respond.
You
- The user API looks like the following:
```C++
/*!
* \brief Eliminate common subexpressions among \p in_args and between them
and \p output .
*
* \param output The output tensor.
* \param input_grads The gradients of input tensors.
*/
std::pair >
CSE(const Tensor& output,
@tqchen @junrushao1994 how much of the work do you think we can reuse once we
move to https://discuss.tvm.apache.org/t/rfc-tensorir-a-schedulable-ir-for-tvm?
---
[Visit Topic](https://discuss.tvm.apache.org/t/rfc-cse-optimization/8130/4) to
respond.
You are receiving this because you ena
Is int64 tensor fully supported in the main branch now?
---
[Visit
Topic](https://discuss.tvm.apache.org/t/rfc-support-for-large-tensors/5643/29)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](https://discuss.tvm.
I think there are two potential ways to think about it. We can either try to
do CSE in the Expr level, or we can do CSE in the TE level. I think both will
bring some of the benefit, so it would be helpful to support both variants
---
[Visit Topic](https://discuss.tvm.apache.org/t/rfc-cse-
I agree with @tqchen. CSE is not hard to implement, and CSE on both sides
provides different benefits. So we can potentially support both variants.
---
[Visit Topic](https://discuss.tvm.apache.org/t/rfc-cse-optimization/8130/6) to
respond.
You are receiving this because you enabled mailin