Clover framework 2.4.9 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Clover framework 2.4.9 (Default branch)
# 1  
Old 07-29-2008
Clover framework 2.4.9 (Default branch)

CloverETL is Java-based framework for data integration and creation of data transformations. It is component based and follows the concept of transformation graphs which consist of individual nodes/components performing simple (or complex) operations on data. Any transformation can be defined as a set of interconnected nodes through which data flows. CloverETL can be used as a standalone application or be embedded into a larger project. License: GNU Lesser General Public License (LGPL) Changes:
Several reported bugs have been fixed. This was released to ensure compatibility with the recent CloverGUI project release.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
MPSRNNRecurrentImageState(3)				 MetalPerformanceShaders.framework			      MPSRNNRecurrentImageState(3)

NAME
MPSRNNRecurrentImageState SYNOPSIS
#import <MPSRNNLayer.h> Inherits MPSState. Instance Methods (nullable MPSImage *) - getRecurrentOutputImageForLayerIndex: (nullable MPSImage *) - getMemoryCellImageForLayerIndex: Additional Inherited Members Detailed Description This depends on Metal.framework This class holds all the data that is passed from one sequence iteration of the image-based RNN layer (stack) to the next. Method Documentation - (nullable MPSImage*) getMemoryCellImageForLayerIndex: (NSUInteger) layerIndex Access the stored memory cell image data (if present). Parameters: layerIndex Index of the layer whose to get - belongs to { 0, 1,..., See also: numberOfLayers - 1 } Returns: For valid layerIndex the memory cell image data, otherwise nil. - (nullable MPSImage*) getRecurrentOutputImageForLayerIndex: (NSUInteger) layerIndex Access the stored recurrent image data. Parameters: layerIndex Index of the layer whose to get - belongs to { 0, 1,..., See also: numberOfLayers - 1 } Returns: For valid layerIndex the recurrent output image data, otherwise nil. Author Generated automatically by Doxygen for MetalPerformanceShaders.framework from the source code. Version MetalPerformanceShaders-100 Thu Feb 8 2018 MPSRNNRecurrentImageState(3)