/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | propagator_debug_utils.cc | 43 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 D | if_test.cc | 75 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 D | while_test.cc | 93 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 D | neon_tensor_utils.h | 290 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 D | sse_tensor_utils.h | 305 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 D | sse_tensor_utils.cc | 620 void SseReductionSumVector(const int8_t* input_vector, int32_t* output_vector, in SseReductionSumVector()
|
H A D | neon_tensor_utils.cc | 2565 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 D | portable_tensor_utils.h | 294 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 D | portable_tensor_utils_impl.h | 213 void PortableReductionSumVector(const INPUT* input_vector, in PortableReductionSumVector()
|
H A D | portable_tensor_utils.cc | 753 void PortableMeanStddevNormalization(const float* __restrict__ input_vector, in PortableMeanStddevNormalization()
|
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/ |
H A D | NELSTMLayerQuantized.cpp | 118 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 D | CLLSTMLayerQuantized.cpp | 142 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 D | reduce_window_test.cc | 507 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 D | reverse_test.cc | 82 std::vector<float> input_vector( in TEST_P() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/kernels/ |
H A D | xrt_state_ops.h | 75 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 D | merge.cc | 62 AudioMultiVector input_vector(num_channels_); in Process() local
|
/aosp_15_r20/external/armnn/src/backends/reference/workloads/ |
H A D | LstmUtils.cpp | 40 void MeanStddevNormalization(armnn::Decoder<float>& input_vector, in MeanStddevNormalization()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ |
H A D | pywrap_dtensor_device.cc | 228 std::vector<TFE_TensorHandle*> input_vector; in PYBIND11_MODULE() local
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | loop_optimization.cc | 2359 HVecOperation* input_vector = input->AsVecOperation(); in ReduceAndExtractIfNeeded() local
|