Searched defs:final_output (Results 1 – 14 of 14) sorted by relevance
| /external/ComputeLibrary/src/cpu/kernels/ |
| 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
|
| /external/libvpx/vpx_dsp/arm/ |
| 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()
|
| 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()
|
| /external/ComputeLibrary/src/runtime/NEON/functions/ |
| 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()
|
| /external/ComputeLibrary/src/cpu/operators/ |
| D | CpuAddMulAdd.cpp | 39 ITensorInfo *add_output, ITensorInfo *final_output, in configure() 68 const ITensorInfo *add_output, const ITensorInfo *final_output, in validate()
|
| /external/libaom/aom_dsp/ |
| D | fwd_txfm.c | 140 void aom_fdct8x8_c(const int16_t *input, tran_low_t *final_output, int stride) { in aom_fdct8x8_c() 225 void aom_highbd_fdct8x8_c(const int16_t *input, tran_low_t *final_output, in aom_highbd_fdct8x8_c()
|
| /external/libaom/aom_dsp/arm/ |
| D | fwd_txfm_neon.c | 79 void aom_fdct4x4_neon(const int16_t *input, tran_low_t *final_output, in aom_fdct4x4_neon() 96 void aom_fdct4x4_lp_neon(const int16_t *input, int16_t *final_output, in aom_fdct4x4_lp_neon() 113 void aom_fdct8x8_neon(const int16_t *input, int16_t *final_output, int stride) { in aom_fdct8x8_neon()
|
| /external/ComputeLibrary/tests/validation/fixtures/ |
| D | AddMulAddFixture.h | 86 … TensorType final_output = create_tensor<TensorType>(shape, data_type, 1, _final_output_qinfo); in compute_target() local
|
| /external/ComputeLibrary/src/cpu/kernels/addmuladd/generic/neon/ |
| D | fp16.cpp | 869 …ITensor *add_output, ITensor *final_output, ConvertPolicy policy, const ActivationLayerInfo &act_i… in add_mul_add_fp16_neon()
|
| D | fp32.cpp | 644 …ITensor *add_output, ITensor *final_output, ConvertPolicy policy, const ActivationLayerInfo &act_i… in add_mul_add_fp32_neon()
|
| D | qasymm8_signed.cpp | 723 …ITensor *add_output, ITensor *final_output, ConvertPolicy policy, const ActivationLayerInfo &act_i… in add_mul_add_s8_neon()
|
| D | qasymm8.cpp | 723 …ITensor *add_output, ITensor *final_output, ConvertPolicy policy, const ActivationLayerInfo &act_i… in add_mul_add_u8_neon()
|
| /external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/ |
| D | quantization_ops.cc | 217 ITensorProxyPtr final_output = (*qdq)->getOutput(0); in ConvertExplicit() local
|
| /external/tensorflow/tensorflow/core/grappler/optimizers/ |
| D | arithmetic_optimizer_test.cc | 3141 Output final_output = ops::Log(s.WithOpName("final_output"), softmax); in TEST_F() local
|