Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RewriteHostWhileLoopCond (0.23 sec)

  1. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

        while_node->ClearAttr("cond");
        while_node->AddAttr("cond", *loop_cond_func);
      }
    
      return absl::OkStatus();
    }
    
    // Rewrites while loop cond function for host.
    Status RewriteHostWhileLoopCond(
        const string& cond_host_func_name, const string& while_node_name,
        const string& host_transfer_key, const string& xla_cluster_attr_name,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
Back to top