Searched defs:shaped (Results 1 – 10 of 10) sorted by relevance
72 auto shaped = type.dyn_cast<ShapedType>(); in ResolveArgumentConstraint() local
154 auto shaped = arg.getType().dyn_cast<ShapedType>(); in SetInputNodesQuantizationParams() local180 if (auto shaped = input_type.dyn_cast<ShapedType>()) { in SetInputNodesQuantizationParams() local
168 auto shaped = arg.getType().dyn_cast<ShapedType>(); in SetInputNodesQuantizationParams() local194 if (auto shaped = input_type.dyn_cast<ShapedType>()) { in SetInputNodesQuantizationParams() local
81 if (auto shaped = type.dyn_cast<ShapedType>()) { in ToLegalType() local
49 static llvm::Error VerifyMemrefOperand(unsigned index, mlir::ShapedType shaped, in VerifyMemrefOperand()
879 typename TTypes<T, NDIMS>::Tensor Tensor::shaped( in shaped() function906 typename TTypes<T, NDIMS>::ConstTensor Tensor::shaped( in shaped() function
402 T shaped = (t.*Func)(sizes); in TestReshape() local408 T shaped = (static_cast<const Tensor&>(t).*Func)(sizes); in TestReshape() local413 void TestReshapeImpl(T shaped, std::initializer_list<int64_t> sizes) { in TestReshapeImpl()
157 const MemrefDesc* shaped = cast<MemrefDesc>(&arguments[i]); in ResolveImpl() local
147 auto shaped = target.dyn_cast<RankedTensorType>(); in ResetAxisAndBroadcast() local
684 … auto shaped = [&](sk_sp<SkTypeface> typeface, sk_sp<SkFontMgr> fallback) -> std::unique_ptr<Run> { in shapeEllipsis() local