Home
last modified time | relevance | path

Searched defs:sub_allocators (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/arm/common/fconf/
Dfconf_ethosn_getter.c76 struct ethosn_sub_allocator_t *sub_allocators, in fdt_node_populate_sub_allocators()
146 struct ethosn_sub_allocator_t sub_allocators[] = { in fdt_node_populate_main_allocator() local
168 struct ethosn_sub_allocator_t sub_allocators[] = { in fdt_node_populate_asset_allocator() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dallocator_registry.h102 std::vector<std::unique_ptr<SubAllocator>> sub_allocators; member