Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for target_name (0.26 sec)

  1. cmd/metrics-v2.go

    						Name:      "target_total_events",
    						Help:      "Total number of events sent (or) queued to the target",
    						Type:      counterMetric,
    					},
    					VariableLabels: map[string]string{"target_id": id.ID, "target_name": id.Name},
    					Value:          float64(st.TotalEvents),
    				})
    				metrics = append(metrics, MetricV2{
    					Description: MetricDescription{
    						Namespace: minioNamespace,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 131.9K bytes
    - Viewed (0)
  2. tensorflow/c/c_api.cc

      }
    
      // Convert from TF_Operation* to string names.
      std::vector<string> target_names(ntargets);
      for (int i = 0; i < ntargets; ++i) {
        target_names[i] = target_opers[i]->node.name();
      }
    
      // Actually run.
      TF_Run_Helper(session->session, nullptr, run_options, input_pairs,
                    output_names, output_values, target_names, run_metadata,
                    status);
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 102.3K bytes
    - Viewed (0)
Back to top