/external/llvm-project/mlir/test/Dialect/Shape/ |
D | ops.mlir | 8 %init = shape.const_size 1 141 func @const_size() { 142 // CHECK: %c1 = shape.const_size 1 143 // CHECK: %c2 = shape.const_size 2 144 // CHECK: %c2_0 = shape.const_size 2 145 %0 = shape.const_size 1 146 %1 = shape.const_size 2 147 %2 = shape.const_size 2 188 %c0 = shape.const_size 0 201 %c0 = shape.const_size 0
|
D | canonicalize.mlir | 185 %cs = shape.const_size 123 198 // CHECK: shape.const_size 123 246 // CHECK: %[[NUM:.*]] = shape.const_size 120 302 // CHECK: shape.const_size 2 304 %c2 = shape.const_size 2 317 %c3 = shape.const_size 3 328 %c3 = shape.const_size 3 597 // CHECK: %[[RESULT:.*]] = shape.const_size 5 657 // CHECK: %[[RESULT:.*]] = shape.const_size 3 807 // CHECK: %[[RESULT:.*]] = shape.const_size 6 [all …]
|
D | shape-to-shape.mlir | 9 // CHECK: [[C1:%.*]] = shape.const_size 1
|
D | invalid.mlir | 109 %c0 = shape.const_size 0
|
/external/llvm-project/flang/test/Semantics/ |
D | io03.f90 | 15 integer, parameter :: junit = 11, const_size = 13, const_int = 15 variable 71 read(11, pos=ipos, size=const_size, end=9)
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | resize_nearest_neighbor_test.cc | 43 bool const_size = (test_type == TestType::kConst); in ResizeNearestNeighborOpModel() local 46 if (const_size) { in ResizeNearestNeighborOpModel() 58 if (const_size) { in ResizeNearestNeighborOpModel()
|
D | resize_bilinear_test.cc | 42 bool const_size = (test_type == TestType::kConst); in ResizeBilinearOpModel() local 45 if (const_size) { in ResizeBilinearOpModel() 56 if (const_size) { in ResizeBilinearOpModel()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_vs_exec.c | 93 const unsigned const_size[PIPE_MAX_CONSTANT_BUFFERS], in vs_exec_run_linear() 107 constants, const_size); in vs_exec_run_linear()
|
D | draw_vs.h | 140 const unsigned const_size[PIPE_MAX_CONSTANT_BUFFERS],
|
D | draw_pt_fetch_shade_pipeline.c | 207 unsigned const_size[PIPE_MAX_CONSTANT_BUFFERS], in draw_vertex_shader_run() 223 const_size, in draw_vertex_shader_run()
|
/external/llvm-project/pstl/test/std/algorithms/alg.nonmodifying/ |
D | adjacent_find.pass.cpp | 44 for (size_t c = 0; c < const_size(counts); ++c) in test_adjacent_find_by_type()
|
/external/llvm-project/mlir/test/Conversion/ShapeToStandard/ |
D | shape-to-standard.mlir | 143 // Lower 'const_size` to `std.constant` 144 // CHECK-LABEL: @const_size 145 func @const_size() -> index { 147 %size = shape.const_size 42
|
/external/webrtc/third_party/abseil-cpp/absl/strings/ |
D | string_view_test.cc | 1056 constexpr absl::string_view::size_type const_size = cstr_len.size(); in TEST() local 1058 static_assert(const_begin + const_size == const_end, in TEST() 1065 EXPECT_EQ(const_begin + const_size, const_end); in TEST()
|
/external/abseil-cpp/absl/strings/ |
D | string_view_test.cc | 1056 constexpr absl::string_view::size_type const_size = cstr_len.size(); in TEST() local 1058 static_assert(const_begin + const_size == const_end, in TEST() 1065 EXPECT_EQ(const_begin + const_size, const_end); in TEST()
|
/external/libtextclassifier/abseil-cpp/absl/strings/ |
D | string_view_test.cc | 1057 constexpr absl::string_view::size_type const_size = cstr_len.size(); in TEST() local 1059 static_assert(const_begin + const_size == const_end, in TEST() 1066 EXPECT_EQ(const_begin + const_size, const_end); in TEST()
|
/external/openscreen/third_party/abseil/src/absl/strings/ |
D | string_view_test.cc | 1057 constexpr absl::string_view::size_type const_size = cstr_len.size(); in TEST() local 1059 static_assert(const_begin + const_size == const_end, in TEST() 1066 EXPECT_EQ(const_begin + const_size, const_end); in TEST()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/ |
D | string_view_test.cc | 1057 constexpr absl::string_view::size_type const_size = cstr_len.size(); in TEST() local 1059 static_assert(const_begin + const_size == const_end, in TEST() 1066 EXPECT_EQ(const_begin + const_size, const_end); in TEST()
|
/external/angle/third_party/abseil-cpp/absl/strings/ |
D | string_view_test.cc | 1084 constexpr absl::string_view::size_type const_size = cstr_len.size(); in TEST() local 1086 static_assert(const_begin + const_size == const_end, in TEST() 1093 EXPECT_EQ(const_begin + const_size, const_end); in TEST()
|
/external/llvm-project/mlir/include/mlir/Dialect/Shape/IR/ |
D | ShapeOps.td | 111 def Shape_ConstSizeOp : Shape_Op<"const_size", [ 121 %x = shape.const_size 10
|
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | nnapi_delegate_test.cc | 2265 bool const_size = size_data.size() != 0; in ResizeBilinearOpModel() local 2267 if (const_size) { in ResizeBilinearOpModel() 2276 if (const_size) { in ResizeBilinearOpModel()
|
/external/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 5814 nir_const_value *const_size = in spirv_to_nir() local 5817 b->shader->info.cs.local_size[0] = const_size[0].u32; in spirv_to_nir() 5818 b->shader->info.cs.local_size[1] = const_size[1].u32; in spirv_to_nir() 5819 b->shader->info.cs.local_size[2] = const_size[2].u32; in spirv_to_nir()
|
/external/llvm-project/pstl/test/support/ |
D | utils.h | 33 const_size(const T (&)[N]) noexcept in const_size() function
|