- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for target_names (0.12 sec)
-
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 Sep 09 12:39:10 UTC 2025 - Last Modified: Tue May 13 06:30:43 UTC 2025 - 102.3K bytes - Viewed (0) -
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 Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 133.4K bytes - Viewed (0)