tensorflow::
    
   ops::
    
   IsVariableInitialized
  
  
   #include <state_ops.h>
  
  Checks whether a tensor has been initialized.
Summary
Outputs boolean scalar indicating whether the tensor has been initialized.
Args:
Returns:
- 
     
Output: The is_initialized tensor. 
     Constructors and Destructors | 
   |
|---|---|
     
      
       IsVariableInitialized
      
      (const ::
      
       tensorflow::Scope
      
      & scope, ::
      
       tensorflow::Input
      
      ref)
     
      | 
   
     Public attributes | 
   |
|---|---|
     
      
       is_initialized
      
     
     | 
    |
     
      
       operation
      
     
     | 
    |
     Public functions | 
   |
|---|---|
     
      
       node
      
      () const
     
     | 
    
     
       ::tensorflow::Node *
      
      | 
   
     
      
       operator::tensorflow::Input
      
      () const
     
     | 
    
     
      
      | 
   
     
      
       operator::tensorflow::Output
      
      () const
     
     | 
    
     
      
      | 
   
Public attributes
Public functions
IsVariableInitialized
IsVariableInitialized( const ::tensorflow::Scope & scope, ::tensorflow::Input ref )
node
::tensorflow::Node * node() const
operator::tensorflow::Input
operator::tensorflow::Input() const
operator::tensorflow::Output
operator::tensorflow::Output() const