TVM  0.9.4
tvm::graph::internal::Log::Update Struct Reference

#include <tvm/graph/internal/Log.h>

Collaboration diagram for tvm::graph::internal::Log::Update:

Public Member Functions

bool operator< (const Update &other) const
 
bool operator== (const Update &other) const
 

Public Attributes

EnumValue id
 
std::string name
 
std::uintptr_t function
 
Pointer owner
 

Detailed Description

Description of an update.

Member Function Documentation

◆ operator<()

bool tvm::graph::internal::Log::Update::operator< ( const Update other) const
inline

◆ operator==()

bool tvm::graph::internal::Log::Update::operator== ( const Update other) const
inline

Member Data Documentation

◆ function

std::uintptr_t tvm::graph::internal::Log::Update::function

◆ id

EnumValue tvm::graph::internal::Log::Update::id

◆ name

std::string tvm::graph::internal::Log::Update::name

◆ owner

Pointer tvm::graph::internal::Log::Update::owner

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