Home
last modified time | relevance | path

Searched defs:arg_ty (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlegalize_trigonometric_to_approximation.cc53 Type arg_ty = arg.getType(); in matchAndRewrite() local
/external/llvm-project/lldb/source/Expression/
DIRInterpreter.cpp1416 llvm::Type *arg_ty = arg_op->getType(); in Interpret() local
/external/rust/crates/bindgen/src/codegen/
Dmod.rs4562 let arg_ty = arg_item.kind().expect_type(); in fnsig_arguments() localVariable
4572 let arg_ty = match *arg_ty.canonical_type(ctx).kind() { in fnsig_arguments() localVariable
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc288 auto arg_ty = tensor.getType().dyn_cast<ShapedType>(); in fold() local
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dhlo_ops.cc1041 auto arg_ty = operands.front().getType().cast<TensorType>(); in inferReturnTypes() local
/external/python/cpython3/Include/
DPython-ast.h39 typedef struct _arg *arg_ty; typedef