/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/ |
H A D | test_llvm.cpp | 347 std::vector<int32_t> b_buffer = {-11}; in TEST() local 362 std::vector<int32_t> b_buffer = {-11}; in TEST() local 491 std::vector<int32_t> b_buffer = {2, 2, 2, 2}; in TEST() local 634 std::vector<int32_t> b_buffer(N, 0); in TEST() local 653 std::vector<int32_t> b_buffer(N, 11); in TEST() local 673 std::vector<int32_t> b_buffer(N, 1); in TEST() local 698 std::vector<float> b_buffer(N, 1); in TEST() local 722 std::vector<float> b_buffer(N, 2.0f); in TEST() local 748 std::vector<float> b_buffer(N, 42.0f); in TEST() local 775 std::vector<int> b_buffer(N, 1); in TEST() local [all …]
|
H A D | test_aten.cpp | 948 std::vector<int> b_buffer(N, 1); in TEST() local 973 std::vector<int> b_buffer(N, 5); in TEST() local 998 std::vector<int> b_buffer(N, 3); in TEST() local 1023 std::vector<int> b_buffer(N, 5); in TEST() local 1048 std::vector<int> b_buffer(N, 5); in TEST() local
|
H A D | test_expr.cpp | 335 std::vector<int> b_buffer(N, 1); in TEST() local 373 std::vector<int> b_buffer(N, 1); in TEST() local 410 std::vector<double> b_buffer(N, 0.0); in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | matmul_utils.cc | 688 se::DeviceMemoryBase b_buffer, in DoMatmul() 719 se::DeviceMemoryBase b_buffer, se::DeviceMemoryBase c_buffer, in ExecuteOnStream()
|
H A D | cublas_lt_matmul_thunk.cc | 32 BufferAllocation::Slice a_buffer, BufferAllocation::Slice b_buffer, in CublasLtMatmulThunk()
|
H A D | triangular_solve_thunk.cc | 38 const BufferAllocation::Slice& b_buffer, in TriangularSolveThunk()
|
/aosp_15_r20/external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/ |
H A D | JmhAlpnBenchmark.java | 43 public BufferType b_buffer; field in JmhAlpnBenchmark
|
H A D | JmhEngineWrapBenchmark.java | 60 public BufferType b_buffer; field in JmhEngineWrapBenchmark
|
H A D | JmhEngineHandshakeBenchmark.java | 64 public BufferType b_buffer; field in JmhEngineHandshakeBenchmark
|
/aosp_15_r20/external/conscrypt/benchmark-android/src/main/java/org/conscrypt/ |
H A D | CaliperAlpnBenchmark.java | 36 public BufferType b_buffer; field in CaliperAlpnBenchmark
|
H A D | CaliperEngineWrapBenchmark.java | 53 public BufferType b_buffer; field in CaliperEngineWrapBenchmark
|
H A D | CaliperEngineHandshakeBenchmark.java | 51 public BufferType b_buffer; field in CaliperEngineHandshakeBenchmark
|
/aosp_15_r20/external/conscrypt/repackaged/benchmark-android/src/main/java/com/android/org/conscrypt/ |
H A D | CaliperAlpnBenchmark.java | 38 public BufferType b_buffer; field in CaliperAlpnBenchmark
|
H A D | CaliperEngineWrapBenchmark.java | 55 public BufferType b_buffer; field in CaliperEngineWrapBenchmark
|
H A D | CaliperEngineHandshakeBenchmark.java | 53 public BufferType b_buffer; field in CaliperEngineHandshakeBenchmark
|
/aosp_15_r20/external/executorch/kernels/optimized/vec/ |
H A D | vec_base.h | 533 int_vector b_buffer = _mm256_load_si256(reinterpret_cast<const int_vector*>((const T*)b)); in bitwise_binary_op() local 536 int_vector b_buffer = _mm512_load_si512(reinterpret_cast<const int_vector*>((const T*)b)); in bitwise_binary_op() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/ |
H A D | vec_base.h | 775 int_vector b_buffer = _mm256_load_si256(reinterpret_cast<const int_vector*>((const T*)b)); in bitwise_binary_op() local 778 int_vector b_buffer = _mm512_load_si512(reinterpret_cast<const int_vector*>((const T*)b)); in bitwise_binary_op() local
|
/aosp_15_r20/external/squashfs-tools/squashfs-tools/ |
H A D | mksquashfs.c | 3033 static char *b_buffer = NULL; in getbase() local
|