Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for set_while_ctx (0.22 sec)

  1. tensorflow/cc/ops/while_loop.cc

        // Set while_ctx for all exit nodes. We currently don't require knowing the
        // while_ctx for any other nodes.
        for (size_t i = 0; i < num_loop_vars; ++i) {
          (*outputs)[i].node()->set_while_ctx(while_ctx);
        }
      }
      return absl::OkStatus();
    }
    
    }  // namespace ops
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Feb 26 01:01:21 UTC 2024
    - 9.5K bytes
    - Viewed (0)
Back to top