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 D | transformation_wrap_early_terminator_in_function.cpp | 63 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 D | transformation_wrap_early_terminator_in_function.cpp | 63 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/ |
D | transformation_wrap_early_terminator_in_function.cpp | 63 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.py | 82 def wrapper_function(*args, **kwargs): function 93 return wrapper_function
|
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/ |
H A D | function_deserialization.py | 322 wrapper_function=None): argument 438 if wrapper_function: 439 func = wrapper_function(func)
|
H A D | load.py | 157 wrapper_function=_WrapperFunction))
|
/aosp_15_r20/external/pytorch/torch/utils/_strobelight/ |
H A D | cli_function_profiler.py | 297 def wrapper_function(*args: Any, **kwargs: Any) -> Any: function 300 return wrapper_function
|
/aosp_15_r20/external/pytorch/torch/_strobelight/ |
H A D | cli_function_profiler.py | 306 def wrapper_function(*args: Any, **kwargs: Any) -> Any: function 309 return wrapper_function
|