/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/utils/ |
D | broadcast_utils.cc | 34 RankedTensorType rhs_type = rhs.getType().dyn_cast<RankedTensorType>(); in IsLegalNumpyRankedBroadcast() local 55 auto rhs_type = rhs.getType().dyn_cast<RankedTensorType>(); in ComputeBinaryElementwiseBroadcastingResultExtents() local
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/ |
D | legalize_to_standard.cc | 43 auto rhs_type = rhs.getType().cast<TensorType>(); in matchAndRewrite() local 80 auto rhs_type = rhs.getType().cast<TensorType>(); in matchAndRewrite() local
|
D | lhlo_legalize_to_affine.cc | 51 MemRefType rhs_type = rhs.getType().cast<MemRefType>(); in matchAndRewrite() local 110 const auto& rhs_type = rhs.getType().template cast<MemRefType>(); in matchAndRewrite() local
|
D | chlo_legalize_to_hlo.cc | 1009 auto rhs_type = in matchAndRewrite() local 1059 auto rhs_type = rhs.getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
|
D | transform_unranked_hlo.cc | 226 auto rhs_type = rhs.getType().dyn_cast<UnrankedTensorType>(); in matchAndRewrite() local
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | operand_upcaster_test.cc | 39 PrimitiveType lhs_type, rhs_type, result_type; in TEST_P() local
|
D | shape_inference_test.cc | 621 ConvolveArgs MakeConvolveArgs(PrimitiveType lhs_type, PrimitiveType rhs_type) { in MakeConvolveArgs()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | batchmatmul_to_einsum.cc | 57 auto rhs_type = input_rhs.getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
|
D | unroll_batch_matmul.cc | 205 auto rhs_type = input_rhs.getType().cast<RankedTensorType>(); in matchAndRewrite() local
|
D | einsum.cc | 242 RankedTensorType rhs_type = rhs->getType().cast<RankedTensorType>(); in reshapeForBatchMatmul() local
|
D | legalize_hlo.cc | 453 auto rhs_type = rhs.getType().cast<ShapedType>(); in ConvertDot() local
|
/external/arm-trusted-firmware/plat/common/ |
D | ubsan.c | 40 struct type_descriptor *rhs_type; member
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_types.cc | 208 auto rhs_type = DropRefType(std::get<1>(types)); in BroadcastCompatible() local
|
D | tf_ops_a_m.cc | 1250 auto rhs_type = RankedTensorType::get(rhs_dims, ranked.getElementType()); in GetHoistParams() local
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/ |
D | chlo_ops.cc | 137 ShapedType rhs_type = operands[1].getType().dyn_cast<ShapedType>(); in InferBroadcastBinaryOpReturnTypeComponents() local
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | tiled_dot_emitter.cc | 971 llvm::Type* rhs_type = rhs->getType(); in GetGemvBuffersWithCanonicalType() local
|
/external/mesa3d/src/compiler/glsl/ |
D | ast_function.cpp | 1528 const glsl_type *rhs_type = in emit_inline_vector_constructor() local
|
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/ |
D | legalize_common.cc | 592 RankedTensorType rhs_type = rhs_val.getType().cast<RankedTensorType>(); in convertConcatV2Op() local
|
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
D | legalize_tf.cc | 2783 auto rhs_type = rhs.getType().cast<RankedTensorType>(); in BroadcastBatchMatMulV2Operands() local 2835 auto rhs_type = rhs.getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
|
/external/libabigail/src/ |
D | abg-ir.cc | 20100 const type_base& rhs_type) in types_are_being_compared() 20153 const type_base& rhs_type) in maybe_propagate_canonical_type()
|