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

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

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

Public Member Functions

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

Public Attributes

EnumValue id
 
std::string name
 
Pointer owner
 

Detailed Description

Description of an output.

Member Function Documentation

◆ operator<()

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

◆ operator==()

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

Member Data Documentation

◆ id

EnumValue tvm::graph::internal::Log::Output::id

◆ name

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

◆ owner

Pointer tvm::graph::internal::Log::Output::owner

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