Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FindNodesToDecluster (0.12 sec)

  1. tensorflow/compiler/jit/partially_decluster_pass.cc

    #include "tensorflow/core/public/version.h"
    
    namespace tensorflow {
    namespace {
    
    bool NotBackedge(const Edge& edge) { return !edge.src()->IsNextIteration(); }
    
    namespace reduce_device_to_host_copies {
    Status FindNodesToDecluster(const Graph& graph,
                                absl::flat_hash_set<Node*>* result,
                                absl::Span<Node* const> post_order) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Feb 09 11:36:41 UTC 2024
    - 15.7K bytes
    - Viewed (0)
Back to top