Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for OpVisitorState (0.43 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf_communication.cc

      // Stack to keep track of region based control flow op nesting and current
      // op to visit.
      SmallVector<OpVisitorState, 4> ops_to_visit{
          {/*region_idx=*/std::nullopt, init_token, &func_body.front()}};
    
      while (!ops_to_visit.empty()) {
        OpVisitorState op_to_visit = ops_to_visit.pop_back_val();
        Operation* curr_op = op_to_visit.op;
    
        Value token = op_to_visit.token;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 40.5K bytes
    - Viewed (0)
Back to top