Home
last modified time | relevance | path

Searched refs:GraphState (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/compiler/tensorrt/test/
Dtf_trt_integration_test_base.py113 class GraphState(object): class
337 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 …]