Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/saved_model/
Dsave.py400 def _map_captures_to_created_tensors(original_captures, resource_map): argument
516 def _call_function_with_mapped_captures(function, args, resource_map): argument
529 def _generate_signatures(signature_functions, resource_map): argument
610 def _process_asset(trackable_asset, asset_info, resource_map): argument
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_winsys.h78 void *(*resource_map)(struct virgl_winsys *vws, struct virgl_hw_res *res); member
/external/mesa3d/src/gallium/drivers/virgl/tests/
Dvirgl_staging_mgr_test.cpp114 resource_map(struct virgl_hw_res *hw_res) in resource_map() function