Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph.cc112 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()
Dalgorithm.cc239 if (visited.count(n) == 0 && !n->IsSource() && !n->IsSink()) { in PruneForReverseReachability()
253 if (!n->IsSource() && n->in_edges().empty()) { in FixupSourceAndSinkEdges()
Dgraph.h141 bool IsSource() const { return id() == 0; } in IsSource() function
734 inline bool IsSource(const Node* node) { return node->IsSource(); } in IsSource() function
Dgraph_test.cc336 if (node->IsSource()) count++; in CheckType()
344 CheckType(graph_.source_node(), graph_.source_node()->IsSource()); in TEST_F()
Dgraph_constructor.cc1305 CHECK(n->IsSource() || n->IsSink()) << "*dest must be empty"; in CopyGraph()
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dvectorization_utils.cc554 if (edge->src()->IsSource()) continue; in AddUnstackedTensorMappingsHelper()
584 if (edge->src()->IsSource()) continue; in AddUnstackedTensorMappingsHelper()
/external/tensorflow/tensorflow/core/common_runtime/
Dconstant_folding.cc242 if (n->IsSource()) { in IsConstantFoldable()
300 if (!e->src()->IsSource()) { in ConsiderConstantFoldableNode()
Dfunction.cc1244 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/
Dgraph_to_functiondef.cc177 if (edge->src()->IsSource()) continue; in GraphToFunctionDef()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DRISCVCompressInstEmitter.cpp250 bool IsSource) { in verifyDagOpCount() argument
255 if (IsSource) in verifyDagOpCount()
/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_execute_utils.cc776 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/
Dsegment.cc592 if (!edge->IsControlEdge() && !edge->src()->IsSource() && in SegmentGraph()
/external/tensorflow/tensorflow/c/
Dc_api_function.cc193 if (edge->src()->IsSource()) continue; in FillFunctionBody()
Dc_api.cc1595 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/
Dconvert_graph.cc252 if (input_node->IsSource() || segment_nodes.count(input_node)) { in GetEngineInfo()
/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis.cc900 for (const ControlFlowInfo* cfi_iter = &cfi_infos[n->id()]; !n->IsSource(); in GetFullFrame()
Dencapsulate_subgraphs_pass_test.cc711 if (!node->IsSource() && !node->IsSink()) { in GraphNodes()
723 if (edge->src()->IsSource() || edge->dst()->IsSink()) continue; in GraphEdges()
Dencapsulate_subgraphs_pass.cc2285 if (!n->IsSource()) { in MakePrunedGraphCopyAndInline()
/external/google-styleguide/cpplint/
Dcpplint.py1177 def IsSource(self): member in FileInfo
5431 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
/external/libaom/libaom/tools/
Dcpplint.py945 def IsSource(self): member in FileInfo