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

org.tensorflow.framework.CriticalSectionExecutionDefOrBuilder 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 CriticalSectionExecutionDefOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.CriticalSectionExecutionDef)
    org.nd4j.shade.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; */ org.nd4j.shade.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 - 2024 Weber Informatics LLC | Privacy Policy