Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AddWhileContext (0.1 sec)

  1. tensorflow/cc/ops/while_loop.cc

        (*outputs)[i] = internal::Exit(scope, switch_falses[i]);
      }
      TF_RETURN_IF_ERROR(scope.status());
    
      if (create_while_ctx) {
        WhileContext* while_ctx;
        TF_RETURN_IF_ERROR(scope.graph()->AddWhileContext(
            frame_name, ToNodes(enter_outputs), ToNodes(*outputs),
            ToOutputTensor(cond_out), ToOutputTensors(switch_trues),
            ToOutputTensors(body_outputs), &while_ctx));
    
    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