/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/utils/ |
D | broadcast_utils.cc | 33 RankedTensorType lhs_type = lhs.getType().dyn_cast<RankedTensorType>(); in IsLegalNumpyRankedBroadcast() local 54 auto lhs_type = lhs.getType().dyn_cast<RankedTensorType>(); in ComputeBinaryElementwiseBroadcastingResultExtents() local
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/ |
D | legalize_to_standard.cc | 42 auto lhs_type = lhs.getType().cast<TensorType>(); in matchAndRewrite() local 79 auto lhs_type = lhs.getType().cast<TensorType>(); in matchAndRewrite() local
|
D | lhlo_legalize_to_affine.cc | 50 MemRefType lhs_type = lhs.getType().cast<MemRefType>(); in matchAndRewrite() local 109 const auto& lhs_type = lhs.getType().template cast<MemRefType>(); in matchAndRewrite() local
|
D | chlo_legalize_to_hlo.cc | 1007 auto lhs_type = in matchAndRewrite() local 1058 auto lhs_type = lhs.getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
|
D | transform_unranked_hlo.cc | 225 auto lhs_type = lhs.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 | 56 auto lhs_type = input_lhs.getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
|
D | unroll_batch_matmul.cc | 204 auto lhs_type = input_lhs.getType().cast<RankedTensorType>(); in matchAndRewrite() local
|
D | einsum.cc | 241 RankedTensorType lhs_type = lhs->getType().cast<RankedTensorType>(); in reshapeForBatchMatmul() local
|
D | legalize_hlo.cc | 452 auto lhs_type = lhs.getType().cast<ShapedType>(); in ConvertDot() local
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/ |
D | chlo_ops.cc | 136 ShapedType lhs_type = operands[0].getType().dyn_cast<ShapedType>(); in InferBroadcastBinaryOpReturnTypeComponents() local 198 ShapedType lhs_type = operands[0].getType().dyn_cast<ShapedType>(); in inferReturnTypeComponents() local
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_add_equation_instructions.cpp | 219 auto lhs_type = in Apply() local
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
D | fuzzer_pass_add_equation_instructions.cpp | 216 auto lhs_type = in Apply() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_add_equation_instructions.cpp | 219 auto lhs_type = in Apply() local
|
/external/arm-trusted-firmware/plat/common/ |
D | ubsan.c | 39 struct type_descriptor *lhs_type; member
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_types.cc | 207 auto lhs_type = DropRefType(std::get<0>(types)); in BroadcastCompatible() local
|
D | tf_ops_a_m.cc | 1260 auto lhs_type = RankedTensorType::get(lhs_dims, ranked.getElementType()); in GetHoistParams() local
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | tiled_dot_emitter.cc | 970 llvm::Type* lhs_type = lhs->getType(); in GetGemvBuffersWithCanonicalType() local
|
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/ |
D | legalize_common.cc | 591 RankedTensorType lhs_type = lhs_val.getType().cast<RankedTensorType>(); in convertConcatV2Op() local
|
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
D | legalize_tf.cc | 2782 auto lhs_type = lhs.getType().cast<RankedTensorType>(); in BroadcastBatchMatMulV2Operands() local 2834 auto lhs_type = lhs.getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
|
/external/libabigail/src/ |
D | abg-ir.cc | 20099 types_are_being_compared(const type_base& lhs_type, in types_are_being_compared() 20152 maybe_propagate_canonical_type(const type_base& lhs_type, in maybe_propagate_canonical_type()
|