19#ifndef TVM_RUNTIME_VM_TENSOR_CACHE_SUPPORT_H_
20#define TVM_RUNTIME_VM_TENSOR_CACHE_SUPPORT_H_
22#include <tvm/ffi/container/array.h>
23#include <tvm/ffi/function.h>
27#include <unordered_map>
90 const std::string&
path);
RAII wrapper function to enter and exit a context object similar to python's with syntax.
Definition with_context.h:59
Managed Tensor. The array is backed by reference counted blocks.
Definition tensor.h:49
An object that builds and maintains block scope and StmtSref mapping for Dependence analysis.
Definition analyzer.h:40
#define TVM_RUNTIME_DLL
Definition base.h:92
A device-independent managed Tensor abstraction.