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

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

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

package org.tensorflow.framework;

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

  /**
   * 
   * Value names that have been seen in this context.
   * 
* * repeated string values = 1; */ java.util.List getValuesList(); /** *
   * Value names that have been seen in this context.
   * 
* * repeated string values = 1; */ int getValuesCount(); /** *
   * Value names that have been seen in this context.
   * 
* * repeated string values = 1; */ java.lang.String getValues(int index); /** *
   * Value names that have been seen in this context.
   * 
* * repeated string values = 1; */ com.google.protobuf.ByteString getValuesBytes(int index); /** *
   * Value names referenced by but external to this context.
   * 
* * map<string, string> external_values = 2; */ int getExternalValuesCount(); /** *
   * Value names referenced by but external to this context.
   * 
* * map<string, string> external_values = 2; */ boolean containsExternalValues( java.lang.String key); /** * Use {@link #getExternalValuesMap()} instead. */ @java.lang.Deprecated java.util.Map getExternalValues(); /** *
   * Value names referenced by but external to this context.
   * 
* * map<string, string> external_values = 2; */ java.util.Map getExternalValuesMap(); /** *
   * Value names referenced by but external to this context.
   * 
* * map<string, string> external_values = 2; */ java.lang.String getExternalValuesOrDefault( java.lang.String key, java.lang.String defaultValue); /** *
   * Value names referenced by but external to this context.
   * 
* * map<string, string> external_values = 2; */ java.lang.String getExternalValuesOrThrow( java.lang.String key); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy