tvm
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
tvm::runtime::profiling::CountNode Class Reference

#include <profiling.h>

Inheritance diagram for tvm::runtime::profiling::CountNode:
Collaboration diagram for tvm::runtime::profiling::CountNode:

Public Member Functions

 CountNode (int64_t a)
 
 TVM_DECLARE_FINAL_OBJECT_INFO (CountNode, Object)
 

Public Attributes

int64_t value
 

Static Public Attributes

static constexpr const char * _type_key = "runtime.profiling.Count"
 

Constructor & Destructor Documentation

◆ CountNode()

tvm::runtime::profiling::CountNode::CountNode ( int64_t  a)
inlineexplicit

Member Function Documentation

◆ TVM_DECLARE_FINAL_OBJECT_INFO()

tvm::runtime::profiling::CountNode::TVM_DECLARE_FINAL_OBJECT_INFO ( CountNode  ,
Object   
)

Member Data Documentation

◆ _type_key

constexpr const char* tvm::runtime::profiling::CountNode::_type_key = "runtime.profiling.Count"
staticconstexpr

◆ value

int64_t tvm::runtime::profiling::CountNode::value

The documentation for this class was generated from the following file: