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

org.tensorflow.util.testlog.BuildConfigurationOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/util/test_log.proto

package org.tensorflow.util.testlog;

public interface BuildConfigurationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.BuildConfiguration)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * opt, dbg, etc
   * 
* * string mode = 1; */ java.lang.String getMode(); /** *
   * opt, dbg, etc
   * 
* * string mode = 1; */ com.google.protobuf.ByteString getModeBytes(); /** *
   * CC compiler flags, if known
   * 
* * repeated string cc_flags = 2; */ java.util.List getCcFlagsList(); /** *
   * CC compiler flags, if known
   * 
* * repeated string cc_flags = 2; */ int getCcFlagsCount(); /** *
   * CC compiler flags, if known
   * 
* * repeated string cc_flags = 2; */ java.lang.String getCcFlags(int index); /** *
   * CC compiler flags, if known
   * 
* * repeated string cc_flags = 2; */ com.google.protobuf.ByteString getCcFlagsBytes(int index); /** *
   * Bazel compilation options, if known
   * 
* * repeated string opts = 3; */ java.util.List getOptsList(); /** *
   * Bazel compilation options, if known
   * 
* * repeated string opts = 3; */ int getOptsCount(); /** *
   * Bazel compilation options, if known
   * 
* * repeated string opts = 3; */ java.lang.String getOpts(int index); /** *
   * Bazel compilation options, if known
   * 
* * repeated string opts = 3; */ com.google.protobuf.ByteString getOptsBytes(int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy