Home
last modified time | relevance | path

Searched refs:VectorBatchVectorAdd (Results 1 – 11 of 11) sorted by relevance

/external/armnn/src/backends/reference/workloads/
DLstm.cpp140 VectorBatchVectorAdd(*inputGateBiasTensor, in LstmImpl()
160 VectorBatchVectorAdd(*forgetGateBiasTensor, in LstmImpl()
174 VectorBatchVectorAdd(*cellBiasTensor, in LstmImpl()
219 VectorBatchVectorAdd(*outputGateBiasTensor, in LstmImpl()
DRefQLstmWorkload.cpp353 VectorBatchVectorAdd(*inputGateBiasDecoder, in Execute()
401 VectorBatchVectorAdd(*forgetGateBiasDecoder, in Execute()
436 VectorBatchVectorAdd(*cellGateBiasDecoder, in Execute()
496VectorBatchVectorAdd(*outputGateBiasDecoder, numUnits, *outputGateDecoder, numBatches, *outputGate… in Execute()
DLstmUtils.hpp15 void VectorBatchVectorAdd(armnn::Decoder<float>& vector,
DLstmUtils.cpp16 void VectorBatchVectorAdd(armnn::Decoder<float>& vector, in VectorBatchVectorAdd() function
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dsvdf.h57 tensor_utils::VectorBatchVectorAdd(bias_ptr, num_units, batch_size, in ApplyTimeWeightsBiasAndActivation()
136 tensor_utils::VectorBatchVectorAdd(bias_data, n_unit, n_batch, in EvalIntegerSVDF()
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
Dlstm.cc218 tensor_utils::VectorBatchVectorAdd(input_gate_bias_ptr, n_cell, n_batch, in LstmStepWithAuxInput()
240 tensor_utils::VectorBatchVectorAdd(forget_gate_bias_ptr, n_cell, n_batch, in LstmStepWithAuxInput()
257 tensor_utils::VectorBatchVectorAdd(cell_bias_ptr, n_cell, n_batch, in LstmStepWithAuxInput()
291 tensor_utils::VectorBatchVectorAdd(output_gate_bias_ptr, n_cell, n_batch, in LstmStepWithAuxInput()
/external/tensorflow/tensorflow/lite/kernels/internal/
Dportable_tensor_utils.h51 void VectorBatchVectorAdd(const T* vector, int v_size, int n_batch, in VectorBatchVectorAdd() function
Dtensor_utils_test.cc1676 VectorBatchVectorAdd(input, kVectorSize, kBatchSize, output.data()); in TEST()
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc91 tensor_utils::VectorBatchVectorAdd(gate_bias, n_cell, n_batch, gate); in CalculateLstmGateFloat()
/external/tensorflow/tensorflow/lite/kernels/
Dlstm_eval.cc233 tensor_utils::VectorBatchVectorAdd(gate_bias, n_cell, n_batch, output); in CalculateLstmGateFloat()
449 tensor_utils::VectorBatchVectorAdd(gate_bias, n_cell, n_batch, gate); in CalculateLstmGateHybrid()
/external/armnn/src/backends/backendsCommon/test/layerTests/
DLstmTestImpl.cpp45 VectorBatchVectorAdd(*vecDecoder, vSize, *batchVecDecoder, nBatch, *batchVecEncoder); in LstmUtilsVectorBatchVectorAddTestImpl()