Searched refs:node_index (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/core/api/ |
A D | profiler.h | 127 ScopedOperatorProfile(Profiler* profiler, const char* tag, int node_index) in ScopedOperatorProfile() argument 129 static_cast<uint32_t>(node_index)) {} in ScopedOperatorProfile() 135 int node_index) in ScopedDelegateOperatorProfile() argument 138 static_cast<uint32_t>(node_index)) {} in ScopedDelegateOperatorProfile() 175 #define TFLITE_SCOPED_TAGGED_OPERATOR_PROFILE(profiler, tag, node_index) \ argument 177 (profiler), (tag), (node_index)) 179 #define TFLITE_SCOPED_DELEGATE_OPERATOR_PROFILE(profiler, tag, node_index) \ argument 181 _profile_, __COUNTER__)((profiler), (tag), (node_index))
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/ |
A D | provisioner_main.h | 46 int provisioner_node_provision(int node_index, const u8_t uuid[16], u16_t oob_info, 50 int provisioner_node_reset(int node_index); 76 int bt_mesh_provisioner_set_node_name(int node_index, const char *name); 78 const char *bt_mesh_provisioner_get_node_name(int node_index); 130 struct bt_mesh_node_t *bt_mesh_provisioner_get_node_info_by_id(int node_index);
|
A D | settings.h | 30 void bt_mesh_clear_mesh_node(int node_index); 31 void bt_mesh_store_mesh_node(int node_index);
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | provisioner_main.c | 90 if (node_index < 0) { in provisioner_index_check() 95 if (node_index >= ARRAY_SIZE(mesh_nodes)) { in provisioner_index_check() 100 node = &mesh_nodes[node_index]; in provisioner_index_check() 158 node = &mesh_nodes[node_index]; in provisioner_node_provision() 181 int provisioner_node_reset(int node_index) in provisioner_node_reset() argument 192 if (provisioner_index_check(node_index)) { in provisioner_node_reset() 197 node = &mesh_nodes[node_index]; in provisioner_node_reset() 204 osi_free(mesh_nodes[node_index]); in provisioner_node_reset() 205 mesh_nodes[node_index] = NULL; in provisioner_node_reset() 222 bt_mesh_clear_mesh_node(node_index); in provisioner_node_reset() [all …]
|
A D | settings.c | 1549 static void clear_prov_nodes(int node_index) in clear_prov_nodes() argument 1552 snprintk(path, sizeof(path), "bt/mesh/Node/%d", node_index); in clear_prov_nodes() 1886 void bt_mesh_clear_mesh_node(int node_index) in bt_mesh_clear_mesh_node() argument 1888 clear_prov_nodes(node_index); in bt_mesh_clear_mesh_node() 1891 void bt_mesh_store_mesh_node(int node_index) in bt_mesh_store_mesh_node() argument 1893 bt_mesh_provisioner_get_node_info_by_id(node_index)->flag = MESH_NODE_FLAG_STORE; in bt_mesh_store_mesh_node()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/ |
A D | arena_planner.h | 94 TfLiteStatus CalculateAllocationOfInternalTensors(int node_index); 98 TfLiteStatus CalculateDeallocationOfInternalTensors(int node_index);
|
A D | graph_info.h | 54 virtual size_t node_index(size_t index) const = 0;
|
A D | interpreter.h | 142 int* node_index = nullptr); 266 int node_index) const { in node_and_registration() argument 267 return primary_subgraph().node_and_registration(node_index); in node_and_registration()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/ |
A D | nnapi_plugin_test.cc | 287 [this](const int node_index) { in CountNnApiPartitions() argument 289 ->node_and_registration(node_index) in CountNnApiPartitions()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/c/ |
A D | common.h | 703 struct TfLiteContext*, int node_index, TfLiteNode** node,
|
Completed in 17 milliseconds