Searched refs:GraphState (Results 1 – 1 of 1) sorted by relevance
113 class GraphState(object): class337 if graph_state == GraphState.INFERENCE and run_params.convert_online:447 if graph_state == GraphState.INFERENCE:448 config = self._GetConfigProto(run_params, GraphState.INFERENCE)493 GraphState.CALIBRATE)500 GraphState.CALIBRATE)523 GraphState.INFERENCE)528 if graph_state == GraphState.ORIGINAL:530 elif graph_state == GraphState.CALIBRATE:532 elif graph_state == GraphState.INFERENCE:[all …]