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

#include <profiling.h>

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

Public Member Functions

 PercentNode (double a)
 
 TVM_DECLARE_FINAL_OBJECT_INFO (PercentNode, Object)
 

Public Attributes

double percent
 

Static Public Attributes

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

Constructor & Destructor Documentation

◆ PercentNode()

tvm::runtime::profiling::PercentNode::PercentNode ( double  a)
inlineexplicit

Member Function Documentation

◆ TVM_DECLARE_FINAL_OBJECT_INFO()

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

Member Data Documentation

◆ _type_key

constexpr const char* tvm::runtime::profiling::PercentNode::_type_key = "runtime.profiling.Percent"
staticconstexpr

◆ percent

double tvm::runtime::profiling::PercentNode::percent

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