Home
last modified time | relevance | path

Searched defs:input_0 (Results 1 – 16 of 16) sorted by relevance

/external/libaom/libaom/aom_dsp/arm/
Dfwd_txfm_neon.c21 int16x4_t *input_0, int16x4_t *input_1, in aom_fdct4x4_helper()
82 int16x4_t input_0, input_1, input_2, input_3; in aom_fdct4x4_neon() local
99 int16x4_t input_0, input_1, input_2, input_3; in aom_fdct4x4_lp_neon() local
115 int16x8_t input_0 = vshlq_n_s16(vld1q_s16(&input[0 * stride]), 2); in aom_fdct8x8_neon() local
/external/tensorflow/tensorflow/lite/delegates/coreml/builders/
Dadd_op_builder.cc70 const auto* input_0 = &context->tensors[inputs->data[0]]; in RegisterInputs() local
Dmul_op_builder.cc76 const auto* input_0 = &context->tensors[inputs->data[0]]; in RegisterInputs() local
Dutil.cc40 bool IsBroadcastable(const TfLiteTensor* input_0, const TfLiteTensor* input_1) { in IsBroadcastable()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dsegment_test.cc439 auto input_0 = in TEST_F() local
468 auto input_0 = in TEST_F() local
504 auto input_0 = in TEST_F() local
536 auto input_0 = in TEST_F() local
565 auto input_0 = in TEST_F() local
/external/libvpx/libvpx/vpx_dsp/arm/
Dfdct_neon.c25 int16x4_t input_0 = vshl_n_s16(vld1_s16(input + 0 * stride), 4); in vpx_fdct4x4_neon() local
Dfwd_txfm_neon.c24 int16x8_t input_0 = vshlq_n_s16(vld1q_s16(&input[0 * stride]), 2); in vpx_fdct8x8_neon() local
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dcompute_batch_size_op.cc158 const NodeDef* input_0 = GetInputNode(node, graph, 0); in GetBatchSize() local
/external/tensorflow/tensorflow/core/kernels/
Drestore_op_test.cc99 Tensor input_0(DT_STRING, TensorShape({})); in TEST_F() local
403 Tensor input_0(DT_STRING, TensorShape({})); in TEST_F() local
Dcwise_ops_common.h89 const Tensor& input_0 = ctx->input(0); in Compute() local
Drestore_v2_op_test.cc110 Tensor input_0(DT_STRING, TensorShape({})); in RunTest() local
/external/tensorflow/tensorflow/lite/micro/kernels/xtensa/
Ddepthwise_conv.cc245 ae_p24x2s input_0, input_1, input_2, input_3; in DepthwiseConv4x32MatchingInputAndFilter() local
/external/libgav1/libgav1/src/dsp/arm/
Dloop_filter_neon.cc972 uint8x16_t input_0 = vqtbl1q_u8(x0, index_qp7toqp0); in Vertical14_NEON() local
990 const uint8x16_t input_0 = vcombine_u8(x0_qp3qp0, x0_qp7qp4); in Vertical14_NEON() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc733 NodeDef* input_0; in TrySimplify() local
1085 InputAndShape UpdateInputs(const string& input_0, const string& input_1, in UpdateInputs()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dwhile_test.cc1209 auto input_0 = GetTupleElement(state, 1); in XLA_TEST_F() local
/external/libaom/libaom/av1/encoder/x86/
Dtemporal_filter_sse4.c141 __m128i input_0, input_1; in average_16() local