Home
last modified time | relevance | path

Searched refs:GetPtx (Results 1 – 4 of 4) sorted by relevance

/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/fusion/
H A Dfused_op.cu186 std::string GetPtx(nvrtcProgram program) { in GetPtx() function
676 kinfo.ptx = GetPtx(program); in CompileCode()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/fusion/
H A Dfused_op.cu186 std::string GetPtx(nvrtcProgram program) { in GetPtx() function
676 kinfo.ptx = GetPtx(program); in CompileCode()
/dports/math/mathgl/mathgl-2.5/include/mgl2/
H A Dbase.h599 inline const mglText &GetPtx(long i) const { return Ptx[i]; } in GetPtx() function
/dports/math/mathgl/mathgl-2.5/src/
H A Dexport_2d.cpp773 const mglText &t = gr->GetPtx(q.n3); in mgl_write_tex()