Home
last modified time | relevance | path

Searched defs:scratch3 (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dlstm_eval.cc440 float* scratch2, int32_t* scratch3, int32_t* scratch4) { in CalculateLstmOutputHybrid()
808 inline void LstmStepFloat( in LstmStepFloat()
977 inline void LstmStepHybrid( in LstmStepHybrid()
1316 inline void LstmStepInteger8x8_16( in LstmStepInteger8x8_16()
1569 inline void LstmStepInteger8x8_8( in LstmStepInteger8x8_8()
2173 TfLiteTensor* scratch3, TfLiteTensor* scratch4, TfLiteTensor* scratch5, in EvalInteger8x8_16()
2411 TfLiteTensor* scratch3, TfLiteTensor* scratch4, TfLiteTensor* scratch5, in EvalInteger8x8_8()
Dlstm.cc2086 TfLiteTensor* scratch3; in Eval() local
2119 TfLiteTensor* scratch3; in Eval() local
Dunidirectional_sequence_lstm.cc1407 TfLiteTensor* scratch3; in Eval() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc157 inline void LstmStepCalibration( in LstmStepCalibration()
/external/tensorflow/tensorflow/core/kernels/
Dfused_batch_norm_op.cc559 typename TTypes<U, 2>::Tensor scratch3(scratch3_tensor.tensor<U, 2>()); in operator ()() local