载入中...
搜索中...
未找到

#include <Graph.h>

Public 成员函数

int addNode (GraphNode node)
 
const GraphNodenode (int id) const
 
GraphNodenode (int id)
 
int nodeCount () const
 
const std::vector< GraphNode > & nodes () const
 
std::vector< GraphNode > & nodes ()
 

静态 Public 成员函数

static int product (const int *dims, int rank)
 

详细描述

在文件 Graph.h106 行定义.

成员函数说明

◆ addNode()

◆ node() [1/2]

GraphNode & eve::tensor::Graph::node ( int  id)
inline

在文件 Graph.h110 行定义.

引用了 id.

◆ node() [2/2]

◆ nodeCount()

int eve::tensor::Graph::nodeCount ( ) const
inline

在文件 Graph.h111 行定义.

被这些函数引用 eve::tensor::optimizeGraph().

◆ nodes() [1/2]

std::vector< GraphNode > & eve::tensor::Graph::nodes ( )
inline

在文件 Graph.h113 行定义.

◆ nodes() [2/2]

const std::vector< GraphNode > & eve::tensor::Graph::nodes ( ) const
inline

在文件 Graph.h112 行定义.

◆ product()

int eve::tensor::Graph::product ( const int *  dims,
int  rank 
)
static

在文件 Graph.cpp16 行定义.

引用了 n.

被这些函数引用 addNode() , 以及 eve::tensor::Func::emitReshape().


该类的文档由以下文件生成: