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

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

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/protobuf/rewriter_config.proto

package org.tensorflow.framework;

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

  /**
   * 
   * If present, only perform optimization for these ops.
   * 
* * repeated string enable_op = 1; * @return A list containing the enableOp. */ java.util.List getEnableOpList(); /** *
   * If present, only perform optimization for these ops.
   * 
* * repeated string enable_op = 1; * @return The count of enableOp. */ int getEnableOpCount(); /** *
   * If present, only perform optimization for these ops.
   * 
* * repeated string enable_op = 1; * @param index The index of the element to return. * @return The enableOp at the given index. */ java.lang.String getEnableOp(int index); /** *
   * If present, only perform optimization for these ops.
   * 
* * repeated string enable_op = 1; * @param index The index of the value to return. * @return The bytes of the enableOp at the given index. */ org.nd4j.shade.protobuf.ByteString getEnableOpBytes(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy