Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/saved_model/model_utils/
Dmode_keys.py37 PREDICT = 'predict' variable in KerasModeKeys
53 PREDICT = 'infer' variable in EstimatorModeKeys
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
Dfeature_keys.py73 PREDICT = signature_constants.DEFAULT_SERVING_SIGNATURE_DEF_KEY variable in SavedModelLabels
/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.c735 #define PREDICT(op) if (0) goto PRED_##op in _PyEval_EvalFrameDefault() macro
737 #define PREDICT(op) \ in _PyEval_EvalFrameDefault() macro