Home
last modified time | relevance | path

Searched defs:c_offset (Results 1 – 25 of 152) sorted by relevance

1234567

/aosp_15_r20/cts/tests/tests/rsblas/src/android/renderscript/cts/
H A DBNNMTest.java130 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 DGoogLeNet.java221 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 DBNNMTest.java43 private int c_offset; field in BNNMTest
/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_fft.cpp39 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 Deight_bit_int_gemm.cc72 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 Dtest.cc40 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 DrsCpuIntrinsicBLAS.cpp44 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 Dtest_data.cpp28 const int c_offset = 74980; variable
/aosp_15_r20/external/rust/android-crates-io/crates/bytemuck/tests/
Doffset_of_tests.rs34 let c_offset = offset_of!(Default::default(), Foo, c); in test_offset_of_foo() localVariable
Ddoc_tests.rs98 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 Doffset_of_tests.rs34 let c_offset = offset_of!(Default::default(), Foo, c); in test_offset_of_foo() localVariable
H A Ddoc_tests.rs98 let c_offset = offset_of!(Default::default(), Foo, c); in test_offsetof_nonpod() localVariable
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/
H A Dnak_nir_lower_vtg_io.c208 nir_def *c_offset = offset; in lower_vtg_io_intrin() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DNormalization.cuh971 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 DSoftwareRenderer.cpp39 int32_t c_offset = (cropTop / 2) * ycbcr.cstride + cropLeft / 2; in initDstYUV() local
/aosp_15_r20/external/pdfium/core/fxge/dib/
H A Dcfx_imagetransformer.cpp33 int c_offset) { in BilinearInterpolate()
/aosp_15_r20/external/skia/modules/skottie/src/effects/
H A DDisplacementMapEffect.cpp154 c_scale, c_offset; // coverage as a function of alpha member
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/assembly/
H A Darm_gemm.hpp176 int32_t c_offset = 0; member
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/rnn/
H A Dlstm_ops_gpu.cu.cc159 const int c_offset = gate_c_offset(gate_layout, cell_size); in lstm_gates() local
/aosp_15_r20/external/libavc/decoder/
H A Dih264d_process_pslice.c821 WORD16 c_weight, c_offset; in ih264d_parse_pred_weight_table() local
/aosp_15_r20/external/libaom/av1/common/
H A Dreconintra.c884 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 Ddb_sqlite_table.cc183 uint32_t c_offset = 0; in ReadIdxStrAndUpdateCursor() local
/aosp_15_r20/external/mesa3d/src/intel/perf/
H A Dintel_perf.h249 int c_offset; member
/aosp_15_r20/frameworks/rs/
H A DrsDefines.h471 int32_t c_offset; member
/aosp_15_r20/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp163 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()

1234567