/aosp_15_r20/external/pytorch/torch/testing/_internal/ |
H A D | jit_metaprogramming_utils.py | 333 def get_call(method_name, func_type, args, kwargs): argument 384 def gen_script_fn_and_args(method_name, func_type, *args, **kwargs): argument 393 def create_script_fn(self, method_name, func_type): argument 627 def check_alias_annotation(method_name, args, kwargs, *, aten_name, func_type='method'): argument
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/util/ |
H A D | tuple.hpp | 59 typedef typename std::remove_reference<F>::type func_type; typedef 91 typedef typename std::remove_reference<F>::type func_type; typedef
|
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/expansions/ |
H A D | save_restore_spmd_expander.cc | 221 auto func_type = mlir::FunctionType::get(builder.getContext(), in ConditionalSave() local 457 auto func_type = in ExpandMergeV2Op() local 564 const auto func_type = in ExpandRestoreV2OpHelper() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/ |
H A D | embed_memref_prints.cc | 67 auto func_type = FunctionType::get(b->getContext(), arg.getType(), in EmitMemRefPrint() local 144 auto func_type = LLVM::LLVMFunctionType::get( in EmitOperationPrint() local
|
H A D | embed_tf_framework_pass.cc | 71 FunctionType func_type = op.getFunctionType(); in runOnOperation() local
|
H A D | utils.cc | 29 FlatSymbolRefAttr GetOrInsertLLVMFunction(StringRef func_name, Type func_type, in GetOrInsertLLVMFunction()
|
H A D | embed_tf_framework.cc | 40 auto func_type = func.getFunctionType(); in matchAndRewrite() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/lmhlo_to_gpu/ |
H A D | kernel_ops_pattern.cc | 166 auto func_type = builder.getType<mlir::FunctionType>( in CloneToModule() local 414 auto func_type = rewriter.getType<mlir::FunctionType>( in Rewrite() local
|
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
H A D | task_io_service_operation.hpp | 43 typedef void (*func_type)(task_io_service*, typedef in asio::detail::ASIO_INHERIT_TRACKED_HANDLER
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/ |
D | scheduler_operation.hpp | 49 typedef void (*func_type)(void*, typedef in boost::asio::detail::BOOST_ASIO_INHERIT_TRACKED_HANDLER
|
D | win_iocp_operation.hpp | 56 typedef void (*func_type)( typedef in boost::asio::detail::win_iocp_operation
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | type_manager.cpp | 1025 Function* func_type = type->AsFunction(); in ReplaceForwardPointers() local 1081 Function* func_type = type->AsFunction(); in ReplaceType() local
|
H A D | wrap_opkill.cpp | 116 analysis::Function func_type(registered_void_type, {}); in GetVoidFunctionTypeId() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | type_manager.cpp | 1009 Function* func_type = type->AsFunction(); in ReplaceForwardPointers() local 1065 Function* func_type = type->AsFunction(); in ReplaceType() local
|
D | wrap_opkill.cpp | 116 analysis::Function func_type(registered_void_type, {}); in GetVoidFunctionTypeId() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | type_manager.cpp | 1071 Function* func_type = type->AsFunction(); in ReplaceForwardPointers() local 1127 Function* func_type = type->AsFunction(); in ReplaceType() local
|
H A D | wrap_opkill.cpp | 116 analysis::Function func_type(registered_void_type, {}); in GetVoidFunctionTypeId() local
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_ops_jit.py | 125 self, device, dtype, op, sample, func_type, variant, has_fake_function argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
H A D | lower_static_tensor_list.cc | 754 auto func_type = FunctionType::get(rewriter.getContext(), branch_args_type, in matchAndRewrite() local 1217 FunctionType func_type = func.getFunctionType(); in UpdateFunctionTypesForWhileOp() local 1261 FunctionType func_type = func.getFunctionType(); in UpdateFunctionTypesForIfOp() local
|
H A D | optimize_functional_ops.cc | 58 FunctionType func_type = func.getFunctionType(); in UpdateFuncType() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/saved_model/ |
H A D | saved_model.cc | 77 auto func_type = func.getFunctionType(); in MapFunctionSignaturesFromTFSavedModelMLIR() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
H A D | outline_with_xla_framework.cc | 93 auto func_type = FunctionType::get(ctx, operands, result_array); in matchAndRewrite() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
H A D | initialize_variables_in_session_init.cc | 65 auto func_type = in CreateSessionInitFunc() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ |
H A D | compile_mlir_util.cc | 125 mlir::FunctionType func_type = main_func.getFunctionType(); in GetXlaInputShapes() local 205 mlir::FunctionType func_type = main_func.getFunctionType(); in GetOutputInfo() local
|
/aosp_15_r20/external/lzma/CPP/Common/ |
H A D | Common0.h | 264 #define Z7_GET_PROC_ADDRESS(func_type, hmodule, func_name) \ argument
|