Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dsimple_propagator_state.cc74 const GraphView& gview = immutable_state_.graph_view(); in PropagateOutputs() local
94 if (previous_num_pending == 1) ready->emplace_back(&gview.node_ref(dst_id)); in PropagateOutputs()
102 if (previous_num_pending == 1) ready->emplace_back(&gview.node_ref(dst_id)); in PropagateOutputs()
Dexecutor.cc158 void Initialize(const GraphView& gview) { in Initialize() argument
159 is_expensive_.resize(gview.num_nodes()); in Initialize()
161 absl::make_unique<std::atomic_uint_fast64_t[]>(gview.num_nodes()); in Initialize()
162 for (int32 i = 0; i < gview.num_nodes(); ++i) { in Initialize()
163 if (gview.node(i)) { in Initialize()
165 gview.node(i)->kernel && gview.node(i)->kernel->IsExpensive(); in Initialize()
Dpropagator_state.cc393 const GraphView& gview = immutable_state.graph_view(); in ActivateNodesFastPathInternal() local
403 const NodeItem* dst_item = &gview.node_ref(dst_id); \ in ActivateNodesFastPathInternal()
457 const GraphView& gview = immutable_state.graph_view(); in ActivateNodesSlowPath() local
473 const NodeItem* dst_item = &gview.node_ref(dst_id); in ActivateNodesSlowPath()
535 const NodeItem* dst_item = &gview.node_ref(dst_id); in ActivateNodesSlowPath()
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-redundant-string-init.cpp113 void gview() { in gview() function
/external/freetype/
DChangeLog.20705 * src/pshinter/pshrec.c, tests/gview.c: Debugging updates.
743 * tests/gview.c: Updated the debugging glyph viewer to show the
926 * tests/Jamfile, tests/gview.c: Adding a new glyph hinting
DChangeLog.215503 * test/gview.c: Fix renaming ps3->ps typo.
5523 * tests/gview.c: Remove code for pshalgo1 and pshalgo2.
7363 * test/gview.c (draw_ps3_hint, ps3_draw_control_points): New