Home
last modified time | relevance | path

Searched refs:shaped_ty (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dconstant_fold.cc98 ShapedType shaped_ty = ty.cast<ShapedType>(); in ConstantFoldFallbackHook() local
99 Type element_ty = shaped_ty.getElementType(); in ConstantFoldFallbackHook()
100 return shaped_ty.hasStaticShape() && shaped_ty.getNumElements() == 0 && in ConstantFoldFallbackHook()
105 auto shaped_ty = ty.cast<ShapedType>(); in ConstantFoldFallbackHook() local
107 DenseElementsAttr::get(shaped_ty, llvm::ArrayRef<Attribute>())); in ConstantFoldFallbackHook()
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dhlo_ops.cc1140 auto shaped_ty = type.cast<ShapedType>(); in inferReturnTypes() local
1141 if (!shaped_ty.hasRank()) { in inferReturnTypes()
1145 for (auto it : llvm::enumerate(shaped_ty.getShape())) { in inferReturnTypes()