ReadonlydataData used as input.
The data layout of the current BasePlaceholder, which defines the order in which multidimensional data is accessed in memory. The default layout is MachineLearning.DataLayout.NHWC.
ReadonlyinternalThe internal data layout of the current BasePlaceholder. This layout is used by ML backend. If dataLayout is not the same as internalDataLayout, a layout conversion will happen when process models input/output.
ReadonlynameThe name of the Placeholder.
ReadonlyshapeThe shape of the Placeholder's data.
Texture used as input.
ReadonlytransformerTransformer object for applying transformations on the PlaceHolder's data.
Returns the name of this object's type.
Returns true if the object matches or derives from the passed in type.
Returns true if this object is the same as other. Useful for checking if two references point to the same thing.
Controls input data for a neural network used by an MLComponent. For more information, see the MLComponent Scripting guide.
See
Returned By: InputBuilder#build, MLComponent#getInput
Example