Searched refs:size_2 (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/tests/ |
D | ops.mlir | 9 %size_0 : index , %size_2 : index) { 11 %buf_1 = tf_framework.alloc(%ctx, %size_0, %size_2) : memref<?x10x?xi8> 17 %size_0 : index , %size_2 : index) { 18 %buf = tf_framework.alloc(%ctx, %size_0, %size_2) {
|
D | embed_tf_framework.mlir | 9 func @tf_entry(%size_0 : index , %size_2 : index) -> index 11 %buf = alloc(%size_0, %size_2)[] : memref<?x10x?xf32> 24 func @non_tf_entry(%size_0 : index , %size_2 : index) -> index {
|
D | tf_framework_legalize_to_llvm.mlir | 11 %size_0 : index , %size_2 : index) -> memref<?x10x?xf32> { 12 %buf = tf_framework.alloc(%ctx, %size_0, %size_2) : memref<?x10x?xf32>
|
/external/llvm-project/openmp/libomptarget/test/offloading/ |
D | non_contiguous_update.cpp | 73 int64_t size_2 = 4, type_2 = OMP_TGT_MAPTYPE_NON_CONTIG; in main() local 77 int64_t *sizes_2 = &size_2; in main()
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | types.h | 501 const int size_2 = check_shape_0.FlatSize(); in MatchingElementsSize() local 502 TFLITE_CHECK_EQ(size_1, size_2); in MatchingElementsSize() 510 const int size_2 = check_shape_0.FlatSize(); in MatchingElementsSize() local 512 TFLITE_CHECK_EQ(size_1, size_2); in MatchingElementsSize() 513 TFLITE_CHECK_EQ(size_2, size_3); in MatchingElementsSize()
|
/external/tensorflow/tensorflow/lite/micro/kernels/ceva/ |
D | types.h | 650 const int size_2 = check_shape_0.FlatSize(); 651 TFLITE_CHECK_EQ(size_1, size_2); 659 const int size_2 = check_shape_0.FlatSize(); 661 TFLITE_CHECK_EQ(size_1, size_2); 662 TFLITE_CHECK_EQ(size_2, size_3);
|
/external/deqp/external/openglcts/modules/common/ |
D | glcPixelStorageModesTests.cpp | 165 unsigned int size_1, unsigned int size_2, unsigned int size_3, 169 unsigned int size_1, unsigned int size_2, 340 unsigned int size_1, unsigned int size_2, unsigned int size_3, 351 const T max_2 = (1 << size_2) - 1; in write3Channel() 386 unsigned int size_1, unsigned int size_2, 399 T max_2 = (1 << size_2) - 1; in write4Channel()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.cpp | 1741 template <typename T, unsigned int size_1, unsigned int size_2, unsigned int size_3, unsigned int o… 1753 static const T max_2 = (1 << size_2) - 1; in read3Channel() 1802 template <typename T, unsigned int size_1, unsigned int size_2, unsigned int size_3, unsigned int s… 1814 static const T max_2 = (1 << size_2) - 1; in read4Channel() 1986 template <typename T, unsigned int size_1, unsigned int size_2, unsigned int size_3, unsigned int o… 1997 static const T max_2 = (1 << size_2) - 1; in write3Channel() 2047 template <typename T, unsigned int size_1, unsigned int size_2, unsigned int size_3, unsigned int s… 2058 static const T max_2 = (1 << size_2) - 1; in write4Channel()
|