Constants§
- Session_
Backend_ Auto - Determine the Execution’s forward type is determine by user or auto determine
- Session_
Backend_ Fix - Determine the Execution’s forward type is determine by user or auto determine
- Session_
Codegen_ Disable - Determine whether use codegen function
- Session_
Codegen_ Enable - Determine whether use codegen function
- Session_
Debug - About CallBack, Default Session_Debug*/ /** runSessionWithCallBack is allowed and can get internal op info
- Session_
Input_ Inside - About input tenosr, Default Session_Input_Inside*/ /** The input tensor is alloced by session, input data after session resized
- Session_
Input_ User - The input tensor is alloced by user, set input data before session resize
- Session_
Memory_ Cache - Determine static memory whether recyle in resizeSession or just cache the memory
- Session_
Memory_ Collect - Determine static memory whether recyle in resizeSession or just cache the memory
- Session_
Output_ Inside - The output tensor depends on session, and can’t be separate used
- Session_
Output_ User - The output tensor can be separated from session
- Session_
Release - runSessionWithCallBack is not valid and can’t get any info of op in session
- Session_
Resize_ Check - Dynamic Reisze Optimization
- Session_
Resize_ Defer - Try Resize Session when create Session or not, default direct:
- Session_
Resize_ Direct - Try Resize Session when create Session or not, default direct:
- Session_
Resize_ Fix - Dynamic Reisze Optimization