Home
last modified time | relevance | path

Searched refs:VectorBatchVectorCwiseProduct (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
Dlstm.cc208 tensor_utils::VectorBatchVectorCwiseProduct( in LstmStepWithAuxInput()
229 tensor_utils::VectorBatchVectorCwiseProduct( in LstmStepWithAuxInput()
246 tensor_utils::VectorBatchVectorCwiseProduct( in LstmStepWithAuxInput()
279 tensor_utils::VectorBatchVectorCwiseProduct( in LstmStepWithAuxInput()
/external/tensorflow/tensorflow/lite/kernels/internal/
Dtensor_utils_common.h368 inline void VectorBatchVectorCwiseProduct(const T* vector, int v_size, in VectorBatchVectorCwiseProduct() function
Dtensor_utils_test.cc1884 VectorBatchVectorCwiseProduct(input, kVectorSize, output.data(), kBatchSize, in TEST()
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc89 tensor_utils::VectorBatchVectorCwiseProduct(layer_norm_coefficients, n_cell, in CalculateLstmGateFloat()
/external/tensorflow/tensorflow/lite/kernels/
Dlstm_eval.cc194 tensor_utils::VectorBatchVectorCwiseProduct(layer_norm_coefficients, n_cell, in CalculateLstmGateFloat()
405 tensor_utils::VectorBatchVectorCwiseProduct(layer_norm_coefficients, n_cell, in CalculateLstmGateHybrid()