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

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

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

Public Member Functions

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

Public Attributes

EnumValue id
 
std::string name
 
Pointer source
 
Pointer owner
 

Detailed Description

Description of an input.

Member Function Documentation

◆ operator<()

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

◆ operator==()

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

Member Data Documentation

◆ id

EnumValue tvm::graph::internal::Log::Input::id

◆ name

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

◆ owner

Pointer tvm::graph::internal::Log::Input::owner

◆ source

Pointer tvm::graph::internal::Log::Input::source

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