Searched refs:GraphState (Results 1 – 2 of 2) sorted by relevance
76 class GraphState(object): class220 if graph_state == GraphState.INFERENCE and run_params.use_optimizer:327 session_config = self._GetConfigProto(run_params, GraphState.CALIBRATE)332 self._VerifyGraphDef(run_params, int8_gdef, GraphState.CALIBRATE)344 session_config = self._GetConfigProto(run_params, GraphState.INFERENCE)351 if graph_state == GraphState.ORIGINAL:353 elif graph_state == GraphState.CALIBRATE:355 elif graph_state == GraphState.INFERENCE:458 run_params.use_calibration and graph_state == GraphState.INFERENCE):462 if graph_state == GraphState.ORIGINAL:[all …]
20 interface GraphState { interface34 state: GraphState;