All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tensorflow.framework.CriticalSectionDefOrBuilder 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 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; * @return The criticalSectionName. */ java.lang.String getCriticalSectionName(); /** *
   * Name of the critical section handle.
   * 
* * string critical_section_name = 1; * @return The bytes for criticalSectionName. */ org.nd4j.shade.protobuf.ByteString getCriticalSectionNameBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy