OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subgraph_node_size
(Results
1 - 1
of
1
) sorted by null
/external/tensorflow/tensorflow/contrib/hvx/hvx_ops_support_checker/
hvx_ops_support_checker_main.cc
104
const int
subgraph_node_size
= info.remote_graph().node_size();
local
105
LOG(INFO) << "Nodes in the graph: " <<
subgraph_node_size
;
106
for (int i = 0; i <
subgraph_node_size
; ++i) {
Completed in 366 milliseconds