Searched refs:shapeArgSize (Results 1 – 1 of 1) sorted by relevance
1487 std::optional<int> shapeArgSize; in Match() local1516 CHECK(!shapeArgSize); in Match()1524 shapeArgSize = constShape->At(ConstantSubscripts{1}).ToInt64(); in Match()1525 CHECK(*shapeArgSize >= 0); in Match()1796 CHECK(shapeArgSize); in Match()1797 resultRank = *shapeArgSize; in Match()