HomeSort by relevance Sort by last modified time
    Searched refs:IsSource (Results 1 - 19 of 19) sorted by null

  /external/tensorflow/tensorflow/core/graph/
algorithm.cc 205 if (visited.count(n) == 0 && !n->IsSource() && !n->IsSink()) {
219 if (!n->IsSource() && n->in_edges().empty()) {
graph.cc 97 if (IsSource()) {
343 DCHECK(!node->IsSource());
363 DCHECK(!node->IsSource());
438 if (!source->IsSource() && !dest->IsSink() && !allow_duplicates) {
457 if (!e->src_->IsSource() && !e->dst_->IsSink()) {
graph.h 134 bool IsSource() const { return id() == 0; }
670 inline bool IsSource(const Node* node) { return node->IsSource(); }
graph_test.cc 334 if (node->IsSource()) count++;
342 CheckType(graph_.source_node(), graph_.source_node()->IsSource());
graph_constructor.cc     [all...]
  /system/bt/btif/src/
btif_av.cc 253 bool IsSource() const { return (peer_sep_ == AVDT_TSEP_SRC); }
851 if (IsSource()) {
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
constant_folding.cc 237 if (n->IsSource()) {
295 if (!e->src()->IsSource()) {
function.cc     [all...]
  /external/tensorflow/tensorflow/compiler/jit/
graph_to_functiondef.cc 175 if (edge->src()->IsSource()) continue;
encapsulate_subgraphs_pass_test.cc 578 if (!node->IsSource() && !node->IsSink()) {
590 if (edge->src()->IsSource() || edge->dst()->IsSink()) continue;
    [all...]
encapsulate_subgraphs_pass.cc     [all...]
  /external/tensorflow/tensorflow/contrib/tensorrt/convert/
convert_graph.cc 70 !edge->src()->IsSource()) {
  /external/tensorflow/tensorflow/core/kernels/
remote_fused_graph_execute_utils.cc 775 node_names.count(src_node->name()) <= 0 && !src_node->IsSource();
840 border_input_names.count(node->name()) <= 0 && !node->IsSource() &&
    [all...]
  /external/tensorflow/tensorflow/c/
c_api_function.cc 187 if (edge->src()->IsSource()) continue;
c_api.cc     [all...]
  /external/google-styleguide/cpplint/
cpplint.py     [all...]
  /tools/repohooks/tools/
cpplint.py     [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py 820 def IsSource(self):
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 945 def IsSource(self):
    [all...]

Completed in 280 milliseconds