Searched defs:host_graph_ (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/c/
H A Dc_api_function_test.cc66 host_graph_(TF_NewGraph()),
73 TF_DeleteGraph(host_graph_); variable
90 CSession csession(host_graph_, s_);
115 CSession csession(host_graph_, s_);
195 TF_GraphCopyFunction(host_graph_, func_, nullptr, s_);
214 TF_NewOperation(host_graph_, func_name_, func_node_name_);
389 TF_Graph* host_graph_; member in class:tensorflow::__anon25329::CApiFunctionTest
427 TF_Operation* func_feed = Placeholder(host_graph_, s_);
448 TF_Operation* func_feed = Placeholder(host_graph_, s_);
469 TF_Operation* func_feed = Placeholder(host_graph_, s
[all...]

Completed in 83 milliseconds