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

#include <profiling.h>

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

Public Member Functions

 RatioNode (double a)
 
 TVM_DECLARE_FINAL_OBJECT_INFO (RatioNode, Object)
 

Public Attributes

double ratio
 

Static Public Attributes

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

Constructor & Destructor Documentation

◆ RatioNode()

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

Member Function Documentation

◆ TVM_DECLARE_FINAL_OBJECT_INFO()

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

Member Data Documentation

◆ _type_key

constexpr const char* tvm::runtime::profiling::RatioNode::_type_key = "runtime.profiling.Ratio"
staticconstexpr

◆ ratio

double tvm::runtime::profiling::RatioNode::ratio

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