Searched defs:coshape (Results 1 – 3 of 3) sorted by relevance
172 ArraySpec &coshape() { return coshape_; } in coshape() function173 const ArraySpec &coshape() const { return coshape_; } in coshape() function
189 std::vector<Expr<SubscriptInteger>> coshape; member
134 void ObjectEntityDetails::set_coshape(const ArraySpec &coshape) { in set_coshape()