https://github.com/apache/incubator-tvm/blob/8e3b5d39c388f6767a2e69afff27eac55557567e/python/tvm/autotvm/task/task.py#L192 Looks like the C++ code dose not raise `AttributeError`, it just print the message. https://github.com/apache/incubator-tvm/blob/8e3b5d39c388f6767a2e69afff27eac55557567e/src/node/reflection.cc#L108-L111 Should we print the message or raise a error? ref: https://github.com/apache/incubator-tvm/issues/2279