载入中...
搜索中...
未找到
KernelGen.cpp 文件参考
#include "tensor/KernelGen.h"
#include "tensor/CpuKernels.h"
#include "tensor/Quant.h"
#include <algorithm>
#include <cmath>
#include <sstream>

浏览源代码.

命名空间

namespace  eve
 
namespace  eve::tensor
 

函数

bool eve::tensor::generateKernel (const Graph &graph, const FusedGroup &group, KernelSpec &out)
 
bool eve::tensor::generateMatMulVariant (const Graph &graph, const FusedGroup &group, bool tiled, KernelSpec &out)
 

变量说明

◆ biasIndexExpr

std::string biasIndexExpr

在文件 KernelGen.cpp127 行定义.

◆ graph

◆ group

◆ indexExprs

const std::vector<std::string>& indexExprs

在文件 KernelGen.cpp123 行定义.

◆ os

◆ rootVar

std::string rootVar

在文件 KernelGen.cpp124 行定义.

◆ temp

int temp = 0

在文件 KernelGen.cpp126 行定义.

被这些函数引用 eve::stylize::StyleChain::apply() , 以及 eve::stylize::StyleChain::applyCanvas().

◆ vars

std::vector<std::string> vars

在文件 KernelGen.cpp140 行定义.

被这些函数引用 eve::dialogue::Dialogue::restoreState().