tvm
|
#include <tvm/node/object_path.h>
#include <tvm/node/reflection.h>
#include <tvm/runtime/object.h>
#include <string>
#include <utility>
Go to the source code of this file.
Namespaces | |
tvm | |
runtime implementation for LibTorch/TorchScript. | |
tvm::detail | |
Functions | |
template<typename RefT > | |
detail::TracedObjectWrapperSelector< RefT >::Type | tvm::MakeTraced (const RefT &object) |
Wrap the given root object in an appropriate traced wrapper class. More... | |
template<typename RefT > | |
detail::TracedObjectWrapperSelector< RefT >::Type | tvm::MakeTraced (const RefT &object, ObjectPath path) |
Wrap the given object with the given path in an appropriate traced wrapper class. More... | |
Wrappers around TVM objects that also store an ObjectPath from some "root" object to the wrapper object.