Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/compiler/tensorrt/test/
Dtf_trt_integration_test_base.py76 class GraphState(object): class
220 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 …]
/external/v8/tools/turbolizer/src/
Dgraph-view.ts20 interface GraphState { interface
34 state: GraphState;