Home
last modified time | relevance | path

Searched defs:resultTy (Results 1 – 24 of 24) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
Dlegalize_shape_computations.cc80 auto resultTy = op.getType().template cast<ShapedType>(); in matchAndRewrite() local
119 auto resultTy = op.getType().cast<ShapedType>(); in matchAndRewrite() local
150 auto resultTy = op.getType(); in matchAndRewrite() local
175 auto resultTy = op.getType().cast<ShapedType>(); in matchAndRewrite() local
Dlegalize_mhlo_to_thlo.cc56 auto resultTy = op.getResult().getType().cast<RankedTensorType>(); in matchAndRewrite() local
124 auto resultTy = op.getType().cast<RankedTensorType>(); in matchAndRewrite() local
Dlegalize_gather_to_torch_index_select.cc70 auto resultTy = gather.getResult().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
Doptimize_mhlo.cc80 auto resultTy = gather.getResult().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
Drestrict_max_rank.cc65 TensorType resultTy = result.getType().cast<TensorType>(); in matchAndRewrite() local
Dlower_general_dot.cc228 ShapedType resultTy = op.getType().cast<ShapedType>(); in matchAndRewrite() local
Dgroup_reduction_dimensions.cc229 auto resultTy = op->getResultTypes().front().cast<RankedTensorType>(); in tryLowerTo1DOr2DReduction() local
Dchlo_legalize_to_hlo.cc55 auto resultTy = op.getType().cast<ShapedType>(); in matchAndRewrite() local
1158 auto resultTy = x.getType().cast<ShapedType>(); in materializeNextAfter() local
1680 auto resultTy = op.getType().cast<ShapedType>(); in matchAndRewrite() local
Dlegalize_to_linalg.cc411 auto resultTy = this->typeConverter->convertType(getHloOpResultType(op)) in matchAndRewrite() local
2541 auto resultTy = resultTypes[i].cast<ShapedType>(); in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Ddecompose_hybrid_quantization.cc103 Type resultTy = result.getType(); in matchAndRewrite() local
119 Type resultTy = op->getOpResult(i).getType(); in matchAndRewrite() local
/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp212 QualType resultTy) { in MakeSymIntVal()
307 QualType resultTy) { in evalBinOpNN()
539 QualType resultTy, in evalBinOpFieldRegionFieldRegion()
586 QualType resultTy) { in evalBinOpLL()
859 Loc lhs, NonLoc rhs, QualType resultTy) { in evalBinOpLN()
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Transforms/
Dlower_index_cast_pass.cc39 auto resultTy = op.getType().dyn_cast<ShapedType>(); in matchAndRewrite() local
Dsymbolic_shape_optimization.cc370 RankedTensorType resultTy, in materializeReshapeAsScalarExpand()
388 RankedTensorType resultTy, in materializeReshapeAsScalarCollapse()
662 RankedTensorType resultTy, mhlo::DynamicReshapeOp op, in materializeReshapeAsExpandAndCollapse()
716 auto resultTy = op.getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
/external/swiftshader/src/Pipeline/
DSpirvShaderImage.cpp505 auto &resultTy = shader.getType(insn.resultTypeId()); in EmitImageQuerySizeLod() local
515 auto &resultTy = shader.getType(insn.resultTypeId()); in EmitImageQuerySize() local
523 void SpirvEmitter::GetImageDimensions(const Type &resultTy, Object::ID imageId, Object::ID lodId, I… in GetImageDimensions() argument
587 auto &resultTy = shader.getType(insn.resultTypeId()); in EmitImageQueryLevels() local
613 auto &resultTy = shader.getType(insn.resultTypeId()); in EmitImageQuerySamples() local
DSpirvShaderMemory.cpp32 auto &resultTy = shader.getType(result); in EmitLoad() local
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/include/mlir-hlo/Dialect/mhlo/transforms/
Dlegalize_to_linalg_utils.h130 Optional<ShapedType> resultTy; in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/thlo/IR/
Dthlo_ops.cc176 auto resultTy = op.getResult().getType().cast<RankedTensorType>(); in fuseConcatenateOpThroughTile() local
343 auto resultTy = op.getType().cast<RankedTensorType>(); in fuseConcatenateOpThroughPoint() local
406 auto resultTy = getType(0).cast<RankedTensorType>(); in fuse() local
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/gml_st/IR/
Dgml_st_ops.cc1279 auto resultTy = TileType::get(ctx, shape); in inferReturnTypes() local
1285 auto resultTy = getType().cast<TileType>(); in verify() local
1382 auto resultTy = TileType::get(ctx, shape); in inferReturnTypes() local
1606 auto resultTy = TileType::get(ctx, resultShape); in inferReturnTypes() local
1715 auto resultTy = TileType::get(ctx, resultShape); in inferReturnTypes() local
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/IR/
Dhlo_ops.cc786 Type resultTy; in parse() local
1710 auto resultTy = in reifyGatherShape() local
1883 auto resultTy = iota.getType().cast<ShapedType>(); in matchAndRewrite() local
1912 auto resultTy = getResult().getType().cast<ShapedType>(); in fold() local
1967 auto resultTy = iota.getType().cast<ShapedType>(); in matchAndRewrite() local
2000 auto resultTy = iota.getType().cast<ShapedType>(); in matchAndRewrite() local
2054 ShapedType resultTy = shape::getExtentTensorType( in castToIndexTensor() local
2135 Type resultTy; in inferReturnTypes() local
2390 auto resultTy = op.getType().cast<RankedTensorType>(); in matchAndRewrite() local
2563 Type resultTy; in build() local
[all …]
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/gml_st/transforms/
Dtiling.cc153 auto resultTy = funcTy.getResults().front().dyn_cast<RankedTensorType>(); in tileUniqueFunctionResult() local
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/dialect/
DStablehloOps.cpp788 Type resultTy; in parse() local
1598 auto resultTy = in reifyGatherShape() local
1757 ShapedType resultTy = shape::getExtentTensorType( in castToIndexTensor() local
1812 Type resultTy; in inferReturnTypes() local
2164 Type resultTy; in build() local
3635 SmallVector<Type, 1> resultTy; in build() local
4546 auto resultTy = getType().cast<RankedTensorType>(); in verify() local
/external/clang/lib/Sema/
DSemaObjCProperty.cpp2211 QualType resultTy = property->getType().getAtomicUnqualifiedType(); in ProcessPropertyDecl() local
DSemaOverload.cpp1528 QualType resultTy; in IsStandardConversion() local
/external/clang/lib/AST/
DType.cpp1106 QualType resultTy = ctx.getObjCObjectType(obj->getBaseType(), in substObjCTypeArgs() local