Searched refs:target_opers (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/c/ |
D | c_api.h | 1485 const TF_Operation* const* target_opers, int ntargets, 1507 const TF_Operation* const* target_opers, int ntargets, 1522 const TF_Operation* const* target_opers, int ntargets,
|
D | c_api.cc | 2684 const TF_Operation* const* target_opers, int ntargets, in TF_SessionRun() argument 2712 target_names[i] = target_opers[i]->node.name(); in TF_SessionRun() 2723 const TF_Operation* const* target_opers, int ntargets, in TF_SessionPRunSetup() argument 2744 target_names[i] = target_opers[i]->node.name(); in TF_SessionPRunSetup() 2766 const TF_Operation* const* target_opers, int ntargets, in TF_SessionPRun() argument 2794 target_names[i] = target_opers[i]->node.name(); in TF_SessionPRun()
|