Searched refs:target_oper_names (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/c/ |
D | c_api.h | 1356 const char** target_oper_names, int ntargets, 1363 const char** target_oper_names, 1372 const char** target_oper_names, int ntargets,
|
D | c_api.cc | 416 const std::vector<string>& target_oper_names, TF_Buffer* run_metadata, in TF_Run_Helper() argument 437 target_oper_names, &outputs, &run_metadata_proto); in TF_Run_Helper() 486 std::vector<string> target_oper_names(ntargets); in TF_Run() local 488 target_oper_names[i] = c_target_oper_names[i]; in TF_Run() 491 c_outputs, target_oper_names, run_metadata, status); in TF_Run() 506 std::vector<string> target_oper_names(ntargets); in TF_PRunSetup() local 514 target_oper_names[i] = c_target_oper_names[i]; in TF_PRunSetup() 518 target_oper_names, &new_handle); in TF_PRunSetup() 545 std::vector<string> target_oper_names(ntargets); in TF_PRun() local 547 target_oper_names[i] = c_target_oper_names[i]; in TF_PRun() [all …]
|