Home
last modified time | relevance | path

Searched refs:constant_array (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_inductor/codegen/aoti_runtime/
H A Dinterface.cpp283 auto constant_array = std::make_shared<std::vector<torch::aot_inductor::ConstantHandle>>(); in AOTInductorModelCreate()
288 constant_array, in AOTInductorModelCreate()
/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp65 …typedef Types constant_array[17]; // expected-error{{declaration type contains unexpanded paramete… typedef
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dindexed_array_analysis.cc821 if (auto* constant_array = dynamic_cast<ConstantArray*>(operand)) { in ComputeArrayForReshape() local
824 TakeOwnership(constant_array->literal()->Reshape(shape.dimensions()))); in ComputeArrayForReshape()