Searched refs:target_oper_names (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/c/ |
D | c_api.h | 1560 const char** target_oper_names, int ntargets, 1567 const char** target_oper_names, 1576 const char** target_oper_names, int ntargets,
|
D | c_api.cc | 840 const std::vector<string>& target_oper_names, TF_Buffer* run_metadata, in TF_Run_Helper() argument 861 target_oper_names, &outputs, &run_metadata_proto); in TF_Run_Helper() 910 std::vector<string> target_oper_names(ntargets); in TF_Run() local 912 target_oper_names[i] = c_target_oper_names[i]; in TF_Run() 915 c_outputs, target_oper_names, run_metadata, status); in TF_Run() 930 std::vector<string> target_oper_names(ntargets); in TF_PRunSetup() local 938 target_oper_names[i] = c_target_oper_names[i]; in TF_PRunSetup() 942 target_oper_names, &new_handle); in TF_PRunSetup() 969 std::vector<string> target_oper_names(ntargets); in TF_PRun() local 971 target_oper_names[i] = c_target_oper_names[i]; in TF_PRun() [all …]
|