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

org.tensorflow.distruntime.CleanupAllRequestOrBuilder 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/worker.proto

package org.tensorflow.distruntime;

public interface CleanupAllRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.CleanupAllRequest)
    org.nd4j.shade.protobuf.MessageOrBuilder {

  /**
   * 
   * A list of container names.
   * If 'container' is not empty, releases resources in the given
   * containers in all devices.
   * If 'container' is empty, releases resources in the default
   * container in all devices.
   * 
* * repeated string container = 1; */ java.util.List getContainerList(); /** *
   * A list of container names.
   * If 'container' is not empty, releases resources in the given
   * containers in all devices.
   * If 'container' is empty, releases resources in the default
   * container in all devices.
   * 
* * repeated string container = 1; */ int getContainerCount(); /** *
   * A list of container names.
   * If 'container' is not empty, releases resources in the given
   * containers in all devices.
   * If 'container' is empty, releases resources in the default
   * container in all devices.
   * 
* * repeated string container = 1; */ java.lang.String getContainer(int index); /** *
   * A list of container names.
   * If 'container' is not empty, releases resources in the given
   * containers in all devices.
   * If 'container' is empty, releases resources in the default
   * container in all devices.
   * 
* * repeated string container = 1; */ org.nd4j.shade.protobuf.ByteString getContainerBytes(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy