Home
last modified time | relevance | path

Searched refs:int_values (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Ddeduction.cpp40 template<int...> struct int_values { struct
45 struct int_values<C1, 12, C3> { struct
49 int check1[int_values<256, 12, 3>::value == 0? 1 : -1];
50 int check2[int_values<3, 12, 3>::value == 1? 1 : -1];
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/
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
/external/libtextclassifier/native/annotator/grammar/dates/annotations/
Dannotation-util.cc50 if (annotation_data.properties.at(index).int_values.size() != 1) { in GetIntProperty()
51 TC3_DCHECK_EQ(annotation_data.properties[index].int_values.size(), 1); in GetIntProperty()
55 return annotation_data.properties.at(index).int_values.at(0); in GetIntProperty()
79 property.int_values.push_back(*first); in AddRepeatedIntProperty()
Dannotation.h42 std::vector<int64> int_values; member
/external/tensorflow/tensorflow/compiler/tf2xla/
Dliteral_util_test.cc59 std::vector<int_type> int_values = {10, 11}; in TYPED_TEST() local
61 xla::LiteralUtil::CreateR1(absl::Span<const int_type>(int_values)); in TYPED_TEST()
66 test::AsTensor<int_type>(int_values)); in TYPED_TEST()
/external/perfetto/src/trace_processor/
Dexport_json.cc1196 const auto& int_values = trace_metadata.int_value(); in ExportMetadata() local
1223 *int_values[pos]); in ExportMetadata()
1227 writer_.AppendTelemetryMetadataBool("hadFailures", *int_values[pos]); in ExportMetadata()
1242 *int_values[pos]); in ExportMetadata()
1246 writer_.SetTelemetryMetadataTimestamp("traceStart", *int_values[pos]); in ExportMetadata()
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dlower_static_tensor_list.cc372 auto int_values = dense_elem_attr.getIntValues(); in matchAndRewrite() local
373 for (auto it = int_values.begin(); it != int_values.end(); ++it) { in matchAndRewrite()
375 if (it == int_values.begin() && dim_value == -1) { in matchAndRewrite()