- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for TF_TryEvaluateConstant (0.09 seconds)
-
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,Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Thu Oct 26 21:08:15 GMT 2023 - 82.3K bytes - Click Count (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(
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Oct 04 05:55:32 GMT 2025 - 102.4K bytes - Click Count (0)