Home
last modified time | relevance | path

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

/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dp5.cpp65 …typedef Types constant_array[17]; // expected-error{{declaration type contains unexpanded paramete… typedef
/external/tensorflow/tensorflow/compiler/xla/service/
Dindexed_array_analysis.cc817 if (auto* constant_array = dynamic_cast<ConstantArray*>(operand)) { in ComputeArrayForReshape() local
819 TakeOwnership(constant_array->literal()->Reshape( in ComputeArrayForReshape()