intel/ipex-llm - Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, DeepSeek, Mixtral, Gemma, Phi, MiniCPM, Qwen-VL, MiniCPM-V, etc.) on Intel XPU (e.g., local PC with iGPU and NPU, discrete GPU such as Arc, Flex and Max); seamlessly integrate with llama.cpp, Ollama, HuggingFace, LangChain, LlamaIndex, vLLM, DeepSpeed, Axolotl, etc.
Find a file
Yan Wan 2a29808ffc add getTimes in recurrent and TimeDistributed layer (#1470)
* add getTimes

* add getTimes for all Cells

* addTime method in cell

* add appendTimes method

* remove nullException when frequently calling setTimes and getTimes in recurrent layer

* fix bugs in calculating backwardSum

* add getTimes for Graph

* revise ConcatTable

* remove add in calculating backwardTime
2017-08-17 16:24:28 +08:00