23 #ifndef TVM_NODE_REFLECTION_H_
24 #define TVM_NODE_REFLECTION_H_
26 #include <tvm/ffi/container/map.h>
27 #include <tvm/ffi/container/string.h>
37 TVM_DLL ffi::Any
CreateObject(
const String& type_key,
const Map<String, ffi::Any>& fields);
Performance counters for profiling via the PAPI library.
Definition: analyzer.h:37
ffi::Any CreateObject(const String &type_key, const Map< String, ffi::Any > &fields)
Create an object from a type key and a map of fields.