Searched defs:ntargets (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/java/src/main/native/ |
D | session_jni.cc | 143 const jint ntargets = env->GetArrayLength(target_op_handles); in Java_org_tensorflow_Session_run() local
|
/external/tensorflow/tensorflow/c/ |
D | c_api.cc | 898 const char** c_target_oper_names, int ntargets, in TF_Run() 924 const char** c_target_oper_names, int ntargets, in TF_PRunSetup() 956 const char** c_target_oper_names, int ntargets, in TF_PRun() 2684 const TF_Operation* const* target_opers, int ntargets, in TF_SessionRun() 2723 const TF_Operation* const* target_opers, int ntargets, in TF_SessionPRunSetup() 2766 const TF_Operation* const* target_opers, int ntargets, in TF_SessionPRun()
|