Home
last modified time | relevance | path

Searched defs:resource_list (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dresources.py70 def report_uninitialized_resources(resource_list=None, argument
108 def initialize_resources(resource_list, name="init"): argument
/external/u-boot/include/linux/
Dioport.h26 struct resource_list { struct
27 struct resource_list *next; argument
28 struct resource *res;
29 struct pci_dev *dev;
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture.c58 static struct llvmpipe_resource resource_list; variable