Home
last modified time | relevance | path

Searched defs:func_arg (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/python/cpython2/Python/
Dthread_solaris.h19 struct func_arg { struct
30 func = ((struct func_arg *) funcarg)->func; in new_func() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dpromote_resources_to_args.cc230 if (auto func_arg = read_op.resource().dyn_cast<BlockArgument>()) { in PromoteResourcesToArguments() local
243 if (auto func_arg = write_op.resource().dyn_cast<BlockArgument>()) { in PromoteResourcesToArguments() local
/aosp_15_r20/external/selinux/libsepol/src/
H A Ddebug.h36 channel_arg, func_arg, ...) do { \ argument
/aosp_15_r20/external/selinux/libsemanage/src/
H A Ddebug.h36 channel_arg, func_arg, ...) do { \ argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/quantization/
H A Dhelper.cpp261 for (const auto& func_arg : aten_func_args) { in matchArgPattern() local
267 for (const auto& func_arg : call_func_args) { in matchArgPattern() local
/aosp_15_r20/external/python/cpython3/Python/
Dthread_pthread.h238 void *func_arg = callback->arg; in pythread_wrapper() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dir_emission_utils.cc558 static int64_t GetAllocationIndex(mlir::BlockArgument func_arg, in GetAllocationIndex()