Public static methods
	
		
			object py_func_common(PythonFunctionContainer func, IEnumerable<IGraphNodeBase> inp, IEnumerable<DType> Tout, bool stateful, string name)
		
		
		
	 
	
		
			object py_func_common(PythonFunctionContainer func, IEnumerable<IGraphNodeBase> inp, ValueTuple<DType, object> Tout, bool stateful, string name)
		
		
		
	 
	
	
		
			object py_func_common(object func, IEnumerable<IGraphNodeBase> inp, IEnumerable<DType> Tout, bool stateful, string name)
		
		
		
	 
	
		
			object py_func_common(object func, IEnumerable<IGraphNodeBase> inp, ValueTuple<DType, object> Tout, bool stateful, string name)
		
		
		
	 
	
		
			object py_func_common(object func, IEnumerable<IGraphNodeBase> inp, DType Tout, bool stateful, string name)
		
		
		
	 
	
		
			object py_func_common_dyn(object func, object inp, object Tout, ImplicitContainer<T> stateful, object name)
		
		
		
	 
	
	Public properties
	
	
	
	
		
			IDictionary<Byte[], ValueTuple<GradientTape, object, object>> tape_cache get; set;
		
		
		
	 
	
		
			object tape_cache_dyn get; set;