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

org.tensorflow.framework.CriticalSectionDefOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.0-M2.1
Show 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)
    com.github.os72.protobuf351.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; */ com.github.os72.protobuf351.ByteString getCriticalSectionNameBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy