
org.tensorflow.framework.CriticalSectionExecutionDefOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/protobuf/critical_section.proto
package org.tensorflow.framework;
public interface CriticalSectionExecutionDefOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.CriticalSectionExecutionDef)
com.google.protobuf.MessageOrBuilder {
/**
*
* Name of the critical section handle.
*
*
* string execute_in_critical_section_name = 1;
*/
java.lang.String getExecuteInCriticalSectionName();
/**
*
* Name of the critical section handle.
*
*
* string execute_in_critical_section_name = 1;
*/
com.google.protobuf.ByteString
getExecuteInCriticalSectionNameBytes();
/**
*
* Whether this operation requires exclusive access to its resources,
* (i.e., no other CriticalSections may request the same resources).
*
*
* bool exclusive_resource_access = 2;
*/
boolean getExclusiveResourceAccess();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy