Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ToOutputTensors (0.13 sec)

  1. tensorflow/cc/ops/while_loop.cc

        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));
    
        // 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) {
    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