Home
last modified time | relevance | path

Searched refs:struct_3 (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/test/CodeGen/
Dms_struct-bitfield-2.c48 typedef struct _struct_3 struct_3; typedef
117 struct_3 test_struct_3 = { 64616999, 1 };
129 static int a3[(sizeof (struct_3) == size_struct_3) -1];
/external/clang/test/CodeGen/
Dms_struct-bitfield-2.c48 typedef struct _struct_3 struct_3; typedef
117 struct_3 test_struct_3 = { 64616999, 1 };
129 static int a3[(sizeof (struct_3) == size_struct_3) -1];
/external/tensorflow/tensorflow/python/ops/structured/
Dstructured_tensor_test.py545 struct_3 = struct_2.partition_outer_dimension(
547 self.assertEqual(3, struct_3.rank)
969 struct_3 = struct_2.partition_outer_dimension(
971 self.assertLen(struct_3.row_partitions, 2)
972 merged = struct_3.merge_dims(0, 1)