c
com.intel.analytics.bigdl.utils
BlockManagerParameterSynchronizer
Companion object BlockManagerParameterSynchronizer
class BlockManagerParameterSynchronizer[T] extends DistriParameterSynchronizer[T]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BlockManagerParameterSynchronizer
- DistriParameterSynchronizer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new BlockManagerParameterSynchronizer(partitionID: Int, totalPartition: Int)(implicit arg0: ClassTag[T], ev: TensorNumeric[T])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clear(): Unit
clear the synchronizer
clear the synchronizer
- Definition Classes
- BlockManagerParameterSynchronizer → DistriParameterSynchronizer
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
get(name: String): (Tensor[T], Tensor[T])
get parameter for specific identifier
get parameter for specific identifier
- name
identifier for parameter
- returns
parameter
- Definition Classes
- BlockManagerParameterSynchronizer → DistriParameterSynchronizer
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
init(name: String, globalSize: Int, priority: Int = 1, weights: Tensor[T], grads: Tensor[T]): Unit
Init synchronization context for new parameter
Init synchronization context for new parameter
- name
identifier for parameter
- globalSize
total size of parameter
- priority
priority for this parameter
- Definition Classes
- BlockManagerParameterSynchronizer → DistriParameterSynchronizer
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val partitionID: Int
-
def
put(name: String): Unit
put parameter to global
put parameter to global
- name
identifier for parameter
- Definition Classes
- BlockManagerParameterSynchronizer → DistriParameterSynchronizer
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val threadCount: AtomicInteger
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- val totalPartition: Int
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )