Home
last modified time | relevance | path

Searched defs:input_vector (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dpropagator_debug_utils.cc43 void DumpPendingNodeState(const NodeItem& node_item, const Entry* input_vector, in DumpPendingNodeState()
75 void DumpActiveNodeState(const NodeItem& node_item, const Entry* input_vector) { in DumpActiveNodeState()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dif_test.cc75 const std::vector<int> input_vector(kNumLargeTensors, 1); in TEST_F() local
101 const std::vector<int> input_vector(kNumLargeTensors, 1); in TEST_F() local
H A Dwhile_test.cc93 const std::vector<int> input_vector(1000000, 1); in TEST_F() local
152 std::vector<int> input_vector(1000000, 0); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dneon_tensor_utils.h290 void ReductionSumVector(const float* input_vector, float* output_vector, in ReductionSumVector()
296 void ReductionSumVector(const int32_t* input_vector, int32_t* output_vector, in ReductionSumVector()
302 void ReductionSumVector(const int8_t* input_vector, int32_t* output_vector, in ReductionSumVector()
308 void MeanStddevNormalization(const float* __restrict__ input_vector, in MeanStddevNormalization()
H A Dsse_tensor_utils.h305 void ReductionSumVector(const float* input_vector, float* output_vector, in ReductionSumVector()
311 void ReductionSumVector(const int32_t* input_vector, int32_t* output_vector, in ReductionSumVector()
317 void ReductionSumVector(const int8_t* input_vector, int32_t* output_vector, in ReductionSumVector()
323 void MeanStddevNormalization(const float* __restrict__ input_vector, in MeanStddevNormalization()
H A Dsse_tensor_utils.cc620 void SseReductionSumVector(const int8_t* input_vector, int32_t* output_vector, in SseReductionSumVector()
H A Dneon_tensor_utils.cc2565 void NeonReductionSumVector(const float* input_vector, float* output_vector, in NeonReductionSumVector()
2589 void NeonReductionSumVector(const int8_t* input_vector, int32_t* output_vector, in NeonReductionSumVector()
2676 void NeonMeanStddevNormalization(const float* __restrict__ input_vector, in NeonMeanStddevNormalization()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dportable_tensor_utils.h294 void ReductionSumVector(const float* input_vector, float* output_vector, in ReductionSumVector()
300 void ReductionSumVector(const int32_t* input_vector, int32_t* output_vector, in ReductionSumVector()
306 void ReductionSumVector(const int8_t* input_vector, int32_t* output_vector, in ReductionSumVector()
312 void MeanStddevNormalization(const float* input_vector, float* output_vector, in MeanStddevNormalization()
H A Dportable_tensor_utils_impl.h213 void PortableReductionSumVector(const INPUT* input_vector, in PortableReductionSumVector()
H A Dportable_tensor_utils.cc753 void PortableMeanStddevNormalization(const float* __restrict__ input_vector, in PortableMeanStddevNormalization()
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNELSTMLayerQuantized.cpp118 std::vector<const ITensor *> input_vector{ input, output_state_in }; in configure() local
327 std::vector<const ITensorInfo *> input_vector; in validate() local
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLLSTMLayerQuantized.cpp142 std::vector<const ICLTensor *> input_vector; in configure() local
360 std::vector<const ITensorInfo *> input_vector; in validate() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dreduce_window_test.cc507 std::vector<float> input_vector(128 * 9, 1); in XLA_TEST_P() local
518 std::vector<float> input_vector{ in XLA_TEST_P() local
535 std::vector<float> input_vector{ in XLA_TEST_P() local
1521 std::vector<float> input_vector(param.base_bounds[0]); in XLA_TEST_P() local
H A Dreverse_test.cc82 std::vector<float> input_vector( in TEST_P() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/kernels/
H A Dxrt_state_ops.h75 std::vector<XRTTupleAllocation::ExpandedTupleInput>* input_vector, in ParseTupleNode()
127 std::vector<XRTTupleAllocation::ExpandedTupleInput>* input_vector, in ParseTupleTree()
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/
H A Dmerge.cc62 AudioMultiVector input_vector(num_channels_); in Process() local
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DLstmUtils.cpp40 void MeanStddevNormalization(armnn::Decoder<float>& input_vector, in MeanStddevNormalization()
/aosp_15_r20/external/tensorflow/tensorflow/python/
H A Dpywrap_dtensor_device.cc228 std::vector<TFE_TensorHandle*> input_vector; in PYBIND11_MODULE() local
/aosp_15_r20/art/compiler/optimizing/
H A Dloop_optimization.cc2359 HVecOperation* input_vector = input->AsVecOperation(); in ReduceAndExtractIfNeeded() local