Class TensorflowExecutor

    • Method Detail

      • execute

        public void execute​(ExecutionStage stage,
                            OptimizationContext optimizationContext,
                            ExecutionState executionState)
        Description copied from interface: Executor
        Executes the given stage.
        Parameters:
        stage - should be executed; must be executable by this instance, though
        executionState - provides and accepts execution-related objects @return collected metadata from instrumentation
      • addResource

        public void addResource​(java.lang.AutoCloseable resource)
      • getPlatform

        public Platform getPlatform()
        Returns:
        the Platform this instance belongs to