Searched refs:arrayConstant (Results 1 – 1 of 1) sorted by relevance
42 Shape AsShape(const Constant<ExtentType> &arrayConstant) { in AsShape() argument43 CHECK(arrayConstant.Rank() == 1); in AsShape()45 std::size_t dimensions{arrayConstant.size()}; in AsShape()47 Scalar<ExtentType> extent{arrayConstant.values().at(j)}; in AsShape()