Home
last modified time | relevance | path

Searched defs:offset_output (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DGEMMReshapeLHSMatrix.cpp90 …const unsigned int offset_output = (x * lhs_info.k0 * lhs_info.m0 * lhs_info.v0) + ((y % lhs_info.… in gemm_reshape_lhs_matrix() local
H A DGEMMReshapeRHSMatrix.cpp92 …const unsigned int offset_output = (y * rhs_info.k0 * rhs_info.n0 * rhs_info.h0) + ((x % rhs_info.… in gemm_reshape_rhs_matrix() local
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/
H A Dgemm_hybrid_indirect.hpp93 IndirectOutputArg<Tr> offset_output = output_arg; in run() local
139 IndirectOutputArg<Tr> offset_output = output_arg; in run() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dquantized_conv_ops.cc532 const int32_t offset_output = 0; in Compute() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_dnn.cc6212 int64_t offset_output = processed_batches * elements_per_batch_output * in GetTensorSplits() local