Home
last modified time | relevance | path

Searched refs:function_ty (Results 1 – 5 of 5) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dtype_manager.cpp602 const Function* function_ty = type.AsFunction(); in RebuildType() local
603 const Type* ret_ty = function_ty->return_type(); in RebuildType()
605 param_types.reserve(function_ty->param_types().size()); in RebuildType()
606 for (const auto* param_ty : function_ty->param_types()) { in RebuildType()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtype_manager.cpp602 const Function* function_ty = type.AsFunction(); in RebuildType() local
603 const Type* ret_ty = function_ty->return_type(); in RebuildType()
605 param_types.reserve(function_ty->param_types().size()); in RebuildType()
606 for (const auto* param_ty : function_ty->param_types()) { in RebuildType()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dtype_manager.cpp619 const Function* function_ty = type.AsFunction(); in RebuildType() local
620 const Type* ret_ty = function_ty->return_type(); in RebuildType()
622 param_types.reserve(function_ty->param_types().size()); in RebuildType()
623 for (const auto* param_ty : function_ty->param_types()) { in RebuildType()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc475 FunctionType function_ty = function.getFunctionType(); in VerifyPartitionedCall() local
476 int func_arg_count = function_ty.getNumInputs(); in VerifyPartitionedCall()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc853 FunctionType function_ty = function.getFunctionType(); in ArgTypesMatchCallee() local
855 for (auto arg_in : llvm::zip(args, function_ty.getInputs())) { in ArgTypesMatchCallee()