Searched refs:target_opers (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/c/ |
D | c_api.h | 1281 const TF_Operation* const* target_opers, int ntargets, 1303 const TF_Operation* const* target_opers, int ntargets, 1318 const TF_Operation* const* target_opers, int ntargets,
|
D | c_api.cc | 2276 const TF_Operation* const* target_opers, int ntargets, in TF_SessionRun() argument 2304 target_names[i] = target_opers[i]->node.name(); in TF_SessionRun() 2315 const TF_Operation* const* target_opers, int ntargets, in TF_SessionPRunSetup() argument 2336 target_names[i] = target_opers[i]->node.name(); in TF_SessionPRunSetup() 2358 const TF_Operation* const* target_opers, int ntargets, in TF_SessionPRun() argument 2386 target_names[i] = target_opers[i]->node.name(); in TF_SessionPRun()
|