Searched refs:constant_array (Results 1 – 3 of 3) sorted by relevance
283 auto constant_array = std::make_shared<std::vector<torch::aot_inductor::ConstantHandle>>(); in AOTInductorModelCreate()288 constant_array, in AOTInductorModelCreate()
65 …typedef Types constant_array[17]; // expected-error{{declaration type contains unexpanded paramete… typedef
821 if (auto* constant_array = dynamic_cast<ConstantArray*>(operand)) { in ComputeArrayForReshape() local824 TakeOwnership(constant_array->literal()->Reshape(shape.dimensions()))); in ComputeArrayForReshape()