Searched refs:MakeAbstractTensor (Results 1 – 3 of 3) sorted by relevance
67 AbstractBasePtr MakeAbstractTensor(const ShapePtr &shape, const TypePtr &type);
344 AbstractBasePtr MakeAbstractTensor(const ShapePtr &shape, const TypePtr &type) { in MakeAbstractTensor() function393 return MakeAbstractTensor(shape, type); in MakeAbstract()
428 AbstractBasePtr tensor = MakeAbstractTensor(ret_shape, ret_dtype); in MakePyInferRes2AbstractTensor()