public     interface
    
     ExecutionEnvironment
    
   
   
   | Known Indirect Subclasses | 
      Defines an environment for creating and executing TensorFlow
      
       
        Operation
       
      
      s.
     
Public Methods
| abstract OperationBuilder | 
Public Methods
public abstract OperationBuilder opBuilder (String type, String name)
         Returns a builder to create a new
         
          
           Operation
          
         
         .
        
Parameters
| type | of the Operation (i.e., identifies the computation to be performed) | 
|---|---|
| name | to refer to the created Operation in this environment scope. | 
Returns
- 
          an
          
OperationBuilderto create an Operation whenbuild()is invoked. Ifbuild()is not invoked, then some resources may leak.