Home
last modified time | relevance | path

Searched defs:int_values (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.class.spec/
H A Dp9.cpp18 template<int, int, int> struct int_values { struct
23 struct int_values<C1, 12, C3> { argument
27 int check2[int_values<256, 12, 3>::value == 0? 1 : -1]; argument
/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Ddeduction.cpp40 template<int...> struct int_values { struct
41 static const unsigned value = 0;
45 struct int_values<C1, 12, C3> { struct
46 static const unsigned value = 1;
/aosp_15_r20/external/perfetto/protos/perfetto/trace_processor/
H A Dmetrics_impl.proto38 repeated sfixed64 int_values = 1 [packed = true]; field
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dliteral_util_test.cc59 std::vector<int_type> int_values = {10, 11}; in TYPED_TEST() local
/aosp_15_r20/external/googleapis/google/cloud/integrations/v1alpha/
H A Dvalue_type.proto66 repeated int64 int_values = 1; field
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/cc/
H A Dsmall_constant_optimization.cc43 void AppendIntValues(const int num_of_elements, const int* int_values, in AppendIntValues()
/aosp_15_r20/external/libchrome/ui/gfx/geometry/
H A Dvector2d_unittest.cc155 int int_values[][2] = { in TEST() local
/aosp_15_r20/external/federated-compute/fcp/client/engine/
H A Dexample_query_plan_engine_test.cc212 ExampleQueryResult::VectorData::Values int_values; in Initialize() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Doptimize.cc532 const auto int_values = dense_int_attr.getValues<APInt>(); in ConvertSingleElementAttrToFloatAttr() local
H A Dlower_static_tensor_list.cc558 auto int_values = dense_elem_attr.getValues<APInt>(); in matchAndRewrite() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
H A Dserialization_base_generated.h1418 const flatbuffers::Vector<flatbuffers::Offset<tflite::gpu::data::IntValue>> *int_values() const { in int_values() function