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.
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.
Base class for Input and Output Placeholders used by MLComponent.