Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/
H A Dprofile.proto47 bool has_functions = 7; field
/aosp_15_r20/external/perfetto/protos/third_party/pprof/
H A Dprofile.proto171 bool has_functions = 7; field
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture_handle.c842 bool has_functions = sampled ? matrix->textures[i]->sampled : matrix->textures[i]->storage; in llvmpipe_register_texture() local