Home
last modified time | relevance | path

Searched defs:lhs_type (Results 1 – 22 of 22) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/utils/
Dbroadcast_utils.cc33 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/
Dlegalize_to_standard.cc42 auto lhs_type = lhs.getType().cast<TensorType>(); in matchAndRewrite() local
79 auto lhs_type = lhs.getType().cast<TensorType>(); in matchAndRewrite() local
Dlhlo_legalize_to_affine.cc50 MemRefType lhs_type = lhs.getType().cast<MemRefType>(); in matchAndRewrite() local
109 const auto& lhs_type = lhs.getType().template cast<MemRefType>(); in matchAndRewrite() local
Dchlo_legalize_to_hlo.cc1007 auto lhs_type = in matchAndRewrite() local
1058 auto lhs_type = lhs.getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
Dtransform_unranked_hlo.cc225 auto lhs_type = lhs.getType().dyn_cast<UnrankedTensorType>(); in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/xla/service/
Doperand_upcaster_test.cc39 PrimitiveType lhs_type, rhs_type, result_type; in TEST_P() local
Dshape_inference_test.cc621 ConvolveArgs MakeConvolveArgs(PrimitiveType lhs_type, PrimitiveType rhs_type) { in MakeConvolveArgs()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dbatchmatmul_to_einsum.cc56 auto lhs_type = input_lhs.getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
Dunroll_batch_matmul.cc204 auto lhs_type = input_lhs.getType().cast<RankedTensorType>(); in matchAndRewrite() local
Deinsum.cc241 RankedTensorType lhs_type = lhs->getType().cast<RankedTensorType>(); in reshapeForBatchMatmul() local
Dlegalize_hlo.cc452 auto lhs_type = lhs.getType().cast<ShapedType>(); in ConvertDot() local
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dchlo_ops.cc136 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/
Dfuzzer_pass_add_equation_instructions.cpp219 auto lhs_type = in Apply() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dfuzzer_pass_add_equation_instructions.cpp216 auto lhs_type = in Apply() local
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_equation_instructions.cpp219 auto lhs_type = in Apply() local
/external/arm-trusted-firmware/plat/common/
Dubsan.c39 struct type_descriptor *lhs_type; member
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_types.cc207 auto lhs_type = DropRefType(std::get<0>(types)); in BroadcastCompatible() local
Dtf_ops_a_m.cc1260 auto lhs_type = RankedTensorType::get(lhs_dims, ranked.getElementType()); in GetHoistParams() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dtiled_dot_emitter.cc970 llvm::Type* lhs_type = lhs->getType(); in GetGemvBuffersWithCanonicalType() local
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_common.cc591 RankedTensorType lhs_type = lhs_val.getType().cast<RankedTensorType>(); in convertConcatV2Op() local
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc2782 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/
Dabg-ir.cc20099 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()