Home
last modified time | relevance | path

Searched refs:IsSource (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm-project/clang-tools-extra/clangd/
DHeaderSourceSwitch.cpp33 bool IsSource = SourceIter != std::end(SourceExtensions); in getCorrespondingHeaderOrSource() local
42 if (!IsSource && !IsHeader) in getCorrespondingHeaderOrSource()
48 if (IsSource) in getCorrespondingHeaderOrSource()
/external/tensorflow/tensorflow/core/graph/
Dgraph.cc109 if (IsSource()) { in DebugString()
420 CHECK(n->IsSource() || n->IsSink()) << "*dest must be empty"; in Copy()
474 DCHECK(!node->IsSource()); in CopyNode()
495 DCHECK(!node->IsSource()); in RemoveNode()
575 if (!source->IsSource() && !dest->IsSink() && !allow_duplicates) { in AddControlEdge()
594 if (!e->src_->IsSource() && !e->dst_->IsSink()) { in RemoveControlEdge()
Dalgorithm.cc245 if (n != nullptr && !n->IsSource() && !n->IsSink()) { in PruneForReverseReachability()
259 if (!n->IsSource() && n->in_edges().empty()) { in FixupSourceAndSinkEdges()
Dgraph.h151 bool IsSource() const { return id() == 0; } in IsSource() function
810 inline bool IsSource(const Node* node) { return node->IsSource(); } in IsSource() function
Dgraph_test.cc337 if (node->IsSource()) count++; in CheckType()
345 CheckType(graph_.source_node(), graph_.source_node()->IsSource()); in TEST_F()
/external/tensorflow/tensorflow/core/common_runtime/
Dinline_function_utils.cc641 return !e->src()->IsSource(); in InlineFunctionBody()
644 return !e->src()->IsSource() && e->IsControlEdge(); in InlineFunctionBody()
670 if (e->src()->IsSource() || e->src()->IsSink() || e->dst()->IsSource() || in InlineFunctionBody()
Dconstant_folding.cc259 if (n->IsSource()) { in IsConstantFoldable()
327 if (!e->src()->IsSource()) { in ConsiderConstantFoldableNode()
Dfunction_utils.cc91 if (n->IsSource() || n->IsSink() || n->IsControlFlow() || in RemoveDeadNodes()
Dimmutable_executor_state.cc190 item->is_source = IsSource(n); in Initialize()
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dvectorization_utils.cc547 if (edge->src()->IsSource()) continue; in AddUnstackedTensorMappingsHelper()
577 if (edge->src()->IsSource()) continue; in AddUnstackedTensorMappingsHelper()
/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis.cc882 return IsEnter(n) && control_flow_info_[n->id()].parent_frame->IsSource(); in IsRootEnter()
886 return IsExit(n) && control_flow_info_[n->id()].parent_frame->IsSource(); in IsRootExit()
1063 for (const ControlFlowInfo* cfi_iter = &cfi_infos[n->id()]; !n->IsSource(); in GetFullFrame()
1083 while (!cfi_iter->parent_frame->IsSource()) { in GetRootFrame()
Dxla_cluster_util.cc518 if (n->IsSource() || n->IsSink()) { in GetNodesRelatedToRefVariablesInDirection()
Dcompilability_check_util.cc404 if (node.IsSource() || node.IsSink()) { in IsCompilableNode()
Dencapsulate_subgraphs_pass_test.cc704 if (!node->IsSource() && !node->IsSink()) { in GraphNodes()
716 if (edge->src()->IsSource() || edge->dst()->IsSink()) continue; in GraphEdges()
2678 EXPECT_TRUE(node->IsSink() || node->IsSource() || has_ref_var) in TEST()
Dencapsulate_subgraphs_pass.cc1047 if (!n->IsSource()) { in MakePrunedGraphCopyAndInline()
/external/llvm-project/llvm/utils/TableGen/
DRISCVCompressInstEmitter.cpp258 bool IsSource) { in verifyDagOpCount() argument
263 if (IsSource) in verifyDagOpCount()
/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_execute_utils.cc777 node_names.count(src_node->name()) <= 0 && !src_node->IsSource(); in ClusterizeNodes()
843 border_input_names.count(node->name()) <= 0 && !node->IsSource() && in BuildClusterSubgraphDef()
934 if (node != nullptr && !node->IsSource() && !node->IsSink() && in BuildClusterByBorder()
/external/tensorflow/tensorflow/core/framework/
Dgraph_to_functiondef.cc191 if (edge->src()->IsSource()) continue; in FillFunctionBody()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph.cc171 if (input_node->IsSource() || segment_nodes.count(input_node)) { in GetEngineInfo()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dsegment.cc947 if (!edge->IsControlEdge() && !edge->src()->IsSource() && in SegmentGraph()
/external/tensorflow/tensorflow/c/
Dc_api.cc1184 if (edge->IsControlEdge() && !edge->src()->IsSource()) { in TF_OperationNumControlInputs()
1196 if (edge->IsControlEdge() && !edge->src()->IsSource()) { in TF_OperationGetControlInputs()
/external/llvm-project/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py1183 def IsSource(self): member in FileInfo
5447 if not fileinfo.IsSource():
/external/google-styleguide/cpplint/
Dcpplint.py1183 def IsSource(self): member in FileInfo
5450 if not fileinfo.IsSource():
/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py820 def IsSource(self): member in FileInfo
/external/libvpx/libvpx/tools/
Dcpplint.py945 def IsSource(self): member in FileInfo

12