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

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

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

Public Member Functions

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

Public Attributes

EnumValue update
 
EnumValue output
 
Pointer owner
 

Detailed Description

Description of an update->output dependency.

Member Function Documentation

◆ operator<()

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

◆ operator==()

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

Member Data Documentation

◆ output

EnumValue tvm::graph::internal::Log::OutputDependency::output

◆ owner

Pointer tvm::graph::internal::Log::OutputDependency::owner

◆ update

EnumValue tvm::graph::internal::Log::OutputDependency::update

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