/external/tensorflow/tensorflow/compiler/xla/service/ |
D | result_caster_test.cc | 34 PrimitiveType lhs_type, rhs_type, result_type; in TEST_P() local
|
D | operand_upcaster_test.cc | 40 PrimitiveType lhs_type, rhs_type, result_type; in TEST_P() local
|
D | shape_inference_test.cc | 647 ConvolveArgs MakeConvolveArgs(PrimitiveType lhs_type, PrimitiveType rhs_type) { in MakeConvolveArgs()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | batchmatmul_to_einsum.cc | 57 auto lhs_type = input_lhs.getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
|
D | unroll_batch_matmul.cc | 159 auto lhs_type = input_lhs.getType().cast<RankedTensorType>(); in matchAndRewrite() local
|
D | einsum.cc | 505 RankedTensorType lhs_type = lhs->getType().cast<RankedTensorType>(); in reshapeForBatchMatmul() local
|
D | legalize_hlo.cc | 948 auto lhs_type = conv_op.lhs().getType().cast<ShapedType>(); in MatchResizeOp() local 1675 auto lhs_type = lhs.getType().cast<ShapedType>(); in ConvertDot() local
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_arith_ops_folder.h | 61 auto lhs_type = arithmetic_op.x().getType().template cast<ShapedType>(); in IdentityArithmeticOpFolder() local
|
D | tf_ops_a_m.cc | 1348 auto lhs_type = RankedTensorType::get(lhs_dims, ranked.getElementType()); in GetHoistParams() local
|
/external/pytorch/aten/src/ATen/core/ |
D | union_type.cpp | 306 [&](TypePtr lhs_type) { in equals() 353 [&](const TypePtr& lhs_type) -> bool { in isSubtypeOfExt()
|
/external/angle/third_party/spirv-tools/src/source/fuzz/ |
D | fuzzer_pass_add_equation_instructions.cpp | 221 auto lhs_type = in Apply() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_add_equation_instructions.cpp | 221 auto lhs_type = in Apply() local
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_add_equation_instructions.cpp | 221 auto lhs_type = in Apply() local
|
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/nonterminal/ |
D | rule.hpp | 44 typedef rule<ID, Attribute, force_attribute_> lhs_type; typedef
|
/external/trusty/arm-trusted-firmware/plat/common/ |
D | ubsan.c | 39 struct type_descriptor *lhs_type; member
|
/external/arm-trusted-firmware/plat/common/ |
D | ubsan.c | 39 struct type_descriptor *lhs_type; member
|
/external/coreboot/src/lib/ |
D | ubsan.c | 181 struct ubsan_type_descriptor *lhs_type; member
|
/external/tensorflow/tensorflow/core/ir/types/ |
D | dialect.cc | 662 auto lhs_type = DropRefType(std::get<0>(types)); in BroadcastCompatible() local
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | tiled_dot_emitter.cc | 982 llvm::Type* lhs_type = lhs->getType(); in GetGemvBuffersWithCanonicalType() local
|
/external/pytorch/torch/csrc/jit/passes/ |
D | shape_analysis.cpp | 1960 auto lhs_type = tensor_types.at(0); in PropagateCompleteShapeOnNode() local
|
/external/pytorch/torch/csrc/jit/frontend/ |
D | ir_emitter.cpp | 2222 for (const TypePtr& lhs_type : lhs_types) { in emitIsInstance() local 4723 auto const& lhs_type = lhs->type(); in emitSimpleExpr() local
|
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
D | legalize_tf.cc | 3187 auto lhs_type = lhs.getType().cast<RankedTensorType>(); in BroadcastBatchMatMulV2Operands() local 3240 auto lhs_type = lhs.getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
|