Home
last modified time | relevance | path

Searched defs:input_2 (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/libaom/aom_dsp/arm/
H A Dfwd_txfm_neon.c23 int16x4_t *input_2, int16x4_t *input_3) { 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
124 int16x8_t input_2 = vshlq_n_s16(vld1q_s16(&input[2 * stride]), 2); in aom_fdct8x8_neon() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/
H A Dmodify_model_interface_test.cc379 auto input_2 = model->subgraphs[0]->tensors[fc_op->inputs[1]].get(); in TEST_P() local
508 auto input_2 = model->subgraphs[0]->tensors[input_quant_2->inputs[0]].get(); in TEST() local
561 auto input_2 = model->subgraphs[0]->tensors[fc_op->inputs[1]].get(); in TEST() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/
DQuantUtils.cpp99 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 Dneon_tensor_utils.h196 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 Dsse_tensor_utils.h209 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 Dneon_tensor_utils.cc1745 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 Dportable_tensor_utils.h228 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 Dportable_tensor_utils.cc642 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 Drestore_op_test.cc110 Tensor input_2 = in TEST_F() local
413 Tensor input_2(DT_INT32, TensorShape({4, 16})); in TEST_F() local
H A Drestore_v2_op_test.cc128 Tensor input_2 = MakeInput<bool>(TensorShape({2}), in RunTest() local
/aosp_15_r20/external/cronet/components/nacl/loader/
H A Dnacl_ipc_adapter_unittest.cc191 IPC::Message input_2(routing_id_2, type_2, IPC::Message::PRIORITY_NORMAL); in TEST_F() local
/aosp_15_r20/external/libgav1/src/dsp/arm/
H A Dloop_filter_neon.cc952 uint8x16_t input_2 = vqtbl1q_u8(x2, index_qp7toqp0); in Vertical14_NEON() local
970 const uint8x16_t input_2 = vcombine_u8(x2_qp3qp0, x2_qp7qp4); in Vertical14_NEON() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dsub.cc94 const TfLiteTensor* input_2, in PrepareGeneralSubOp()
/aosp_15_r20/external/libvpx/vp9/encoder/arm/neon/
H A Dvp9_dct_neon.c35 int16x4_t input_2 = vshl_n_s16(vld1_s16(input + 2 * stride), 4); in load_buffer_4x4() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
H A Dsegment_test.cc508 auto input_2 = in TEST_F() local
/aosp_15_r20/external/pytorch/benchmarks/static_runtime/
H A Dtest_static_runtime.cc2327 at::Tensor input_2 = in TEST() local
2346 at::Tensor input_2 = torch::randn({5, 3}, torch::kFloat); in TEST() local
2367 at::Tensor input_2 = torch::randn({5, 3}, torch::kFloat); in TEST() local
/aosp_15_r20/packages/modules/Bluetooth/system/bta/vc/
Ddevices_test.cc547 VolumeAudioInput* input_2 = device->audio_inputs.FindById(1); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dgeneric_layout_optimizer_transposer_test.cc2778 Output input_2 = ops::RandomUniform(scope.WithOpName("input_2"), in TEST_F() local
2856 Output input_2 = ops::RandomUniform(scope.WithOpName("input_2"), in TEST_F() local
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DTestValidateModel.cpp2488 const uint32_t input_2[] = {8, 9, 10, 11, 11, 11, 11, 12, 12, 11, 0}; in TEST_F() local
/aosp_15_r20/external/grpc-grpc/third_party/xxhash/
H A Dxxhash.h5132 XXH128_mix32B(XXH128_hash_t acc, const xxh_u8* input_1, const xxh_u8* input_2, in XXH128_mix32B()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xxhash/
Dxxhash.h5132 XXH128_mix32B(XXH128_hash_t acc, const xxh_u8* input_1, const xxh_u8* input_2, in XXH128_mix32B()
/aosp_15_r20/external/AFLplusplus/include/
H A Dxxhash.h5824 const xxh_u8 *input_2, in XXH128_mix32B()
/aosp_15_r20/external/zstd/lib/common/
H A Dxxhash.h6542 XXH128_mix32B(XXH128_hash_t acc, const xxh_u8* input_1, const xxh_u8* input_2, in XXH128_mix32B()
/aosp_15_r20/external/vixl/test/aarch64/
H A Dtest-simulator-aarch64.cc5045 Register input_2 = in GenerateSum() local