org.tensorflow.framework.variable
VariableSynchronization
Companion class VariableSynchronization
object VariableSynchronization extends GeneratedEnumCompanion[VariableSynchronization]
- Alphabetic
- By Inheritance
- VariableSynchronization
- GeneratedEnumCompanion
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- sealed trait Recognized extends VariableSynchronization
-
final
case class
Unrecognized(unrecognizedValue: Int) extends VariableSynchronization with UnrecognizedEnum with Product with Serializable
- Annotations
- @SerialVersionUID()
-
type
ValueType = VariableSynchronization
- Definition Classes
- GeneratedEnumCompanion
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
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- implicit def enumCompanion: GeneratedEnumCompanion[VariableSynchronization]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
fromName(name: String): Option[VariableSynchronization]
- Definition Classes
- GeneratedEnumCompanion
-
def
fromValue(__value: Int): VariableSynchronization
- Definition Classes
- VariableSynchronization → GeneratedEnumCompanion
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
javaDescriptor: EnumDescriptor
- Definition Classes
- VariableSynchronization → GeneratedEnumCompanion
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
scalaDescriptor: EnumDescriptor
- Definition Classes
- VariableSynchronization → GeneratedEnumCompanion
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
lazy val
values: Seq[Recognized]
- Definition Classes
- VariableSynchronization → GeneratedEnumCompanion
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
object
VARIABLE_SYNCHRONIZATION_AUTO extends VariableSynchronization with Recognized with Product with Serializable
AUTO
: Indicates that the synchronization will be determined by the currentDistributionStrategy
(eg.AUTO
: Indicates that the synchronization will be determined by the currentDistributionStrategy
(eg. WithMirroredStrategy
this would beON_WRITE
).- Annotations
- @SerialVersionUID()
-
object
VARIABLE_SYNCHRONIZATION_NONE extends VariableSynchronization with Recognized with Product with Serializable
NONE
: Indicates that there will only be one copy of the variable, so there is no need to sync.NONE
: Indicates that there will only be one copy of the variable, so there is no need to sync.- Annotations
- @SerialVersionUID()
-
object
VARIABLE_SYNCHRONIZATION_ON_READ extends VariableSynchronization with Recognized with Product with Serializable
ON_READ
: Indicates that the variable will be aggregated across devices when it is read (eg.ON_READ
: Indicates that the variable will be aggregated across devices when it is read (eg. when checkpointing or when evaluating an op that uses the variable).- Annotations
- @SerialVersionUID()
-
object
VARIABLE_SYNCHRONIZATION_ON_WRITE extends VariableSynchronization with Recognized with Product with Serializable
ON_WRITE
: Indicates that the variable will be updated across devices every time it is written.ON_WRITE
: Indicates that the variable will be updated across devices every time it is written.- Annotations
- @SerialVersionUID()
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated