Searched defs:output_ty (Results 1 – 8 of 8) sorted by relevance
344 auto output_ty = pack_op.output().getType().cast<ShapedType>(); in matchAndRewrite() local749 TensorType &output_ty) { in GetReshapeOutputType()848 auto output_ty = op.getType().dyn_cast<RankedTensorType>(); in verify() local876 TensorType output_ty; in build() local1267 auto output_ty = op.output().getType().dyn_cast<RankedTensorType>(); in verify() local2128 auto output_ty = output().getType().dyn_cast<RankedTensorType>(); in fold() local
257 RankedTensorType output_ty = GetRankedTensorTypeForOperand(op.output()); in Verify() local
77 auto output_ty = in RunOnRegion() local
64 PrimitiveType output_ty = instr->shape().tuple_shapes(0).element_type(); in GetRelevantConvs() local
2501 ShapedType output_ty = in matchAndRewrite() local2605 ShapedType output_ty = in matchAndRewrite() local
1365 auto output_ty = fully_connected_op.output()[0] in matchAndRewrite() local
1757 TensorType &output_ty) { in GetReshapeOutputType()1858 auto output_ty = op.getType().dyn_cast<RankedTensorType>(); in verify() local
232 let mut output_ty = supersuperfy(ty, self.levels); in build() localVariable