OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nn_id
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_soc_interface/
soc_interface.c
243
const uint32_t
nn_id
= hexagon_controller_InstantiateGraph();
local
244
hexagon_controller_SetTargetGraphId(
nn_id
);
/external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_impl/
graph_functions_wrapper.c
144
const uint32_t
nn_id
= hexagon_nn_init();
local
146
hexagon_nn_set_debug_level(
nn_id
, 0);
147
return
nn_id
;
150
void hexagon_controller_InitGraph(int version, uint32_t
nn_id
) {
160
init_graph(
nn_id
);
162
init_graph_v1(
nn_id
);
167
bool hexagon_controller_ConstructGraph(uint32_t
nn_id
) {
169
if ((err = hexagon_nn_prepare(
nn_id
)) != 0) {
171
DumpNNId(
nn_id
);
180
const uint32_t
nn_id
= hexagon_controller_InstantiateGraph()
local
[
all
...]
Completed in 82 milliseconds