Searched refs:TF_NewWhile (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/c/ |
D | while_loop_test.cc | 49 TF_NewWhile(graph_, &inputs_[0], inputs_.size(), s_))); in Init() 237 TF_NewWhile(params_->body_graph, inner_inputs, 2, s_); in TEST_F()
|
D | c_api.h | 966 TF_CAPI_EXPORT extern TF_WhileParams TF_NewWhile(TF_Graph* g, TF_Output* inputs,
|
D | c_api_function_test.cc | 914 TF_NewWhile(func_graph_, &inputs[0], inputs.size(), s_))); in TEST_F()
|
D | c_api.cc | 1955 TF_WhileParams TF_NewWhile(TF_Graph* g, TF_Output* inputs, int ninputs, in TF_NewWhile() function
|
/external/tensorflow/tensorflow/java/src/main/native/ |
D | graph_jni.cc | 272 TF_WhileParams params = TF_NewWhile(g, inputs.get(), ninputs, status); in Java_org_tensorflow_Graph_whileLoop()
|