Searched defs:scratch3 (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm_eval.cc | 440 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()
|
D | lstm.cc | 2086 TfLiteTensor* scratch3; in Eval() local 2119 TfLiteTensor* scratch3; in Eval() local
|
D | unidirectional_sequence_lstm.cc | 1407 TfLiteTensor* scratch3; in Eval() local
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
D | lstm.cc | 157 inline void LstmStepCalibration( in LstmStepCalibration()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | fused_batch_norm_op.cc | 559 typename TTypes<U, 2>::Tensor scratch3(scratch3_tensor.tensor<U, 2>()); in operator ()() local
|