AbstractDenseNdArray
    
    
      
    
    
      
      Stay organized with collections
    
    
      
      Save and categorize content based on your preferences.
    
  
  
      
    
  
  
  
  
  
    
  
  
    
    
Inherited Methods
            From class
            java.lang.Object
          
| boolean | 
equals(Object arg0)
                
               | 
| final
                
                
                Class<?> | 
getClass()
                
               | 
| int | 
hashCode()
                
               | 
| final
                
                
                void | 
notify()
                
               | 
| final
                
                
                void | 
notifyAll()
                
               | 
| String | 
toString()
                
               | 
| final
                
                
                void | 
wait(long arg0, int arg1)
                
               | 
| final
                
                
                void | 
wait(long arg0)
                
               | 
| final
                
                
                void | 
wait()
                
               | 
 
 
 
            From interface
            org.tensorflow.ndarray.NdArray
| abstract
                
                
                
                
                NdArray<T> | 
copyTo(NdArray <T> dst)
                
                   Copy the content of this array to the destination array. | 
| abstract
                
                
                
                
                NdArraySequence<? extends NdArray<T>> | 
elements(int dimensionIdx)
                
                   Returns a sequence of all elements at a given dimension. | 
| abstract
                
                
                
                
                boolean | 
equals(Object obj)
                
                   Checks equality between n-dimensional arrays. | 
| abstract
                
                
                
                
                NdArray<T> | 
get(long... coordinates)
                
                   Returns the N-dimensional element of this array at the given coordinates. | 
| abstract
                
                
                
                
                T | 
getObject(long... coordinates)
                
                   Returns the value of the scalar found at the given coordinates. | 
| abstract
                
                
                
                
                NdArray<T> | 
read(DataBuffer <T> dst)
                
                   Read the content of this N-dimensional array into the destination buffer. | 
| abstract
                
                
                
                
                NdArraySequence<? extends NdArray<T>> | 
scalars()
                
                   Returns a sequence of all scalars in this array. | 
| abstract
                
                
                
                
                NdArray<T> | 
set(NdArray <T> src, long... coordinates)
                
                   Assigns the value of the N-dimensional element found at the given coordinates. | 
| abstract
                
                
                
                
                NdArray<T> | 
setObject(T value, long... coordinates)
                
                   Assigns the value of the scalar found at the given coordinates. | 
| abstract
                
                
                
                
                NdArray<T> | 
slice(Index...  indices)
                
                   Creates a multi-dimensional view (or slice) of this array by mapping one or more dimensions
 to the given index selectors. | 
| abstract
                
                
                
                
                NdArray<T> | 
write(DataBuffer <T> src)
                
                   Write the content of this N-dimensional array from the source buffer. | 
 
 
 
 
Public Methods
            public
            
            
            
            
            boolean
          
equals
(Object obj)
 
            public
            
            
            
            
            U
          
get
(long... coords)
 
            public
            
            
            
            
            T
          
getObject
(long... coords)
 
            public
            
            
            
            
            U
          
set
(NdArray<T> src, long... coordinates)
 
            public
            
            
            
            
            U
          
setObject
(T value, long... coords)
 
  
 
  
  
 
  
    
    
      
       
    
    
  
  
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2021-11-29 UTC.
  
  
  
    
      [null,null,["Last updated 2021-11-29 UTC."],[],[]]