Home
last modified time | relevance | path

Searched defs:func_type (Results 1 – 25 of 72) sorted by relevance

123

/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Djit_metaprogramming_utils.py333 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 Dtuple.hpp59 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 Dsave_restore_spmd_expander.cc221 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 Dembed_memref_prints.cc67 auto func_type = FunctionType::get(b->getContext(), arg.getType(), in EmitMemRefPrint() local
144 auto func_type = LLVM::LLVMFunctionType::get( in EmitOperationPrint() local
H A Dembed_tf_framework_pass.cc71 FunctionType func_type = op.getFunctionType(); in runOnOperation() local
H A Dutils.cc29 FlatSymbolRefAttr GetOrInsertLLVMFunction(StringRef func_name, Type func_type, in GetOrInsertLLVMFunction()
H A Dembed_tf_framework.cc40 auto func_type = func.getFunctionType(); in matchAndRewrite() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/lmhlo_to_gpu/
H A Dkernel_ops_pattern.cc166 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 Dtask_io_service_operation.hpp43 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/
Dscheduler_operation.hpp49 typedef void (*func_type)(void*, typedef in boost::asio::detail::BOOST_ASIO_INHERIT_TRACKED_HANDLER
Dwin_iocp_operation.hpp56 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 Dtype_manager.cpp1025 Function* func_type = type->AsFunction(); in ReplaceForwardPointers() local
1081 Function* func_type = type->AsFunction(); in ReplaceType() local
H A Dwrap_opkill.cpp116 analysis::Function func_type(registered_void_type, {}); in GetVoidFunctionTypeId() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dtype_manager.cpp1009 Function* func_type = type->AsFunction(); in ReplaceForwardPointers() local
1065 Function* func_type = type->AsFunction(); in ReplaceType() local
Dwrap_opkill.cpp116 analysis::Function func_type(registered_void_type, {}); in GetVoidFunctionTypeId() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dtype_manager.cpp1071 Function* func_type = type->AsFunction(); in ReplaceForwardPointers() local
1127 Function* func_type = type->AsFunction(); in ReplaceType() local
H A Dwrap_opkill.cpp116 analysis::Function func_type(registered_void_type, {}); in GetVoidFunctionTypeId() local
/aosp_15_r20/external/pytorch/test/
H A Dtest_ops_jit.py125 self, device, dtype, op, sample, func_type, variant, has_fake_function argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Dlower_static_tensor_list.cc754 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 Doptimize_functional_ops.cc58 FunctionType func_type = func.getFunctionType(); in UpdateFuncType() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/saved_model/
H A Dsaved_model.cc77 auto func_type = func.getFunctionType(); in MapFunctionSignaturesFromTFSavedModelMLIR() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
H A Doutline_with_xla_framework.cc93 auto func_type = FunctionType::get(ctx, operands, result_array); in matchAndRewrite() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dinitialize_variables_in_session_init.cc65 auto func_type = in CreateSessionInitFunc() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
H A Dcompile_mlir_util.cc125 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 DCommon0.h264 #define Z7_GET_PROC_ADDRESS(func_type, hmodule, func_name) \ argument

123