Home
last modified time | relevance | path

Searched refs:wrapper_function (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_wrap_early_terminator_in_function.cpp63 auto wrapper_function = in IsApplicable() local
65 if (wrapper_function == nullptr) { in IsApplicable()
72 if (wrapper_function->result_id() == enclosing_function->result_id()) { in IsApplicable()
118 auto wrapper_function = in Apply() local
122 ir_context, spv::Op::OpFunctionCall, wrapper_function->type_id(), in Apply()
125 {{SPV_OPERAND_TYPE_ID, {wrapper_function->result_id()}}}))); in Apply()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/
H A Dtransformation_wrap_early_terminator_in_function.cpp63 auto wrapper_function = in IsApplicable() local
65 if (wrapper_function == nullptr) { in IsApplicable()
72 if (wrapper_function->result_id() == enclosing_function->result_id()) { in IsApplicable()
118 auto wrapper_function = in Apply() local
122 ir_context, spv::Op::OpFunctionCall, wrapper_function->type_id(), in Apply()
125 {{SPV_OPERAND_TYPE_ID, {wrapper_function->result_id()}}}))); in Apply()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_wrap_early_terminator_in_function.cpp63 auto wrapper_function = in IsApplicable() local
65 if (wrapper_function == nullptr) { in IsApplicable()
72 if (wrapper_function->result_id() == enclosing_function->result_id()) { in IsApplicable()
118 auto wrapper_function = in Apply() local
122 ir_context, spv::Op::OpFunctionCall, wrapper_function->type_id(), in Apply()
125 {{SPV_OPERAND_TYPE_ID, {wrapper_function->result_id()}}}))); in Apply()
/aosp_15_r20/external/pytorch/torch/
H A D_utils_internal.py82 def wrapper_function(*args, **kwargs): function
93 return wrapper_function
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/
H A Dfunction_deserialization.py322 wrapper_function=None): argument
438 if wrapper_function:
439 func = wrapper_function(func)
H A Dload.py157 wrapper_function=_WrapperFunction))
/aosp_15_r20/external/pytorch/torch/utils/_strobelight/
H A Dcli_function_profiler.py297 def wrapper_function(*args: Any, **kwargs: Any) -> Any: function
300 return wrapper_function
/aosp_15_r20/external/pytorch/torch/_strobelight/
H A Dcli_function_profiler.py306 def wrapper_function(*args: Any, **kwargs: Any) -> Any: function
309 return wrapper_function