Home
last modified time | relevance | path

Searched defs:projection_bias (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc126 const float* projection_weights, const float* projection_bias, in CalculateLstmOutputCalibration()
286 const TfLiteTensor* projection_weights, const TfLiteTensor* projection_bias, in EvalCalibration()
553 const TfLiteTensor* projection_bias = GetOptionalInputTensor( in lstm_eval() local
/external/tensorflow/tensorflow/lite/kernels/
Dunidirectional_sequence_lstm.cc586 const TfLiteTensor* projection_bias = in CheckInputTensorDimensions() local
755 const TfLiteTensor* projection_bias = in PopulatePrecomputedZPTimesWeightsWithBias() local
1275 const TfLiteTensor* projection_bias = in Eval() local
Dlstm_eval.cc266 const float* projection_bias, in CalculateLstmOutputFloat()
436 float projection_weights_scale, const float* projection_bias, in CalculateLstmOutputHybrid()
621 int32_t proj_scale_b, const int32_t* projection_bias, in CalculateLstmOutputInteger8x8_16()
727 int32_t proj_scale_a, int32_t proj_scale_b, const int32_t* projection_bias, in CalculateLstmOutputInteger8x8_8()
1710 const TfLiteTensor* projection_weights, const TfLiteTensor* projection_bias, in EvalFloat()
1868 TfLiteStatus EvalHybrid( in EvalHybrid()
2168 const TfLiteTensor* projection_weights, const TfLiteTensor* projection_bias, in EvalInteger8x8_16()
2406 const TfLiteTensor* projection_weights, const TfLiteTensor* projection_bias, in EvalInteger8x8_8()
Dlstm.cc529 const TfLiteTensor* projection_bias = in PopulateQuantizedLstmParams8x8_8() local
1038 const TfLiteTensor* projection_bias = in CheckInputTensorDimensions() local
1196 const TfLiteTensor* projection_bias = in PopulatePrecomputedZPTimesWeightsWithBias() local
1892 const TfLiteTensor* projection_bias = in Eval() local
Dbidirectional_sequence_lstm.cc363 const TfLiteTensor* projection_bias = in CheckLstmTensorDimensionsAndTypes() local
Dlstm_test.cc1984 const std::vector<float> projection_bias = {0.1, 0.3, 0.5}; in TEST() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
Dlstm.cc354 const TfLiteTensor* projection_weights, const TfLiteTensor* projection_bias, in EvalFloat()
588 const TfLiteTensor* projection_bias = GetOptionalInputTensor( in lstm_eval() local
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dlstm_full_test.cc56 std::initializer_list<float> projection_bias, in LSTMOpModel()