/external/llvm-project/clang-tools-extra/clangd/ |
D | HeaderSourceSwitch.cpp | 33 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/ |
D | graph.cc | 109 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()
|
D | algorithm.cc | 245 if (n != nullptr && !n->IsSource() && !n->IsSink()) { in PruneForReverseReachability() 259 if (!n->IsSource() && n->in_edges().empty()) { in FixupSourceAndSinkEdges()
|
D | graph.h | 151 bool IsSource() const { return id() == 0; } in IsSource() function 810 inline bool IsSource(const Node* node) { return node->IsSource(); } in IsSource() function
|
D | graph_test.cc | 337 if (node->IsSource()) count++; in CheckType() 345 CheckType(graph_.source_node(), graph_.source_node()->IsSource()); in TEST_F()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | inline_function_utils.cc | 641 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()
|
D | constant_folding.cc | 259 if (n->IsSource()) { in IsConstantFoldable() 327 if (!e->src()->IsSource()) { in ConsiderConstantFoldableNode()
|
D | function_utils.cc | 91 if (n->IsSource() || n->IsSink() || n->IsControlFlow() || in RemoveDeadNodes()
|
D | immutable_executor_state.cc | 190 item->is_source = IsSource(n); in Initialize()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
D | vectorization_utils.cc | 547 if (edge->src()->IsSource()) continue; in AddUnstackedTensorMappingsHelper() 577 if (edge->src()->IsSource()) continue; in AddUnstackedTensorMappingsHelper()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | deadness_analysis.cc | 882 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()
|
D | xla_cluster_util.cc | 518 if (n->IsSource() || n->IsSink()) { in GetNodesRelatedToRefVariablesInDirection()
|
D | compilability_check_util.cc | 404 if (node.IsSource() || node.IsSink()) { in IsCompilableNode()
|
D | encapsulate_subgraphs_pass_test.cc | 704 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()
|
D | encapsulate_subgraphs_pass.cc | 1047 if (!n->IsSource()) { in MakePrunedGraphCopyAndInline()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | RISCVCompressInstEmitter.cpp | 258 bool IsSource) { in verifyDagOpCount() argument 263 if (IsSource) in verifyDagOpCount()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | remote_fused_graph_execute_utils.cc | 777 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/ |
D | graph_to_functiondef.cc | 191 if (edge->src()->IsSource()) continue; in FillFunctionBody()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_graph.cc | 171 if (input_node->IsSource() || segment_nodes.count(input_node)) { in GetEngineInfo()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/ |
D | segment.cc | 947 if (!edge->IsControlEdge() && !edge->src()->IsSource() && in SegmentGraph()
|
/external/tensorflow/tensorflow/c/ |
D | c_api.cc | 1184 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/ |
D | cpplint.py | 1183 def IsSource(self): member in FileInfo 5447 if not fileinfo.IsSource():
|
/external/google-styleguide/cpplint/ |
D | cpplint.py | 1183 def IsSource(self): member in FileInfo 5450 if not fileinfo.IsSource():
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 820 def IsSource(self): member in FileInfo
|
/external/libvpx/libvpx/tools/ |
D | cpplint.py | 945 def IsSource(self): member in FileInfo
|