Home
last modified time | relevance | path

Searched defs:constructor_args (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/leveldb/util/
H A Dno_destructor.h20 explicit NoDestructor(ConstructorArgTypes&&... constructor_args) { in NoDestructor()
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_nn.py3358 def constructor_args(self): member in TestBase
3809 def constructor_args(self): member in NewModuleTest
3926 def constructor_args(self): member in CriterionTest
H A Djit_metaprogramming_utils.py590 def create_script_module(self, nn_module, constructor_args, *args, **kwargs): argument
/aosp_15_r20/external/pytorch/torch/fx/passes/
H A Dsplit_utils.py57 constructor_args: List[str] = field(default_factory=list) variable in Component
/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_dart.cpp490 std::string constructor_args; in GenStructObjectAPI() local
539 std::string constructor_args; in GenStructObjectAPIUnpack() local
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/tracing/
H A Dinterceptor.h329 static void Register(const InterceptorDescriptor& descriptor, in Register()
H A Ddata_source.h464 static bool Register(const DataSourceDescriptor& descriptor, in Register()
/aosp_15_r20/external/perfetto/include/perfetto/tracing/
H A Dinterceptor.h329 static void Register(const InterceptorDescriptor& descriptor, in Register()
H A Ddata_source.h464 static bool Register(const DataSourceDescriptor& descriptor, in Register()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/packet/parser/
Dpacket_def.cc621 std::vector<std::string> constructor_args; in GenBuilderCreatePybind11() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderIndexingTests.cpp588 const char *constructor_args = constructors[getDataTypeNumComponents(varType) - 1]; in createTmpArrayCase() local
/aosp_15_r20/external/pytorch/test/
H A Dtest_expanded_weights.py963 def constructor_args(self): member in ContextManagerTests
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fShaderIndexingTests.cpp585 const char *constructor_args = constructors[getDataTypeNumComponents(varType) - 1]; in createTmpArrayCase() local
/aosp_15_r20/external/python/cpython3/Modules/
D_pickle.c7368 PyObject *constructor_args; in _pickle_UnpicklerMemoProxy___reduce___impl() local