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

org.tensorflow.framework.ScopedAllocatorOptionsOrBuilder 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/rewriter_config.proto

package org.tensorflow.framework;

public interface ScopedAllocatorOptionsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.ScopedAllocatorOptions)
    com.github.os72.protobuf351.MessageOrBuilder {

  /**
   * 
   * If present, only perform optimization for these ops.
   * 
* * repeated string enable_op = 1; */ java.util.List getEnableOpList(); /** *
   * If present, only perform optimization for these ops.
   * 
* * repeated string enable_op = 1; */ int getEnableOpCount(); /** *
   * If present, only perform optimization for these ops.
   * 
* * repeated string enable_op = 1; */ java.lang.String getEnableOp(int index); /** *
   * If present, only perform optimization for these ops.
   * 
* * repeated string enable_op = 1; */ com.github.os72.protobuf351.ByteString getEnableOpBytes(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy