Home
last modified time | relevance | path

Searched refs:target_oper_names (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/c/
Dc_api.cc739 const std::vector<string>& target_oper_names, TF_Buffer* run_metadata, in TF_Run_Helper() argument
760 target_oper_names, &outputs, &run_metadata_proto); in TF_Run_Helper()
809 std::vector<string> target_oper_names(ntargets); in TF_Run() local
811 target_oper_names[i] = c_target_oper_names[i]; in TF_Run()
814 c_outputs, target_oper_names, run_metadata, status); in TF_Run()
829 std::vector<string> target_oper_names(ntargets); in TF_PRunSetup() local
837 target_oper_names[i] = c_target_oper_names[i]; in TF_PRunSetup()
841 target_oper_names, &new_handle); in TF_PRunSetup()
868 std::vector<string> target_oper_names(ntargets); in TF_PRun() local
870 target_oper_names[i] = c_target_oper_names[i]; in TF_PRun()
[all …]
Dc_api.h1441 const char** target_oper_names, int ntargets,
1448 const char** target_oper_names,
1457 const char** target_oper_names, int ntargets,