/aosp_15_r20/external/libaom/aom_dsp/arm/ |
H A D | fwd_txfm_neon.c | 22 int16x4_t *input_0, int16x4_t *input_1, in aom_fdct4x4_helper() 88 int16x4_t input_0, input_1, input_2, input_3; in aom_fdct4x4_neon() local 105 int16x4_t input_0, input_1, input_2, input_3; in aom_fdct4x4_lp_neon() local 123 int16x8_t input_1 = vshlq_n_s16(vld1q_s16(&input[1 * stride]), 2); in aom_fdct8x8_neon() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/ |
H A D | segment_test.cc | 441 auto input_1 = in TEST_F() local 470 auto input_1 = in TEST_F() local 506 auto input_1 = in TEST_F() local 538 auto input_1 = in TEST_F() local 567 auto input_1 = in TEST_F() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/ |
H A D | modify_model_interface_test.cc | 373 auto input_1 = model->subgraphs[0]->tensors[fc_op->inputs[0]].get(); in TEST_P() local 501 auto input_1 = model->subgraphs[0]->tensors[input_quant_1->inputs[0]].get(); in TEST() local 555 auto input_1 = model->subgraphs[0]->tensors[fc_op->inputs[0]].get(); in TEST() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/ |
D | QuantUtils.cpp | 99 void CwiseMul(const int16_t* input_1, const int16_t* input_2, int n_batch, int n_input, int shift, in CwiseMul() 112 void CwiseMul(const int16_t* input_1, const int16_t* input_2, int32_t multiplier, int32_t shift, in CwiseMul() 138 void CwiseAdd(const int16_t* input_1, const int16_t* input_2, int n_batch, int n_input, in CwiseAdd()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
H A D | neon_tensor_utils.h | 196 void CwiseMul(const int16_t* input_1, const int16_t* input_2, int n_batch, in CwiseMul() 201 void CwiseMul(const int16_t* input_1, const int16_t* input_2, in CwiseMul() 208 void CwiseAdd(const int16_t* input_1, const int16_t* input_2, int n_batch, in CwiseAdd()
|
H A D | sse_tensor_utils.h | 209 void CwiseMul(const int16_t* input_1, const int16_t* input_2, int n_batch, in CwiseMul() 214 void CwiseMul(const int16_t* input_1, const int16_t* input_2, in CwiseMul() 221 void CwiseAdd(const int16_t* input_1, const int16_t* input_2, int n_batch, in CwiseAdd()
|
H A D | neon_tensor_utils.cc | 1745 void NeonCwiseMul(const int16_t* input_1, const int16_t* input_2, int n_batch, in NeonCwiseMul() 1781 void NeonCwiseMul(const int16_t* input_1, const int16_t* input_2, in NeonCwiseMul() 1833 void NeonCwiseAdd(const int16_t* input_1, const int16_t* input_2, int n_batch, in NeonCwiseAdd()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
H A D | portable_tensor_utils.h | 228 void CwiseMul(const int16_t* input_1, const int16_t* input_2, int n_batch, in CwiseMul() 233 void CwiseMul(const int16_t* input_1, const int16_t* input_2, in CwiseMul() 240 void CwiseAdd(const int16_t* input_1, const int16_t* input_2, int n_batch, in CwiseAdd()
|
H A D | portable_tensor_utils.cc | 642 void PortableCwiseMul(const int16_t* input_1, const int16_t* input_2, in PortableCwiseMul() 656 void PortableCwiseMul(const int16_t* input_1, const int16_t* input_2, in PortableCwiseMul() 675 void PortableCwiseAdd(const int16_t* input_1, const int16_t* input_2, in PortableCwiseAdd()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | restore_op_test.cc | 104 Tensor input_1 = MakeInput<tstring>( in TEST_F() local 408 Tensor input_1(DT_STRING, TensorShape({})); in TEST_F() local
|
H A D | cwise_ops_common.h | 95 const Tensor& input_1 = ctx->input(1); in Compute() local
|
H A D | restore_v2_op_test.cc | 115 Tensor input_1 = MakeInput<tstring>( in RunTest() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/coreml/builders/ |
H A D | mul_op_builder.cc | 80 const auto* input_1 = &context->tensors[inputs->data[1]]; in RegisterInputs() local
|
H A D | add_op_builder.cc | 74 const auto* input_1 = &context->tensors[inputs->data[1]]; in RegisterInputs() local
|
H A D | util.cc | 40 bool IsBroadcastable(const TfLiteTensor* input_0, const TfLiteTensor* input_1) { in IsBroadcastable()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/ |
H A D | toco_convert_test.cc | 139 toco::InputArray* input_1 = model_flags.add_input_arrays(); in TEST() local
|
/aosp_15_r20/external/cronet/components/nacl/loader/ |
H A D | nacl_ipc_adapter_unittest.cc | 184 IPC::Message input_1(routing_id_1, type_1, IPC::Message::PRIORITY_NORMAL); in TEST_F() local
|
/aosp_15_r20/external/libgav1/src/dsp/arm/ |
H A D | loop_filter_neon.cc | 951 uint8x16_t input_1 = vqtbl1q_u8(x1, index_qp7toqp0); in Vertical14_NEON() local 969 const uint8x16_t input_1 = vcombine_u8(x1_qp3qp0, x1_qp7qp4); in Vertical14_NEON() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | sub.cc | 93 const TfLiteTensor* input_1, in PrepareGeneralSubOp()
|
/aosp_15_r20/external/libvpx/vp9/encoder/arm/neon/ |
H A D | vp9_dct_neon.c | 34 int16x4_t input_1 = vshl_n_s16(vld1_s16(input + 1 * stride), 4); in load_buffer_4x4() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/vc/ |
D | devices_test.cc | 546 VolumeAudioInput* input_1 = device->audio_inputs.FindById(0); in TEST_F() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ |
H A D | generic_layout_optimizer_transposer_test.cc | 2776 Output input_1 = ops::RandomUniform(scope.WithOpName("input_1"), in TEST_F() local 2854 Output input_1 = ops::RandomUniform(scope.WithOpName("input_1"), in TEST_F() local
|
H A D | arithmetic_optimizer.cc | 1147 InputAndShape UpdateInputs(const string& input_0, const string& input_1, in UpdateInputs()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/ |
H A D | while_test.cc | 1196 auto input_1 = GetTupleElement(state, 2); in XLA_TEST_F() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/ |
D | TestValidateModel.cpp | 2483 const uint32_t input_1[] = {7}; in TEST_F() local
|