/aosp_15_r20/cts/tests/tests/rsblas/src/android/renderscript/cts/ |
H A D | BNNMTest.java | 130 int b_offset, int c_offset, int c_mult_int) { in runBNNM() 196 final int c_offset = 128; in testSmallMatrices() local 238 final int c_offset = 16384; in testMediumMatrices1() local 286 final int c_offset = 2121; in testMediumMatrices2() local 323 int c_offset = 74980; in testRealData() local 383 final int c_offset = 128; in testClamping() local 437 final int c_offset = 128; in testExceptionHandling() local
|
/aosp_15_r20/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/ |
H A D | GoogLeNet.java | 221 int c_offset = 1; in runTest() local 225 … mBLAS.BNNM(matA.get(i), a_offset, matB.get(i), b_offset, matC.get(i), c_offset, c_mult_int); in runTest() local
|
H A D | BNNMTest.java | 43 private int c_offset; field in BNNMTest
|
/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | cxx11_tensor_fft.cpp | 39 std::complex<float> c_offset = std::complex<float>(1.0, 1.0); in test_fft_2D_golden() local 161 std::complex<float> c_offset(1.0, 1.0); in test_fft_real_input_golden() local
|
/aosp_15_r20/external/gemmlowp/eight_bit_int_gemm/ |
H A D | eight_bit_int_gemm.cc | 72 std::uint8_t* c, std::int32_t c_offset, in EightBitIntGemmImpl() 305 std::int32_t c_offset, std::int32_t c_mult_int, in EightBitIntGemm() 342 std::int32_t ldb, float* c, float c_offset, in EightBitIntGemm()
|
/aosp_15_r20/external/gemmlowp/test/ |
H A D | test.cc | 40 std::int32_t c_offset, std::int32_t c_mult_int, in ReferenceEightBitIntGemm() 767 int c_offset[] = {97155, 97346}; in TestWithSmallDataPerChannelQuantization() local 957 int c_offset[] = { in TestWithLargeDataPerChannelQuantization() local 1068 std::vector<std::int32_t> c_offset(m, 0); in TestMultithreadedPerChannelQuantization() local 1148 const int c_offset = 0; in TestWithSmallData() local
|
/aosp_15_r20/frameworks/rs/cpu_ref/ |
H A D | rsCpuIntrinsicBLAS.cpp | 44 uint8_t c_offset = 0; member in android::renderscript::RsdCpuScriptIntrinsicBLAS 836 uint8_t* c, int32_t c_offset, size_t ldc, in kernelBNNM()
|
/aosp_15_r20/cts/tests/tests/rsblas/libbnnmdata/ |
H A D | test_data.cpp | 28 const int c_offset = 74980; variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/bytemuck/tests/ |
D | offset_of_tests.rs | 34 let c_offset = offset_of!(Default::default(), Foo, c); in test_offset_of_foo() localVariable
|
D | doc_tests.rs | 98 let c_offset = offset_of!(Default::default(), Foo, c); in test_offsetof_nonpod() localVariable
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytemuck-1.15.0/tests/ |
H A D | offset_of_tests.rs | 34 let c_offset = offset_of!(Default::default(), Foo, c); in test_offset_of_foo() localVariable
|
H A D | doc_tests.rs | 98 let c_offset = offset_of!(Default::default(), Foo, c); in test_offsetof_nonpod() localVariable
|
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/ |
H A D | nak_nir_lower_vtg_io.c | 208 nir_def *c_offset = offset; in lower_vtg_io_intrin() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | Normalization.cuh | 971 int c_offset = blockIdx.x * blockDim.x + threadIdx.x; in batch_norm_collect_statistics_channels_last_kernel() local 1105 int c_offset = blockIdx.x * blockDim.x + threadIdx.x; in batch_norm_transform_input_channels_last_kernel() local 1197 int c_offset = blockIdx.x * blockDim.x + threadIdx.x; in batch_norm_backward_reduce_channels_last_kernel() local 1342 int c_offset = blockIdx.x * blockDim.x + threadIdx.x; in batch_norm_backward_elemt_channels_last_kernel_impl() local
|
/aosp_15_r20/frameworks/av/media/libstagefright/colorconversion/ |
H A D | SoftwareRenderer.cpp | 39 int32_t c_offset = (cropTop / 2) * ycbcr.cstride + cropLeft / 2; in initDstYUV() local
|
/aosp_15_r20/external/pdfium/core/fxge/dib/ |
H A D | cfx_imagetransformer.cpp | 33 int c_offset) { in BilinearInterpolate()
|
/aosp_15_r20/external/skia/modules/skottie/src/effects/ |
H A D | DisplacementMapEffect.cpp | 154 c_scale, c_offset; // coverage as a function of alpha member
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/assembly/ |
H A D | arm_gemm.hpp | 176 int32_t c_offset = 0; member
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/rnn/ |
H A D | lstm_ops_gpu.cu.cc | 159 const int c_offset = gate_c_offset(gate_layout, cell_size); in lstm_gates() local
|
/aosp_15_r20/external/libavc/decoder/ |
H A D | ih264d_process_pslice.c | 821 WORD16 c_weight, c_offset; in ih264d_parse_pred_weight_table() local
|
/aosp_15_r20/external/libaom/av1/common/ |
H A D | reconintra.c | 884 int c_offset = k & 0x03; in av1_filter_intra_predictor_c() local 934 int c_offset = k & 0x03; in highbd_filter_intra_predictor() local
|
/aosp_15_r20/external/perfetto/src/trace_processor/sqlite/ |
H A D | db_sqlite_table.cc | 183 uint32_t c_offset = 0; in ReadIdxStrAndUpdateCursor() local
|
/aosp_15_r20/external/mesa3d/src/intel/perf/ |
H A D | intel_perf.h | 249 int c_offset; member
|
/aosp_15_r20/frameworks/rs/ |
H A D | rsDefines.h | 471 int32_t c_offset; member
|
/aosp_15_r20/frameworks/rs/cpp/ |
H A D | ScriptIntrinsicBLAS.cpp | 163 RsAllocation C, int c_offset, int c_mult_int) { in nScriptIntrinsicBLAS_BNNM() 1840 const sp<Allocation>& C, int c_offset, int c_mult) { in BNNM()
|