Home
last modified time | relevance | path

Searched defs:_module (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/vulkan/runtime/
Dvk_shader_module.c77 VkShaderModule _module, in vk_common_GetShaderModuleIdentifierEXT()
97 VkShaderModule _module, in vk_common_DestroyShaderModule()
/external/pytorch/torch/distributed/_shard/
Dapi.py181 def hook_func(_module, _input, output): argument
208 def hook_func(_module, _input, output): argument
/external/cronet/tot/third_party/protobuf/benchmarks/python/
Dpython_benchmark_messages.cc10 static struct PyModuleDef _module = {PyModuleDef_HEAD_INIT, variable
/external/cronet/stable/third_party/protobuf/benchmarks/python/
Dpython_benchmark_messages.cc10 static struct PyModuleDef _module = {PyModuleDef_HEAD_INIT, variable
/external/protobuf/benchmarks/python/
Dpython_benchmark_messages.cc10 static struct PyModuleDef _module = {PyModuleDef_HEAD_INIT, variable
/external/pytorch/torch/csrc/dynamo/
Dutils.cpp16 static struct PyModuleDef _module = { variable
Dinit.cpp15 static struct PyModuleDef _module = variable
Deval_frame.c863 static struct PyModuleDef _module = { variable
Dpython_compiled_autograd.cpp360 static struct PyModuleDef _module = { variable
Dguards.cpp861 static struct PyModuleDef _module = { variable
/external/cronet/tot/third_party/protobuf/python/google/protobuf/internal/
Dapi_implementation.cc81 static struct PyModuleDef _module = {PyModuleDef_HEAD_INIT, variable
/external/protobuf/python/google/protobuf/internal/
Dapi_implementation.cc81 static struct PyModuleDef _module = {PyModuleDef_HEAD_INIT, variable
/external/cronet/stable/third_party/protobuf/python/google/protobuf/internal/
Dapi_implementation.cc81 static struct PyModuleDef _module = {PyModuleDef_HEAD_INIT, variable
/external/lzma/CPP/Windows/
DDLL.h34 HMODULE _module; variable
/external/cronet/stable/third_party/protobuf/python/google/protobuf/pyext/
Dmessage_module.cc99 static struct PyModuleDef _module = {PyModuleDef_HEAD_INIT, variable
/external/protobuf/python/google/protobuf/pyext/
Dmessage_module.cc99 static struct PyModuleDef _module = {PyModuleDef_HEAD_INIT, variable
/external/cronet/tot/third_party/protobuf/python/google/protobuf/pyext/
Dmessage_module.cc99 static struct PyModuleDef _module = {PyModuleDef_HEAD_INIT, variable
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c1151 vk_shader_module_finish(void *_module) in vk_shader_module_finish()
/external/emboss/compiler/front_end/
Dformat_emb.py363 def _module(comments, docs, imports, attributes, types, config): function
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp660 PipelineCreateInfo::PipelineShaderStage::PipelineShaderStage(vk::VkShaderModule _module, const char… in PipelineShaderStage()