Re: [dmlc/tvm] [RFC][Quantization] Support quantized models from TensorflowLite (#2351)

2019-07-29 Thread Zhao Wu
> > **Covered frameworks for now** - TFLite and MxNet > > **Target network for now** - Inception V3 from TFLite. (I will create one > > for Mxnet) > > **Target platforms for now** - ARM and Intel (will create separate Issue as > > the project progresses) > > A quick question here since I can't s

Re: [dmlc/tvm] [QNN] [RFC] - Adding QNN operators with simple lowering (#3617)

2019-07-29 Thread Zhao Wu
I think lowering in the Python make sense. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/dmlc/tvm/issues/3617#issuecomment-516232138

[TVM Discuss] [Development] Unable to create Node object to pass to AttrStmt object

2019-07-29 Thread Priya arora via TVM Discuss
Thank you very much. I am wondering if you could redirect me/provide me a link as to how to create a func (Operation) for Realize/ProducerConsumer stmt then it would be very helpful. Moreover, since the lower phase 0 in the lower() generates the output (IR) which as a statement reflecting the

Re: [dmlc/tvm] [RFC][Quantization] Support quantized models from TensorflowLite (#2351)

2019-07-29 Thread Ramana Radhakrishnan
> **Covered frameworks for now** - TFLite and MxNet > **Target network for now** - Inception V3 from TFLite. (I will create one for > Mxnet) > **Target platforms for now** - ARM and Intel (will create separate Issue as > the project progresses) A quick question here since I can't see this menti

Re: [dmlc/tvm] [RFC][relay][vm] Relay virtual machine serialization (#3594)

2019-07-29 Thread Zhi
The serialization itself doesn't have much to do with quantization. If quantized model needs new opcode in the VM, we need to introduce them first and then extend the serialization/deserialization to support these instructions. -- You are receiving this because you are subscribed to this thread

Re: [dmlc/tvm] [RFC] [Contrib] [Runtime] Minimal runtime (~12kb .text on ARMv7/x86) for subset of TVM models (#3567)

2019-07-29 Thread Andrew Tulloch
Will do today @tqchen, my bad. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/dmlc/tvm/pull/3567#issuecomment-515897387