- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for TF_TryEvaluateConstant (0.1 sec)
-
tensorflow/c/c_api.h
// returned if something is wrong with the graph or input. Note that this may // return false even if no error status is set. TF_CAPI_EXPORT extern unsigned char TF_TryEvaluateConstant(TF_Graph* graph, TF_Output output, TF_Tensor** result,Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Thu Oct 26 21:08:15 UTC 2023 - 82.3K bytes - Viewed (0) -
tensorflow/c/c_api.cc
} TF_Run_Helper(session->session, handle, nullptr, input_pairs, output_names, output_values, target_names, nullptr, status); } unsigned char TF_TryEvaluateConstant(TF_Graph* graph, TF_Output output, TF_Tensor** result, TF_Status* status) { mutex_lock l(graph->mu); auto status_or = EvaluateConstantTensor(
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Sat Oct 04 05:55:32 UTC 2025 - 102.4K bytes - Viewed (0)