- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for target_name (0.06 sec)
-
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 Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Aug 15 12:04:40 UTC 2024 - 131.9K bytes - Viewed (0) -
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: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 16:27:48 UTC 2024 - 102.3K bytes - Viewed (0)