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