Mkldnn verbose doesn't work

In pytorch, graph converts a mkldnn_graph(use to_mkldnn). then compile the graph.

In tvm, is the same process as pytorch included in relay.build?? normal graph → mkldnn graph.

if it’s right, where can i find a graph(dense layer) applied with mkldnn.

Im already know that tvm only applies mkldnn to dense layer.