GlobalTensor
Global tensor means they do not depend on certain Pipeline, so they can be created and deleted outside the lifecycle of any Pipelines. Instead, they are bound to the framework session. Additionally, they cannot be directly accessed from Pipelines. A Pipeline tries to access a GlobalTensor must first create a PipelineTensorPlaceholder with the same initialization config inside itself, and during each pipeline submission, map the PipelineTensorPlaceholder to the GlobalTensor.
Throws
If the usage is not allowed by the SpatialML run-time Framework, or if the framework encounter internal error and cannot perform the requested behavior.