merrymercy edited a comment on pull request #7313:
URL: https://github.com/apache/tvm/pull/7313#issuecomment-789393341


   1. Update the type of `SearchTaskNode::task_inputs`.  Change it from 
`Map<String, runtime::NDArray>` to `Array<String>`, so we only need to store nd 
arrays in one place.
   2. Remove `SearchTask.AddTaskInput` interface to make `SearchTask` 
immutable. We do not have the need to dynamically update task inputs, so we can 
provide all arguments to the constructors.
   3. Make sure we can use the same interface to support the use case where we 
want to match the special buffers by name


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to