- 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<Tensor, std::vector<Tensor> >
  CSE(const Tensor& output, const std::vector<Tensor>& input_grads);
  ```
- The tensor expression tree does not provide extra information. It is just an 
useful data structure for comparison purposes.





---
[Visit Topic](https://discuss.tvm.apache.org/t/rfc-cse-optimization/8130/3) to 
respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click 
here](https://discuss.tvm.apache.org/email/unsubscribe/edeea9caffa7d3db11d1b646104516650f61b8a389f4ce8f3e9a2034b5224d08).

Reply via email to