Home
last modified time | relevance | path

Searched defs:PREDICT (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/keras/saving/utils_v1/
Dmode_keys.py34 PREDICT = 'predict' variable in KerasModeKeys
50 PREDICT = 'infer' variable in EstimatorModeKeys
/external/tensorflow/tensorflow/python/saved_model/model_utils/
Dmode_keys.py34 PREDICT = 'predict' variable in KerasModeKeys
50 PREDICT = 'infer' variable in EstimatorModeKeys
/external/python/cpython2/Python/
Dceval.c912 #define PREDICT(op) if (0) goto PRED_##op in PyEval_EvalFrameEx() macro
916 #define PREDICT(op) if (*next_instr == op) goto PRED_##op in PyEval_EvalFrameEx() macro
/external/python/cpython3/Python/
Dceval.c1371 #define PREDICT(op) if (0) goto PREDICT_ID(op) macro
1373 #define PREDICT(op) \ macro