Searched defs:ShapeArguments (Results 1 – 1 of 1) sorted by relevance
114 struct ShapeArguments { struct118 ShapeArguments(const c10::SymbolicShape& ss) { in ShapeArguments() argument127 ShapeArguments(std::vector<ShapeArg> ss) in ShapeArguments() argument130 bool has_dim() const { in has_dim()134 int64_t len() const { in len()139 const ShapeArg at(size_t i) const { in at()145 bool has_dim_;146 std::vector<ShapeArg> maybe_shape_symbols_;