/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/ |
H A D | CpuAddMulAddKernel.cpp | 72 const ITensorInfo *add_output, const ITensorInfo *final_output, in validate_arguments() 129 ITensorInfo *add_output, ITensorInfo *final_output, in configure() 163 const ITensorInfo *add_output, const ITensorInfo *final_output, in validate() 188 ITensor *final_output = tensors.get_tensor(TensorType::ACL_DST_1); in run_op() local
|
/aosp_15_r20/external/libvpx/vpx_dsp/arm/ |
H A D | fdct4x4_neon.c | 23 void vpx_fdct4x4_neon(const int16_t *input, tran_low_t *final_output, in vpx_fdct4x4_neon() 53 void vpx_highbd_fdct4x4_neon(const int16_t *input, tran_low_t *final_output, in vpx_highbd_fdct4x4_neon()
|
H A D | fdct8x8_neon.c | 22 void vpx_fdct8x8_neon(const int16_t *input, tran_low_t *final_output, in vpx_fdct8x8_neon() 72 void vpx_highbd_fdct8x8_neon(const int16_t *input, tran_low_t *final_output, in vpx_highbd_fdct8x8_neon()
|
/aosp_15_r20/external/libaom/aom_dsp/arm/ |
H A D | fwd_txfm_neon.c | 85 void aom_fdct4x4_neon(const int16_t *input, tran_low_t *final_output, in aom_fdct4x4_neon() 102 void aom_fdct4x4_lp_neon(const int16_t *input, int16_t *final_output, in aom_fdct4x4_lp_neon() 120 void aom_fdct8x8_neon(const int16_t *input, int16_t *final_output, int stride) { in aom_fdct8x8_neon()
|
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/ |
H A D | NEAddMulAdd.cpp | 50 … ITensor *final_output, const ConvertPolicy policy, const ActivationLayerInfo &act_info) in configure() 72 … const ITensorInfo *bn_add, const ITensorInfo *add_output, const ITensorInfo *final_output, in validate()
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/operators/ |
H A D | CpuAddMulAdd.cpp | 39 ITensorInfo *add_output, ITensorInfo *final_output, in configure() 68 const ITensorInfo *add_output, const ITensorInfo *final_output, in validate()
|
/aosp_15_r20/external/libaom/aom_dsp/ |
H A D | fwd_txfm.c | 155 void aom_fdct8x8_c(const int16_t *input, tran_low_t *final_output, int stride) { in aom_fdct8x8_c() 241 void aom_highbd_fdct8x8_c(const int16_t *input, tran_low_t *final_output, in aom_highbd_fdct8x8_c()
|
/aosp_15_r20/external/AFLplusplus/utils/dynamic_covfilter/ |
H A D | make_symbol_list.py | 66 final_output = [ variable
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/ |
H A D | AddMulAddFixture.h | 86 … TensorType final_output = create_tensor<TensorType>(shape, data_type, 1, _final_output_qinfo); in compute_target() local
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/addmuladd/generic/neon/ |
H A D | fp32.cpp | 644 …ITensor *add_output, ITensor *final_output, ConvertPolicy policy, const ActivationLayerInfo &act_i… in add_mul_add_fp32_neon()
|
H A D | fp16.cpp | 869 …ITensor *add_output, ITensor *final_output, ConvertPolicy policy, const ActivationLayerInfo &act_i… in add_mul_add_fp16_neon()
|
H A D | qasymm8.cpp | 723 …ITensor *add_output, ITensor *final_output, ConvertPolicy policy, const ActivationLayerInfo &act_i… in add_mul_add_u8_neon()
|
H A D | qasymm8_signed.cpp | 723 …ITensor *add_output, ITensor *final_output, ConvertPolicy policy, const ActivationLayerInfo &act_i… in add_mul_add_s8_neon()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/ |
H A D | quantization_ops.cc | 217 ITensorProxyPtr final_output = (*qdq)->getOutput(0); in ConvertExplicit() local
|
/aosp_15_r20/external/executorch/examples/qualcomm/oss_scripts/llama2/runner/ |
H A D | runner.cpp | 358 std::string final_output; in generate() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | Reduce.cuh | 307 bool final_output; member 369 bool final_output; member
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ |
H A D | arithmetic_optimizer_test.cc | 3141 Output final_output = ops::Log(s.WithOpName("final_output"), softmax); in TEST_F() local
|