/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() 187 ITensor *add_output = tensors.get_tensor(TensorType::ACL_DST_0); in run_op() local
|
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/ |
H A D | NEAddMulAdd.cpp | 49 …:configure(ITensor *input1, ITensor *input2, ITensor *bn_mul, ITensor *bn_add, ITensor *add_output, 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/mesa3d/src/compiler/glsl/ |
H A D | builtin_variables.cpp | 459 ir_variable *add_output(int slot, const glsl_type *type, int precision, in add_output() function in __anon6969ef750111::builtin_variable_generator 465 ir_variable *add_output(int slot, const glsl_type *type, const char *name) in add_output() function in __anon6969ef750111::builtin_variable_generator
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/ |
H A D | signature_runner_test.cc | 62 const TfLiteTensor* add_output = add_runner->output_tensor("output_0"); in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/c/ |
H A D | c_api_signature_runner_test.cc | 75 const TfLiteTensor* add_output = in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
H A D | nnapi_delegate_nnapi_failure_handling_test.cc | 95 const int add_output = AddInnerTensor<float>(output); in Init() local
|
H A D | nnapi_delegate_device_selection_test.cc | 408 const int add_output = AddInnerTensor<float>(output); in Init() local
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/ |
H A D | AddMulAddFixture.h | 85 TensorType add_output = create_tensor<TensorType>(shape, data_type, 1, _add_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/pytorch/aten/src/ATen/native/quantized/cudnn/ |
H A D | BinaryOps.cpp | 114 …at::Tensor add_output = at::empty(qa.sizes(), at::device(at::kCUDA).dtype(at::kFloat), memory_form… in add() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A D | specialize_autogradzero.cpp | 348 auto* add_output = add_node->output(); in specializeAutogradOps() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_shader.h | 167 void add_output(const ShaderOutput& output) { m_outputs[output.location()] = output; } in add_output() function
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/ |
H A D | op_hint.py | 405 def add_output(self, *args, **kwargs): member in OpHint
|
/aosp_15_r20/external/pytorch/aten/src/ATen/ |
H A D | TensorIterator.h | 795 TensorIteratorConfig& add_output(const TensorBase& output) { in add_output() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/command/ |
D | easy_install.py | 615 def add_output(self, path): member in easy_install
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/command/ |
D | easy_install.py | 615 def add_output(self, path): member in easy_install
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/command/ |
D | easy_install.py | 615 def add_output(self, path): member in easy_install
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/command/ |
D | easy_install.py | 615 def add_output(self, path): member in easy_install
|
/aosp_15_r20/external/python/setuptools/setuptools/command/ |
D | easy_install.py | 619 def add_output(self, path): member in easy_install
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | hlo_instructions.cc | 1609 HloInstruction* instruction_to_append, bool add_output) { in AppendInstructionIntoCalledComputation() 1621 HloInstruction* instruction_to_append, bool add_output) { in CloneAndAppendInstructionIntoCalledComputation()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_program.c | 785 add_output(struct vc4_compile *c, in add_output() function
|