/external/tensorflow/tensorflow/core/graph/ |
D | graph.cc | 112 if (IsSource()) { in DebugString() 426 DCHECK(!node->IsSource()); in CopyNode() 446 DCHECK(!node->IsSource()); in RemoveNode() 521 if (!source->IsSource() && !dest->IsSink() && !allow_duplicates) { in AddControlEdge() 540 if (!e->src_->IsSource() && !e->dst_->IsSink()) { in RemoveControlEdge()
|
D | algorithm.cc | 239 if (visited.count(n) == 0 && !n->IsSource() && !n->IsSink()) { in PruneForReverseReachability() 253 if (!n->IsSource() && n->in_edges().empty()) { in FixupSourceAndSinkEdges()
|
D | graph.h | 141 bool IsSource() const { return id() == 0; } in IsSource() function 734 inline bool IsSource(const Node* node) { return node->IsSource(); } in IsSource() function
|
D | graph_test.cc | 336 if (node->IsSource()) count++; in CheckType() 344 CheckType(graph_.source_node(), graph_.source_node()->IsSource()); in TEST_F()
|
D | graph_constructor.cc | 1305 CHECK(n->IsSource() || n->IsSink()) << "*dest must be empty"; in CopyGraph()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
D | vectorization_utils.cc | 554 if (edge->src()->IsSource()) continue; in AddUnstackedTensorMappingsHelper() 584 if (edge->src()->IsSource()) continue; in AddUnstackedTensorMappingsHelper()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | constant_folding.cc | 242 if (n->IsSource()) { in IsConstantFoldable() 300 if (!e->src()->IsSource()) { in ConsiderConstantFoldableNode()
|
D | function.cc | 1244 if (n->IsSource() || n->IsSink() || n->IsControlFlow() || in RemoveDeadNodes() 1679 n->in_edges(), [](const Edge* e) { return !e->src()->IsSource(); }); in InlineFunctionBody() 1687 if (e->src()->IsSource() || e->src()->IsSink() || e->dst()->IsSource() || in InlineFunctionBody()
|
/external/tensorflow/tensorflow/core/framework/ |
D | graph_to_functiondef.cc | 177 if (edge->src()->IsSource()) continue; in GraphToFunctionDef()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | RISCVCompressInstEmitter.cpp | 250 bool IsSource) { in verifyDagOpCount() argument 255 if (IsSource) in verifyDagOpCount()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | remote_fused_graph_execute_utils.cc | 776 node_names.count(src_node->name()) <= 0 && !src_node->IsSource(); in ClusterizeNodes() 841 border_input_names.count(node->name()) <= 0 && !node->IsSource() && in BuildClusterSubgraphDef() 932 if (node != nullptr && !node->IsSource() && !node->IsSink() && in BuildClusterByBorder()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/ |
D | segment.cc | 592 if (!edge->IsControlEdge() && !edge->src()->IsSource() && in SegmentGraph()
|
/external/tensorflow/tensorflow/c/ |
D | c_api_function.cc | 193 if (edge->src()->IsSource()) continue; in FillFunctionBody()
|
D | c_api.cc | 1595 if (edge->IsControlEdge() && !edge->src()->IsSource()) { in TF_OperationNumControlInputs() 1607 if (edge->IsControlEdge() && !edge->src()->IsSource()) { in TF_OperationGetControlInputs()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_graph.cc | 252 if (input_node->IsSource() || segment_nodes.count(input_node)) { in GetEngineInfo()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | deadness_analysis.cc | 900 for (const ControlFlowInfo* cfi_iter = &cfi_infos[n->id()]; !n->IsSource(); in GetFullFrame()
|
D | encapsulate_subgraphs_pass_test.cc | 711 if (!node->IsSource() && !node->IsSink()) { in GraphNodes() 723 if (edge->src()->IsSource() || edge->dst()->IsSink()) continue; in GraphEdges()
|
D | encapsulate_subgraphs_pass.cc | 2285 if (!n->IsSource()) { in MakePrunedGraphCopyAndInline()
|
/external/google-styleguide/cpplint/ |
D | cpplint.py | 1177 def IsSource(self): member in FileInfo 5431 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
|
/external/libaom/libaom/tools/ |
D | cpplint.py | 945 def IsSource(self): member in FileInfo
|