Searched defs:lhs_ty (Results 1 – 5 of 5) sorted by relevance
/external/angle/third_party/spirv-tools/src/source/opt/ |
D | resolve_binding_conflicts_pass.cpp | 114 auto* lhs_ty = unwrap(def_use_mgr->GetDef(lhs->var->type_id())); in Less() local
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | einsum.cc | 292 int rhs_named_label_count, llvm::StringRef out, RankedTensorType lhs_ty, in FlattenEllipsis() 346 llvm::StringRef equation, RankedTensorType lhs_ty, in GetEinsumDimensionNumbers()
|
/external/tensorflow/tensorflow/compiler/mlir/tfr/python/ |
D | tfr_gen.py | 852 def _emit_binary_op(self, op, lhs, lhs_ty, rhs, rhs_ty): argument
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_ops_n_z.cc | 3308 RankedTensorType lhs_ty = lhs.getType().dyn_cast<RankedTensorType>(); in inferReturnTypeComponents() local
|
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/ |
D | legalize_tfl.cc | 1359 RankedTensorType lhs_ty = lhs.getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
|