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

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

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

Public Member Functions

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

Public Attributes

EnumValue input
 
EnumValue output
 
Pointer source
 
Pointer owner
 

Detailed Description

Description of an input->output dependency.

Member Function Documentation

◆ operator<()

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

◆ operator==()

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

Member Data Documentation

◆ input

EnumValue tvm::graph::internal::Log::DirectDependency::input

◆ output

EnumValue tvm::graph::internal::Log::DirectDependency::output

◆ owner

Pointer tvm::graph::internal::Log::DirectDependency::owner

◆ source

Pointer tvm::graph::internal::Log::DirectDependency::source

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