Home
last modified time | relevance | path

Searched refs:tcost (Results 1 – 25 of 42) sorted by relevance

12

/dports/textproc/py-nltk/nltk-3.4.1/nltk/metrics/
H A Dsegmentation.py113 tcost = mat[i, j]
116 tcost = del_cost + mat[i, j + 1]
119 tcost = ins_cost + mat[i + 1, j]
120 mat[i + 1, j + 1] = min(tcost, shift_cost)
/dports/editors/jupp/jupp/
H A Dscrn.c448 t->cbs = tcost(t->cap, t->bs, 1, 2, 2, 0, 0); in nopen()
453 t->clf = tcost(t->cap, t->lf, 1, 2, 2, 0, 0); in nopen()
456 t->cup = tcost(t->cap, t->up, 1, 2, 2, 0, 0); in nopen()
475 t->cta = tcost(t->cap, t->ta, 1, 2, 2, 0, 0); in nopen()
774 cost = tcost(t->cap, t->cm, 1, y, x, 0, 0); in cposs()
823 cost = tcost(t->cap, t->cv, 1, y - hy, 0, 0, 0) + tcost(t->cap, t->ch, 1, x, 0, 0, 0); in cposs()
830 …cost = tcost(t->cap, t->cv, 1, y, 0, 0, 0) + tcost(t->cap, t->cr, 1, 0, 0, 0, 0) + relcost(t, x, y… in cposs()
837 …cost = tcost(t->cap, t->ll, 1, 0, 0, 0, 0) + tcost(t->cap, t->ch, 1, x, 0, 0, 0) + relcost(t, x, y… in cposs()
844 …cost = tcost(t->cap, t->ll, 1, 0, 0, 0, 0) + tcost(t->cap, t->cv, 1, y, 0, 0, 0) + relcost(t, x, y… in cposs()
851 …cost = tcost(t->cap, t->ho, 1, 0, 0, 0, 0) + tcost(t->cap, t->ch, 1, x, 0, 0, 0) + relcost(t, x, y… in cposs()
[all …]
H A Dtermcap.h124 int tcost(CAP *cap, const unsigned char *s, int l,
/dports/editors/joe/joe-4.6/joe/
H A Dscrn.c805 t->cbs = tcost(t->cap, t->bs, 1, 2, 2, 0, 0); in nopen()
810 t->clf = tcost(t->cap, t->lf, 1, 2, 2, 0, 0); in nopen()
813 t->cup = tcost(t->cap, t->up, 1, 2, 2, 0, 0); in nopen()
837 t->cta = tcost(t->cap, t->ta, 1, 2, 2, 0, 0); in nopen()
1155 cost = tcost(t->cap, t->cm, 1, y, x, 0, 0); in cposs()
1204 cost = tcost(t->cap, t->cv, 1, y - hy, 0, 0, 0) + tcost(t->cap, t->ch, 1, x, 0, 0, 0); in cposs()
1211 …cost = tcost(t->cap, t->cv, 1, y, 0, 0, 0) + tcost(t->cap, t->cr, 1, 0, 0, 0, 0) + relcost(t, x, y… in cposs()
1218 …cost = tcost(t->cap, t->ll, 1, 0, 0, 0, 0) + tcost(t->cap, t->ch, 1, x, 0, 0, 0) + relcost(t, x, y… in cposs()
1225 …cost = tcost(t->cap, t->ll, 1, 0, 0, 0, 0) + tcost(t->cap, t->cv, 1, y, 0, 0, 0) + relcost(t, x, y… in cposs()
1232 …cost = tcost(t->cap, t->ho, 1, 0, 0, 0, 0) + tcost(t->cap, t->ch, 1, x, 0, 0, 0) + relcost(t, x, y… in cposs()
[all …]
H A Dtermcapj.h140 ptrdiff_t tcost(CAP *cap, const char *s, ptrdiff_t l, ptrdiff_t a0, ptrdiff_t a1, ptrdiff_t a2, ptr…
/dports/databases/grass7/grass-7.8.6/vector/v.net.salesman/
H A Dmain.c114 double cost, tmpcost, tcost; in main() local
485 tcost = cost_cache[cycle[j]][cycle[j + 1]]; in main()
486 tmpcost = -tcost; in main()
492 tcost = cost_cache[cycle[j]][city]; in main()
493 tmpcost += tcost; in main()
496 tcost = cost_cache[city][cycle[j + 1]]; in main()
497 tmpcost += tcost; in main()
/dports/misc/tvm/incubator-tvm-0.6.1/vta/tutorials/frontend/
H A Ddeploy_vision_on_vta.py261 tcost = timer()
262 std = np.std(tcost.results) * 1000
263 mean = tcost.mean * 1000
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/vta/tutorials/frontend/
H A Ddeploy_classification.py263 tcost = timer()
264 std = np.std(tcost.results) * 1000
265 mean = tcost.mean * 1000
/dports/misc/py-tvm/incubator-tvm-0.6.1/vta/tutorials/frontend/
H A Ddeploy_vision_on_vta.py261 tcost = timer()
262 std = np.std(tcost.results) * 1000
263 mean = tcost.mean * 1000
/dports/math/optpp/optpp-2.4/src/Newton/
H A DOptNIPSLike.C902 real tcost; in merit() local
911 tcost = .5*Dot(Fmu,Fmu); in merit()
920 return tcost; in merit()
1066 real t2, t3, tcost; in merit3() local
1079 tcost = nlp->getF(); in merit3()
1082 tcost = nlp->evalF(xc); in merit3()
1083 nlp->setF(tcost); in merit3()
1087 tcost = nlp->getF(); in merit3()
1108 tcost += ( (beta_/two)*(t3) ); in merit3()
1109 tcost -= (mu_ * sumlog); in merit3()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/vta/tutorials/frontend/legacy/
H A Ddeploy_detection.py290 tcost = timer()
291 std = np.std(tcost.results) * 1000
292 mean = tcost.mean * 1000
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/OPTPP/src/Newton/
H A DOptNIPSLike.C1063 double tcost; in merit() local
1072 tcost = .5*(Fmu.dot(Fmu)); in merit()
1081 return tcost; in merit()
1234 double t2, t3, tcost; in merit3() local
1247 tcost = nlp->getF(); in merit3()
1250 tcost = nlp->evalF(xc); in merit3()
1251 nlp->setF(tcost); in merit3()
1255 tcost = nlp->getF(); in merit3()
1278 tcost += ( (beta_/two)*(t3) ); in merit3()
1279 tcost -= (mu_ * sumlog); in merit3()
[all …]
/dports/games/spring/spring_98.0/rts/Sim/Units/UnitTypes/
H A DBuilder.cpp598 float tcost = 0.0f; in StartRestore() local
605 tcost += math::fabs(delta); in StartRestore()
608 myTerraformLeft = tcost; in StartRestore()
750 float tcost = 0.0f; in CalculateBuildTerraformCost() local
764 tcost += math::fabs(delta) * cost; in CalculateBuildTerraformCost()
768 return tcost; in CalculateBuildTerraformCost()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/python/integration/
H A Dtest_gemm.py100 tcost = ftimer(a, b, c).mean
101 print("%s: exec=%g sec/op" % (ctx, tcost))
/dports/misc/tvm/incubator-tvm-0.6.1/tests/python/integration/
H A Dtest_gemm.py102 tcost = ftimer(a, b, c).mean
103 print("%s: exec=%g sec/op" % (ctx, tcost))
/dports/misc/py-tvm/incubator-tvm-0.6.1/tests/python/integration/
H A Dtest_gemm.py102 tcost = ftimer(a, b, c).mean
103 print("%s: exec=%g sec/op" % (ctx, tcost))
/dports/graphics/pear-Image_Graph/Image_Graph-0.8.0/docs/examples/
H A Dvector_function.php43 function tcost($t) { return $t*cos($t); } function
/dports/misc/py-xgboost/xgboost-1.5.1/rabit/src/
H A Dallreduce_mock.h94 double tcost = dmlc::GetTime() - tstart; in CheckPoint() local
98 << ",check_tcost="<< tcost <<" sec" in CheckPoint()
/dports/misc/xgboost/xgboost-1.5.1/rabit/src/
H A Dallreduce_mock.h94 double tcost = dmlc::GetTime() - tstart; in CheckPoint() local
98 << ",check_tcost="<< tcost <<" sec" in CheckPoint()
/dports/misc/tvm/incubator-tvm-0.6.1/vta/tutorials/autotvm/
H A Dtune_relay_vta.py418 tcost = timer()
419 prof_res = np.array(tcost.results) * 1000 # convert to millisecond
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/vta/tutorials/autotvm/
H A Dtune_relay_vta.py443 tcost = timer()
444 prof_res = np.array(tcost.results) * 1000 # convert to millisecond
/dports/misc/py-tvm/incubator-tvm-0.6.1/vta/tutorials/autotvm/
H A Dtune_relay_vta.py418 tcost = timer()
419 prof_res = np.array(tcost.results) * 1000 # convert to millisecond
/dports/misc/tvm/incubator-tvm-0.6.1/vta/scripts/
H A Dtune_resnet.py304 tcost = timer() variable
305 prof_res = np.array(tcost.results) * 1000 # convert to millisecond
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/vta/scripts/
H A Dtune_resnet.py339 tcost = timer() variable
340 prof_res = np.array(tcost.results) * 1000 # convert to millisecond
/dports/misc/py-tvm/incubator-tvm-0.6.1/vta/scripts/
H A Dtune_resnet.py304 tcost = timer() variable
305 prof_res = np.array(tcost.results) * 1000 # convert to millisecond

12