Home
last modified time | relevance | path

Searched defs:BindImage (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/msilib/
Dschema.py93 BindImage = Table('BindImage') variable
/aosp_15_r20/external/python/cpython2/Tools/msi/
Dschema.py93 BindImage = Table('BindImage') variable
/aosp_15_r20/external/python/cpython2/Lib/msilib/
Dschema.py93 BindImage = Table('BindImage') variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
H A Dgl_texture.cc61 absl::Status GlTexture::BindImage(uint32_t index, GLenum access) const { in BindImage() function in tflite::gpu::gl::GlTexture