HomeSort by relevance Sort by last modified time
    Searched defs:dst_node (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-inline.h 53 struct cgraph_node *dst_node; member in struct:copy_body_data
  /external/tensorflow/tensorflow/core/graph/
graph_constructor.cc 306 : src_name(name), src_index(i1), dst_node(n), dst_index(i2) {}
310 Node* dst_node; member in struct:tensorflow::__anon39617::GraphConstructor::EdgeInfo
    [all...]
  /external/tensorflow/tensorflow/compiler/jit/
encapsulate_subgraphs_pass.cc 678 Node* dst_node = edge->dst(); local
679 Node* dst_image = node_images.at(dst_node);
681 args_by_dst_[NodeSlot(dst_node, dst_slot)] = arg_index;
819 const Node* dst_node = output.first.node; local
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
remote_fused_graph_execute_utils.cc 795 const Node* dst_node = out_edge->dst(); local
796 CHECK_NOTNULL(dst_node);
797 const bool dst_is_outside = node_names.count(dst_node->name()) <= 0;
801 if (dst_node->IsSink()) {
982 Node* dst_node = edge->dst(); local
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
executor.cc 2341 const Node* dst_node = e->dst(); local
    [all...]

Completed in 787 milliseconds