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 D | p9.cpp | 18 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 D | deduction.cpp | 40 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 D | metrics_impl.proto | 38 repeated sfixed64 int_values = 1 [packed = true]; field
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/ |
H A D | literal_util_test.cc | 59 std::vector<int_type> int_values = {10, 11}; in TYPED_TEST() local
|
/aosp_15_r20/external/googleapis/google/cloud/integrations/v1alpha/ |
H A D | value_type.proto | 66 repeated int64 int_values = 1; field
|
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/cc/ |
H A D | small_constant_optimization.cc | 43 void AppendIntValues(const int num_of_elements, const int* int_values, in AppendIntValues()
|
/aosp_15_r20/external/libchrome/ui/gfx/geometry/ |
H A D | vector2d_unittest.cc | 155 int int_values[][2] = { in TEST() local
|
/aosp_15_r20/external/federated-compute/fcp/client/engine/ |
H A D | example_query_plan_engine_test.cc | 212 ExampleQueryResult::VectorData::Values int_values; in Initialize() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
H A D | optimize.cc | 532 const auto int_values = dense_int_attr.getValues<APInt>(); in ConvertSingleElementAttrToFloatAttr() local
|
H A D | lower_static_tensor_list.cc | 558 auto int_values = dense_elem_attr.getValues<APInt>(); in matchAndRewrite() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/ |
H A D | serialization_base_generated.h | 1418 const flatbuffers::Vector<flatbuffers::Offset<tflite::gpu::data::IntValue>> *int_values() const { in int_values() function
|