Searched defs:PREDICT (Results 1 – 4 of 4) sorted by relevance
| /external/tensorflow/tensorflow/python/keras/saving/utils_v1/ | ||
| D | mode_keys.py | 34 PREDICT = 'predict' variable in KerasModeKeys |
| /external/tensorflow/tensorflow/python/saved_model/model_utils/ | ||
| D | mode_keys.py | 34 PREDICT = 'predict' variable in KerasModeKeys |
| /external/python/cpython2/Python/ | ||
| D | ceval.c | 912 #define PREDICT(op) if (0) goto PRED_##op in PyEval_EvalFrameEx() macro |
| /external/python/cpython3/Python/ | ||
| D | ceval.c | 1371 #define PREDICT(op) if (0) goto PREDICT_ID(op) macro |