HomeSort by relevance Sort by last modified time
    Searched refs:graph_state (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/fpdfdoc/
cpdf_annot.cpp 465 CFX_GraphStateData graph_state; local
466 graph_state.m_LineWidth = width;
473 graph_state.m_DashArray = FX_Alloc(float, dash_count);
474 graph_state.m_DashCount = dash_count;
477 graph_state.m_DashArray[i] = pDashArray->GetNumberAt(i);
480 graph_state.m_DashArray[i] = graph_state.m_DashArray[i - 1];
483 graph_state.m_DashArray = FX_Alloc(float, 2);
484 graph_state.m_DashCount = 2;
485 graph_state.m_DashArray[0] = graph_state.m_DashArray[1] = 3 * 1.0f
    [all...]
  /external/tensorflow/tensorflow/python/compiler/tensorrt/test/
tf_trt_integration_test_base.py 217 def _GetConfigProto(self, run_params, graph_state):
220 if graph_state == GraphState.INFERENCE and run_params.use_optimizer:
266 graph_state,
350 def _WriteGraph(self, run_params, gdef, graph_state):
351 if graph_state == GraphState.ORIGINAL:
353 elif graph_state == GraphState.CALIBRATE:
355 elif graph_state == GraphState.INFERENCE:
426 def _VerifyGraphDef(self, run_params, gdef, graph_state):
427 self._WriteGraph(run_params, gdef, graph_state)
458 run_params.use_calibration and graph_state == GraphState.INFERENCE)
    [all...]
  /external/tensorflow/tensorflow/python/training/
monitored_session_test.py     [all...]
  /external/pdfium/core/fxge/
cfx_renderdevice.cpp 712 CFX_GraphStateData graph_state; local
716 return m_pDeviceDriver->DrawPath(&path, nullptr, &graph_state, 0, color,
    [all...]

Completed in 262 milliseconds