Searched defs:PREDICT (Results 1 – 10 of 10) sorted by relevance
34 PREDICT = 'predict' variable in KerasModeKeys50 PREDICT = 'infer' variable in EstimatorModeKeys
250 PREDICT = 1; enumerator
267 PREDICT(1), enumConstant
264 PREDICT(1), enumConstant
912 #define PREDICT(op) if (0) goto PRED_##op in PyEval_EvalFrameEx() macro916 #define PREDICT(op) if (*next_instr == op) goto PRED_##op in PyEval_EvalFrameEx() macro
1415 #define PREDICT(op) if (0) goto PREDICT_ID(op) macro1417 #define PREDICT(op) \ macro