Home
last modified time | relevance | path

Searched refs:ntargets (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/java/src/main/native/
Dsession_jni.cc143 const jint ntargets = env->GetArrayLength(target_op_handles); in Java_org_tensorflow_Session_run() local
149 std::unique_ptr<TF_Operation* []> targets(new TF_Operation*[ntargets]); in Java_org_tensorflow_Session_run()
160 ntargets); in Java_org_tensorflow_Session_run()
179 static_cast<int>(ntargets), run_metadata.get(), status); in Java_org_tensorflow_Session_run()
/external/tensorflow/tensorflow/c/
Dc_api.h1485 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,
1560 const char** target_oper_names, int ntargets,
1568 int ntargets, const char** handle,
1576 const char** target_oper_names, int ntargets,
Dc_api.cc898 const char** c_target_oper_names, int ntargets, in TF_Run() argument
910 std::vector<string> target_oper_names(ntargets); in TF_Run()
911 for (int i = 0; i < ntargets; ++i) { in TF_Run()
924 const char** c_target_oper_names, int ntargets, in TF_PRunSetup() argument
930 std::vector<string> target_oper_names(ntargets); in TF_PRunSetup()
937 for (int i = 0; i < ntargets; ++i) { in TF_PRunSetup()
956 const char** c_target_oper_names, int ntargets, in TF_PRun() argument
969 std::vector<string> target_oper_names(ntargets); in TF_PRun()
970 for (int i = 0; i < ntargets; ++i) { in TF_PRun()
2684 const TF_Operation* const* target_opers, int ntargets, in TF_SessionRun() argument
[all …]