* add a prototype code * add patch_nano * add pep8 changes * add cv ppl * fix bug * add unpatch * add updates * update comment * add changes * add doc * update and refactor * update test * fix doc * fix according to cmt * fix style * fix doc * fix bug * fix style * fix bug * fix code * add split patching api * fix doc * patch api to each framework * fix pep8 * fix style * fix style and cmt
		
			
				
	
	
		
			32 lines
		
	
	
	
		
			666 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
	
		
			666 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
Nano Tensorflow API
 | 
						|
==================
 | 
						|
 | 
						|
bigdl.nano.tf.keras
 | 
						|
---------------------------
 | 
						|
 | 
						|
.. autoclass:: bigdl.nano.tf.keras.Model
 | 
						|
    :members: fit, quantize, trace
 | 
						|
    :undoc-members:
 | 
						|
 | 
						|
.. autoclass:: bigdl.nano.tf.keras.Sequential
 | 
						|
    :members:
 | 
						|
    :undoc-members:
 | 
						|
    :inherited-members: Sequential
 | 
						|
 | 
						|
.. autoclass:: bigdl.nano.tf.keras.layers.Embedding
 | 
						|
    :members:
 | 
						|
    :undoc-members:
 | 
						|
 | 
						|
bigdl.nano.tf.optimizers
 | 
						|
---------------------------
 | 
						|
.. autoclass:: bigdl.nano.tf.optimizers.SparseAdam
 | 
						|
    :members: 
 | 
						|
    :undoc-members:
 | 
						|
 | 
						|
Patch API
 | 
						|
---------------------------
 | 
						|
 | 
						|
.. automodule:: bigdl.nano.tf.dispatcher
 | 
						|
    :members:
 | 
						|
    :undoc-members:
 | 
						|
    :show-inheritance:
 |