Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/c/c_api.cc

                          params->body_outputs, num_loop_vars, outputs));
            return absl::OkStatus();
          };
    
      // Create the while loop using an internal scope.
      tensorflow::Scope scope =
          NewInternalScope(&parent->graph, &status->status, &parent->refiner)
              .NewSubScope(params->name);
    
      const int first_new_node_id = parent->graph.num_node_ids();
    
      tensorflow::OutputList loop_outputs;
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Sat Oct 12 16:27:48 UTC 2024
    - 102.3K bytes
    - Viewed (0)
Back to top