Home
last modified time | relevance | path

Searched refs:imcnt (Results 1 – 15 of 15) sorted by relevance

/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/io/
H A Diter_normalize.h219 size_t imcnt = 1; // NOLINT(*) in CreateMeanImg() local
225 imcnt += 1; in CreateMeanImg()
227 if (imcnt % 10000L == 0 && param_.verbose) { in CreateMeanImg()
228 LOG(INFO) << imcnt << " images processed, " << elapsed << " sec elapsed"; in CreateMeanImg()
231 meanimg_ *= (1.0f / imcnt); in CreateMeanImg()
386 size_t imcnt = 1; // NOLINT(*) in CreateMeanImg() local
392 imcnt += 1; in CreateMeanImg()
394 if (imcnt % 10000L == 0 && param_.verbose) { in CreateMeanImg()
395 LOG(INFO) << imcnt << " images processed, " << elapsed << " sec elapsed"; in CreateMeanImg()
398 meanimg_ *= (1.0f / imcnt); in CreateMeanImg()
H A Diter_image_recordio_2.cc667 size_t imcnt = 0; // NOLINT(*) in CreateMeanImg() local
676 if (imcnt == 0) { in CreateMeanImg()
682 imcnt += 1; in CreateMeanImg()
684 if (imcnt % 10000L == 0 && param_.verbose) { in CreateMeanImg()
685 LOG(INFO) << imcnt << " images processed, " << elapsed << " sec elapsed"; in CreateMeanImg()
689 meanimg_ *= (1.0f / imcnt); in CreateMeanImg()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/io/
H A Diter_normalize.h219 size_t imcnt = 1; // NOLINT(*) in CreateMeanImg() local
225 imcnt += 1; in CreateMeanImg()
227 if (imcnt % 10000L == 0 && param_.verbose) { in CreateMeanImg()
228 LOG(INFO) << imcnt << " images processed, " << elapsed << " sec elapsed"; in CreateMeanImg()
231 meanimg_ *= (1.0f / imcnt); in CreateMeanImg()
386 size_t imcnt = 1; // NOLINT(*) in CreateMeanImg() local
392 imcnt += 1; in CreateMeanImg()
394 if (imcnt % 10000L == 0 && param_.verbose) { in CreateMeanImg()
395 LOG(INFO) << imcnt << " images processed, " << elapsed << " sec elapsed"; in CreateMeanImg()
398 meanimg_ *= (1.0f / imcnt); in CreateMeanImg()
H A Diter_image_recordio_2.cc667 size_t imcnt = 0; // NOLINT(*) in CreateMeanImg() local
676 if (imcnt == 0) { in CreateMeanImg()
682 imcnt += 1; in CreateMeanImg()
684 if (imcnt % 10000L == 0 && param_.verbose) { in CreateMeanImg()
685 LOG(INFO) << imcnt << " images processed, " << elapsed << " sec elapsed"; in CreateMeanImg()
689 meanimg_ *= (1.0f / imcnt); in CreateMeanImg()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tools/
H A Dim2rec.cc176 size_t imcnt = 0; in main() local
294 ++imcnt; in main()
295 if (imcnt % 1000 == 0) { in main()
296 LOG(INFO) << imcnt << " images processed, " << GetTime() - tstart << " sec elapsed"; in main()
299 LOG(INFO) << "Total: " << imcnt << " images processed, " << GetTime() - tstart << " sec elapsed"; in main()
/dports/misc/mxnet/incubator-mxnet-1.9.0/tools/
H A Dim2rec.cc176 size_t imcnt = 0; in main() local
294 ++imcnt; in main()
295 if (imcnt % 1000 == 0) { in main()
296 LOG(INFO) << imcnt << " images processed, " << GetTime() - tstart << " sec elapsed"; in main()
299 LOG(INFO) << "Total: " << imcnt << " images processed, " << GetTime() - tstart << " sec elapsed"; in main()
/dports/devel/smake/schily-2021-09-18/hdump/
H A Dhdump.c79 int imcnt; /* Count from intermediate buffer */ member
804 dstp->imcnt = 0;
817 if (dstp->imcnt > 0) {
818 movebytes(oldbuf+dstp->blocksize, buf, dstp->imcnt);
819 cnt = cnt < dstp->imcnt ? cnt:dstp->imcnt;
820 dstp->imcnt = 0;
983 n = mbtowc(&wc, &buf[i], cnt - i + dstp->imcnt);
991 if (dstp->imcnt == 0 && (cnt - i) < MB_LEN_MAX) {
992 dstp->imcnt = read_input(dstp,
995 if (dstp->imcnt > 0)
/dports/devel/sccs/schily-2021-09-18/hdump/
H A Dhdump.c79 int imcnt; /* Count from intermediate buffer */ member
804 dstp->imcnt = 0;
817 if (dstp->imcnt > 0) {
818 movebytes(oldbuf+dstp->blocksize, buf, dstp->imcnt);
819 cnt = cnt < dstp->imcnt ? cnt:dstp->imcnt;
820 dstp->imcnt = 0;
983 n = mbtowc(&wc, &buf[i], cnt - i + dstp->imcnt);
991 if (dstp->imcnt == 0 && (cnt - i) < MB_LEN_MAX) {
992 dstp->imcnt = read_input(dstp,
995 if (dstp->imcnt > 0)
/dports/devel/schilybase/schily-2021-09-18/hdump/
H A Dhdump.c79 int imcnt; /* Count from intermediate buffer */ member
804 dstp->imcnt = 0;
817 if (dstp->imcnt > 0) {
818 movebytes(oldbuf+dstp->blocksize, buf, dstp->imcnt);
819 cnt = cnt < dstp->imcnt ? cnt:dstp->imcnt;
820 dstp->imcnt = 0;
983 n = mbtowc(&wc, &buf[i], cnt - i + dstp->imcnt);
991 if (dstp->imcnt == 0 && (cnt - i) < MB_LEN_MAX) {
992 dstp->imcnt = read_input(dstp,
995 if (dstp->imcnt > 0)
/dports/net/rscsi/schily-2021-09-18/hdump/
H A Dhdump.c79 int imcnt; /* Count from intermediate buffer */ member
804 dstp->imcnt = 0;
817 if (dstp->imcnt > 0) {
818 movebytes(oldbuf+dstp->blocksize, buf, dstp->imcnt);
819 cnt = cnt < dstp->imcnt ? cnt:dstp->imcnt;
820 dstp->imcnt = 0;
983 n = mbtowc(&wc, &buf[i], cnt - i + dstp->imcnt);
991 if (dstp->imcnt == 0 && (cnt - i) < MB_LEN_MAX) {
992 dstp->imcnt = read_input(dstp,
995 if (dstp->imcnt > 0)
/dports/archivers/star/schily-2021-09-18/hdump/
H A Dhdump.c79 int imcnt; /* Count from intermediate buffer */ member
804 dstp->imcnt = 0;
817 if (dstp->imcnt > 0) {
818 movebytes(oldbuf+dstp->blocksize, buf, dstp->imcnt);
819 cnt = cnt < dstp->imcnt ? cnt:dstp->imcnt;
820 dstp->imcnt = 0;
983 n = mbtowc(&wc, &buf[i], cnt - i + dstp->imcnt);
991 if (dstp->imcnt == 0 && (cnt - i) < MB_LEN_MAX) {
992 dstp->imcnt = read_input(dstp,
995 if (dstp->imcnt > 0)
/dports/sysutils/cdrtools/schily-2021-09-18/hdump/
H A Dhdump.c79 int imcnt; /* Count from intermediate buffer */ member
804 dstp->imcnt = 0;
817 if (dstp->imcnt > 0) {
818 movebytes(oldbuf+dstp->blocksize, buf, dstp->imcnt);
819 cnt = cnt < dstp->imcnt ? cnt:dstp->imcnt;
820 dstp->imcnt = 0;
983 n = mbtowc(&wc, &buf[i], cnt - i + dstp->imcnt);
991 if (dstp->imcnt == 0 && (cnt - i) < MB_LEN_MAX) {
992 dstp->imcnt = read_input(dstp,
995 if (dstp->imcnt > 0)
/dports/devel/sunpromake/schily-2021-09-18/hdump/
H A Dhdump.c79 int imcnt; /* Count from intermediate buffer */ member
804 dstp->imcnt = 0;
817 if (dstp->imcnt > 0) {
818 movebytes(oldbuf+dstp->blocksize, buf, dstp->imcnt);
819 cnt = cnt < dstp->imcnt ? cnt:dstp->imcnt;
820 dstp->imcnt = 0;
983 n = mbtowc(&wc, &buf[i], cnt - i + dstp->imcnt);
991 if (dstp->imcnt == 0 && (cnt - i) < MB_LEN_MAX) {
992 dstp->imcnt = read_input(dstp,
995 if (dstp->imcnt > 0)
/dports/editors/ved/schily-2021-09-18/hdump/
H A Dhdump.c79 int imcnt; /* Count from intermediate buffer */ member
804 dstp->imcnt = 0;
817 if (dstp->imcnt > 0) {
818 movebytes(oldbuf+dstp->blocksize, buf, dstp->imcnt);
819 cnt = cnt < dstp->imcnt ? cnt:dstp->imcnt;
820 dstp->imcnt = 0;
983 n = mbtowc(&wc, &buf[i], cnt - i + dstp->imcnt);
991 if (dstp->imcnt == 0 && (cnt - i) < MB_LEN_MAX) {
992 dstp->imcnt = read_input(dstp,
995 if (dstp->imcnt > 0)
/dports/sysutils/schilyutils/schily-2021-09-18/hdump/
H A Dhdump.c79 int imcnt; /* Count from intermediate buffer */ member
804 dstp->imcnt = 0;
817 if (dstp->imcnt > 0) {
818 movebytes(oldbuf+dstp->blocksize, buf, dstp->imcnt);
819 cnt = cnt < dstp->imcnt ? cnt:dstp->imcnt;
820 dstp->imcnt = 0;
983 n = mbtowc(&wc, &buf[i], cnt - i + dstp->imcnt);
991 if (dstp->imcnt == 0 && (cnt - i) < MB_LEN_MAX) {
992 dstp->imcnt = read_input(dstp,
995 if (dstp->imcnt > 0)