Searched defs:x_types (Results 1 – 1 of 1) sorted by relevance
22 …<int64_t> _get_pack_shape(std::vector<BaseShapePtr> x_shapes, std::vector<TypePtr> x_types, int64_… in _get_pack_shape()63 auto x_types = input_args[0]->BuildType()->cast<TuplePtr>()->elements(); in PackInfer() local