Package org.tensorflow.framework
Interface CriticalSectionDefOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder
,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CriticalSectionDef
,CriticalSectionDef.Builder
public interface CriticalSectionDefOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCriticalSectionName()
Name of the critical section handle.org.nd4j.shade.protobuf.ByteString
getCriticalSectionNameBytes()
Name of the critical section handle.-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCriticalSectionName
String getCriticalSectionName()
Name of the critical section handle.
string critical_section_name = 1;
- Returns:
- The criticalSectionName.
-
getCriticalSectionNameBytes
org.nd4j.shade.protobuf.ByteString getCriticalSectionNameBytes()
Name of the critical section handle.
string critical_section_name = 1;
- Returns:
- The bytes for criticalSectionName.
-
-