![JAR search and dependency download from the Maven repository](/logo.png)
org.tensorflow.framework.CriticalSectionDefOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/protobuf/critical_section.proto
package org.tensorflow.framework;
public interface CriticalSectionDefOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.CriticalSectionDef)
org.nd4j.shade.protobuf.MessageOrBuilder {
/**
*
* Name of the critical section handle.
*
*
* string critical_section_name = 1;
*/
java.lang.String getCriticalSectionName();
/**
*
* Name of the critical section handle.
*
*
* string critical_section_name = 1;
*/
org.nd4j.shade.protobuf.ByteString
getCriticalSectionNameBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy