Searched defs:int_values (Results 1 – 9 of 9) sorted by relevance
| /external/clang/test/CXX/temp/temp.decls/temp.class.spec/ |
| D | p9.cpp | 18 template<int, int, int> struct int_values { struct 23 struct int_values<C1, 12, C3> { struct 27 int check2[int_values<256, 12, 3>::value == 0? 1 : -1]; argument
|
| /external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
| 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;
|
| /external/tensorflow/tensorflow/compiler/tf2xla/ |
| D | literal_util_test.cc | 59 std::vector<int_type> int_values = {10, 11}; in TYPED_TEST() local
|
| /external/tensorflow/tensorflow/dtensor/cc/ |
| D | small_constant_optimization.cc | 43 void AppendIntValues(const int num_of_elements, const int* int_values, in AppendIntValues()
|
| /external/libchrome/ui/gfx/geometry/ |
| D | vector2d_unittest.cc | 155 int int_values[][2] = { in TEST() local
|
| /external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
| D | optimize.cc | 532 const auto int_values = dense_int_attr.getValues<APInt>(); in ConvertSingleElementAttrToFloatAttr() local
|
| D | lower_static_tensor_list.cc | 558 auto int_values = dense_elem_attr.getValues<APInt>(); in matchAndRewrite() local
|
| /external/perfetto/src/trace_processor/ |
| D | export_json.cc | 1469 const auto& int_values = trace_metadata.int_value(); in ExportMetadata() local
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/common/task/ |
| D | serialization_base_generated.h | 1418 const flatbuffers::Vector<flatbuffers::Offset<tflite::gpu::data::IntValue>> *int_values() const { in int_values() function
|