/dports/net/mosh/mosh-1.3.2/src/frontend/ |
H A D | stmclient.h | 87 …STMClient( const char *s_ip, const char *s_port, const char *s_key, const char *predict_mode, unsi… in STMClient() argument 106 if ( predict_mode ) { in STMClient() 107 if ( !strcmp( predict_mode, "always" ) ) { in STMClient() 109 } else if ( !strcmp( predict_mode, "never" ) ) { in STMClient() 111 } else if ( !strcmp( predict_mode, "adaptive" ) ) { in STMClient() 113 } else if ( !strcmp( predict_mode, "experimental" ) ) { in STMClient() 116 fprintf( stderr, "Unknown prediction mode %s.\n", predict_mode ); in STMClient()
|
H A D | mosh-client.cc | 173 char *predict_mode = getenv( "MOSH_PREDICTION_DISPLAY" ); in mosh_main() local 192 STMClient client( ip, desired_port, key, predict_mode, verbose ); in mosh_main()
|
/dports/emulators/vice/vice-3.5/src/lib/libx264/encoder/ |
H A D | analyse.c | 736 const int8_t *predict_mode; in x264_mb_analyse_intra_chroma() local 780 for( ; *predict_mode >= 0; predict_mode++ ) in x264_mb_analyse_intra_chroma() 791 for( ; *predict_mode >= 0; predict_mode++ ) in x264_mb_analyse_intra_chroma() 871 for( ; *predict_mode >= 0; predict_mode++ ) in x264_mb_analyse_intra() 963 for( ; *predict_mode >= 0 && (i_best >= 0 || a->i_mbrd >= 2); predict_mode++ ) in x264_mb_analyse_intra() 1082 for( ; *predict_mode >= 0; predict_mode++ ) in x264_mb_analyse_intra() 1186 for( ; *predict_mode >= 0; predict_mode++ ) in x264_intra_rd_refine() 1201 if( predict_mode[1] >= 0 ) in x264_intra_rd_refine() 1207 for( i_max = 0; *predict_mode >= 0; predict_mode++ ) in x264_intra_rd_refine() 1269 for( ; *predict_mode >= 0; predict_mode++ ) in x264_intra_rd_refine() [all …]
|
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/encoder/ |
H A D | analyse.c | 736 const int8_t *predict_mode; in x264_mb_analyse_intra_chroma() local 780 for( ; *predict_mode >= 0; predict_mode++ ) in x264_mb_analyse_intra_chroma() 791 for( ; *predict_mode >= 0; predict_mode++ ) in x264_mb_analyse_intra_chroma() 871 for( ; *predict_mode >= 0; predict_mode++ ) in x264_mb_analyse_intra() 963 for( ; *predict_mode >= 0 && (i_best >= 0 || a->i_mbrd >= 2); predict_mode++ ) in x264_mb_analyse_intra() 1082 for( ; *predict_mode >= 0; predict_mode++ ) in x264_mb_analyse_intra() 1186 for( ; *predict_mode >= 0; predict_mode++ ) in x264_intra_rd_refine() 1201 if( predict_mode[1] >= 0 ) in x264_intra_rd_refine() 1207 for( i_max = 0; *predict_mode >= 0; predict_mode++ ) in x264_intra_rd_refine() 1269 for( ; *predict_mode >= 0; predict_mode++ ) in x264_intra_rd_refine() [all …]
|
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/ |
H A D | analyse.c | 629 for( ; *predict_mode >= 0; predict_mode++ ) in mb_analyse_intra_chroma() 631 int i_mode = *predict_mode; in mb_analyse_intra_chroma() 640 for( ; *predict_mode >= 0; predict_mode++ ) in mb_analyse_intra_chroma() 719 for( ; *predict_mode >= 0; predict_mode++ ) in mb_analyse_intra() 806 for( ; *predict_mode >= 0 && (i_best >= 0 || a->i_mbrd >= 2); predict_mode++ ) in mb_analyse_intra() 924 for( ; *predict_mode >= 0; predict_mode++ ) in mb_analyse_intra() 1028 for( ; *predict_mode >= 0; predict_mode++ ) in intra_rd_refine() 1043 if( predict_mode[1] >= 0 ) in intra_rd_refine() 1049 for( i_max = 0; *predict_mode >= 0; predict_mode++ ) in intra_rd_refine() 1104 for( ; *predict_mode >= 0; predict_mode++ ) in intra_rd_refine() [all …]
|
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/ |
H A D | analyse.c | 629 for( ; *predict_mode >= 0; predict_mode++ ) in mb_analyse_intra_chroma() 631 int i_mode = *predict_mode; in mb_analyse_intra_chroma() 640 for( ; *predict_mode >= 0; predict_mode++ ) in mb_analyse_intra_chroma() 719 for( ; *predict_mode >= 0; predict_mode++ ) in mb_analyse_intra() 806 for( ; *predict_mode >= 0 && (i_best >= 0 || a->i_mbrd >= 2); predict_mode++ ) in mb_analyse_intra() 924 for( ; *predict_mode >= 0; predict_mode++ ) in mb_analyse_intra() 1028 for( ; *predict_mode >= 0; predict_mode++ ) in intra_rd_refine() 1043 if( predict_mode[1] >= 0 ) in intra_rd_refine() 1049 for( i_max = 0; *predict_mode >= 0; predict_mode++ ) in intra_rd_refine() 1104 for( ; *predict_mode >= 0; predict_mode++ ) in intra_rd_refine() [all …]
|
/dports/misc/mxnet/incubator-mxnet-1.9.0/julia/src/ |
H A D | autograd.jl | 185 predict_mode(f) 186 predict_mode() do 196 predict_mode() do 202 predict_mode(f) = _record(f, nothing, false) function
|
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/julia/src/ |
H A D | autograd.jl | 185 predict_mode(f) 186 predict_mode() do 196 predict_mode() do 202 predict_mode(f) = _record(f, nothing, false) function
|
/dports/x11/mlterm/mlterm-3.9.1/vtemu/libptymosh/ |
H A D | vt_pty_mosh.cpp | 1239 char *predict_mode; in vt_pty_mosh_new() local 1240 while ((predict_mode = getenv("MOSH_PREDICTION_DISPLAY"))) { in vt_pty_mosh_new() 1243 if (strcmp(predict_mode, "always") == 0) { in vt_pty_mosh_new() 1245 } else if (strcmp(predict_mode, "never") == 0) { in vt_pty_mosh_new() 1247 } else if (strcmp(predict_mode, "adaptive") == 0) { in vt_pty_mosh_new() 1249 } else if (strcmp(predict_mode, "experimental") == 0) { in vt_pty_mosh_new()
|
/dports/misc/mxnet/incubator-mxnet-1.9.0/julia/test/unittest/ |
H A D | autograd.jl | 180 @info("AutoGrad::predict_mode") 182 y = mx.predict_mode() do
|
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/julia/test/unittest/ |
H A D | autograd.jl | 180 @info("AutoGrad::predict_mode") 182 y = mx.predict_mode() do
|
/dports/misc/mxnet/incubator-mxnet-1.9.0/perl-package/AI-MXNet/lib/AI/MXNet/ |
H A D | AutoGrad.pm | 376 method predict_mode(CodeRef $sub)
|
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/perl-package/AI-MXNet/lib/AI/MXNet/ |
H A D | AutoGrad.pm | 376 method predict_mode(CodeRef $sub)
|
/dports/misc/py-gluoncv/gluon-cv-0.9.0/scripts/re-id/baseline/ |
H A D | train.py | 91 with autograd.predict_mode():
|
/dports/misc/mxnet/incubator-mxnet-1.9.0/python/mxnet/ |
H A D | autograd.py | 179 def predict_mode(): function
|
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/python/mxnet/ |
H A D | autograd.py | 179 def predict_mode(): function
|
/dports/misc/py-gluonnlp/gluon-nlp-0.10.0/src/gluonnlp/model/ |
H A D | language_model.py | 108 with autograd.predict_mode():
|
/dports/misc/py-gluonnlp/gluon-nlp-0.10.0/src/gluonnlp/model/train/ |
H A D | language_model.py | 211 with autograd.predict_mode():
|
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tests/python/unittest/ |
H A D | test_autograd.py | 310 with predict_mode():
|
/dports/misc/mxnet/incubator-mxnet-1.9.0/tests/python/unittest/ |
H A D | test_autograd.py | 310 with predict_mode():
|
/dports/misc/mxnet/incubator-mxnet-1.9.0/perl-package/AI-MXNet/t/ |
H A D | test_autograd.t | 294 autograd->predict_mode(sub {
|
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/perl-package/AI-MXNet/t/ |
H A D | test_autograd.t | 294 autograd->predict_mode(sub {
|
/dports/misc/py-gluonnlp/gluon-nlp-0.10.0/tests/unittest/ |
H A D | test_models.py | 641 with mx.autograd.predict_mode():
|