Searched refs:graph_state (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
D | cpdf_annot.cpp | 465 CFX_GraphStateData graph_state; in DrawBorder() local 466 graph_state.m_LineWidth = width; in DrawBorder() 473 graph_state.m_DashArray = FX_Alloc(float, dash_count); in DrawBorder() 474 graph_state.m_DashCount = dash_count; in DrawBorder() 477 graph_state.m_DashArray[i] = pDashArray->GetNumberAt(i); in DrawBorder() 480 graph_state.m_DashArray[i] = graph_state.m_DashArray[i - 1]; in DrawBorder() 483 graph_state.m_DashArray = FX_Alloc(float, 2); in DrawBorder() 484 graph_state.m_DashCount = 2; in DrawBorder() 485 graph_state.m_DashArray[0] = graph_state.m_DashArray[1] = 3 * 1.0f; in DrawBorder() 497 pDevice->DrawPath(&path, pUser2Device, &graph_state, argb, argb, fill_type); in DrawBorder()
|
/external/tensorflow/tensorflow/python/compiler/tensorrt/test/ |
D | tf_trt_integration_test_base.py | 217 def _GetConfigProto(self, run_params, graph_state): argument 220 if graph_state == GraphState.INFERENCE and run_params.use_optimizer: 266 graph_state, argument 350 def _WriteGraph(self, run_params, gdef, graph_state): argument 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): argument 427 self._WriteGraph(run_params, gdef, graph_state) 458 run_params.use_calibration and graph_state == GraphState.INFERENCE): [all …]
|
/external/tensorflow/tensorflow/python/training/ |
D | monitored_session_test.py | 2087 graph_state = variables.VariableV1(0.0) 2088 graph_side_effect = state_ops.assign_add(graph_state, 0.31) 2112 self.assertNear(0.62, session.run(graph_state), 0.1) 2143 graph_state = variables.VariableV1(0.0) 2144 graph_side_effect = state_ops.assign_add(graph_state, 0.31) 2172 self.assertNear(0.62, session.run(graph_state), 0.1)
|
/external/pdfium/core/fxge/ |
D | cfx_renderdevice.cpp | 712 CFX_GraphStateData graph_state; in DrawCosmeticLine() local 716 return m_pDeviceDriver->DrawPath(&path, nullptr, &graph_state, 0, color, in DrawCosmeticLine()
|