trait
      
      
        TensorflowToBigDL extends AnyRef
      
      
      
          
        
      
      
        
        
        
        
              Abstract Value Members
              - 
      
      
      
      
    
 - 
      
      
      
      
        abstract 
        def
      
      
        topology: DirectedGraph[String]
      
      
      
     
             
        
              Concrete Value Members
              - 
      
      
      
      
        final 
        def
      
      
        !=(arg0: AnyRef): Boolean
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        !=(arg0: Any): Boolean
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        ##(): Int
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        ==(arg0: AnyRef): Boolean
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        ==(arg0: Any): Boolean
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
      
     - 
      
      
      
      
        
        def
      
      
        clone(): AnyRef
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      
      
     - 
      
      
      
      
        
        def
      
      
        equals(arg0: Any): Boolean
      
      
      
     - 
      
      
      
      
        
        def
      
      
        finalize(): Unit
      
      
      
     - 
      
      
      
      
        
        def
      
      
        getBoolean(attrMap: Map[String, AttrValue], key: String): Boolean
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        getClass(): Class[_]
      
      
      
     - 
      
      
      
      
        
        def
      
      
        getInt(attrMap: Map[String, AttrValue], key: String): Int
      
      
      
     - 
      
      
      
      
        
        def
      
      
        getIntList(attrMap: Map[String, AttrValue], key: String): Seq[Int]
      
      
      
     - 
      
      
      
      
        
        def
      
      
        getOrSetTensor[T](node: NodeDef, context: Context[T], byteOrder: ByteOrder, trans: Option[Seq[(Int, Int)]] = None)(implicit arg0: ClassTag[T], ev: TensorNumeric[T]): (Tensor[T], Tensor[T])
      
      
      
     - 
      
      
      
      
        
        def
      
      
        getString(attrMap: Map[String, AttrValue], key: String): String
      
      
      
     - 
      
      
      
      
        
        def
      
      
        getType(attrMap: Map[String, AttrValue], key: String): DataType
      
      
      
     - 
      
      
      
      
        
        def
      
      
        hashCode(): Int
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        notify(): Unit
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        notifyAll(): Unit
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      
      
     - 
      
      
      
      
        
        def
      
      
        toString(): String
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        wait(): Unit
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        wait(arg0: Long, arg1: Int): Unit
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        wait(arg0: Long): Unit
      
      
      
     
             
        
        
         
        
        
              
Inherited from AnyRef
            
              
Inherited from Any
            
        
         
        
       
      
      
      
    
       
Represent a mapping from tensorflow operations graph to BigDL Module