- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for target_name (0.04 seconds)
-
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,
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 133.6K bytes - Click Count (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); }
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Sat Oct 04 05:55:32 GMT 2025 - 102.4K bytes - Click Count (0)