Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AddEdge (0.05 sec)

  1. tensorflow/compiler/jit/encapsulate_subgraphs_pass.cc

        args_.push_back(arg);
      }
      Node* dst_node = edge->dst();
      Node* dst_image = node_images.at(dst_node);
      int dst_slot = edge->dst_input();
      args_by_dst_[InputTensor(dst_node, dst_slot)] = arg_index;
      graph_->AddEdge(args_[arg_index], 0, dst_image, dst_slot);
      return absl::OkStatus();
    }
    
    Status Encapsulator::Subgraph::RecordControlResult(
        const Edge* edge,
        const absl::flat_hash_map<const Node*, Node*>& node_images) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 51K bytes
    - Viewed (0)
Back to top