Home
last modified time | relevance | path

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

123

/external/mesa3d/src/gallium/frontends/clover/util/
Dtuple.hpp59 typedef typename std::remove_reference<F>::type func_type; typedef
91 typedef typename std::remove_reference<F>::type func_type; typedef
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
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
Dembed_tf_framework_pass.cc71 FunctionType func_type = op.getFunctionType(); in runOnOperation() local
Dutils.cc29 FlatSymbolRefAttr GetOrInsertLLVMFunction(StringRef func_name, Type func_type, in GetOrInsertLLVMFunction()
Dembed_tf_framework.cc40 auto func_type = func.getFunctionType(); in matchAndRewrite() local
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dtask_io_service_operation.hpp43 typedef void (*func_type)(task_io_service*, typedef in asio::detail::ASIO_INHERIT_TRACKED_HANDLER
/external/tensorflow/tensorflow/dtensor/mlir/expansions/
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
/external/tensorflow/tensorflow/compiler/mlir/tfrt/saved_model/
Dsaved_model.cc77 auto func_type = func.getFunctionType(); in MapFunctionSignaturesFromTFSavedModelMLIR() local
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Doptimize_functional_ops.cc58 FunctionType func_type = func.getFunctionType(); in UpdateFuncType() local
Dmodify_io_nodes.cc206 FunctionType func_type = func.getFunctionType(); in runOnOperation() local
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Doutline_with_xla_framework.cc93 auto func_type = FunctionType::get(ctx, operands, result_array); in matchAndRewrite() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dwrap_opkill.cpp116 analysis::Function func_type(registered_void_type, {}); in GetVoidFunctionTypeId() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dwrap_opkill.cpp114 analysis::Function func_type(registered_void_type, {}); in GetVoidFunctionTypeId() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dwrap_opkill.cpp116 analysis::Function func_type(registered_void_type, {}); in GetVoidFunctionTypeId() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dinitialize_variables_in_session_init.cc65 auto func_type = in CreateSessionInitFunc() local
Dcluster_outlining.cc64 auto func_type = builder->getFunctionType(operand_types, op.getResultTypes()); in BuildFunction() local
Dexecutor_tpuv1_outline_tpu_island.cc124 FunctionType func_type = in runOnOperation() local
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dlstm_utils_test.cc65 auto func_type = builder->getFunctionType(input_types, output_type); in createLstmCompositeFunc() local
Dperception_ops_utils_test.cc41 auto func_type = builder->getFunctionType(input_types, output_types); in createMaxUnpoolingFunc() local
/external/tensorflow/tensorflow/compiler/mlir/tfr/integration/
Dtfr_decompose_ctx.cc155 mlir::FunctionType func_type = in ExpandNode() local
/external/tensorflow/tensorflow/core/transforms/graph_to_func/
Dgraph_to_func.cc73 FunctionType func_type = builder.getFunctionType(arg_types, ret_types); in GraphToFunc() local
/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/lmhlo_to_gpu/
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
/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/passes/
Dinsert_main_function.cc152 auto func_type = FunctionType::get(context, arg_types, result_types); in CreateMainFunction() local
/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/utils/
Dlift_as_function_call_utils.cc192 auto func_type = FunctionType::get(context, arg_types, result_types); in LiftAsFunctionCall() local
/external/tensorflow/tensorflow/core/transforms/shape_inference/
Dpass.cc303 FunctionType func_type = func.function_type(); in runOnOperation() local

123