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

org.tensorflow.framework.CondContextDefOrBuilder 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/control_flow.proto

package org.tensorflow.framework;

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

  /**
   * 
   * Name of the context.
   * 
* * string context_name = 1; * @return The contextName. */ java.lang.String getContextName(); /** *
   * Name of the context.
   * 
* * string context_name = 1; * @return The bytes for contextName. */ org.nd4j.shade.protobuf.ByteString getContextNameBytes(); /** *
   * Name of the pred tensor.
   * 
* * string pred_name = 2; * @return The predName. */ java.lang.String getPredName(); /** *
   * Name of the pred tensor.
   * 
* * string pred_name = 2; * @return The bytes for predName. */ org.nd4j.shade.protobuf.ByteString getPredNameBytes(); /** *
   * Name of the pivot tensor.
   * 
* * string pivot_name = 3; * @return The pivotName. */ java.lang.String getPivotName(); /** *
   * Name of the pivot tensor.
   * 
* * string pivot_name = 3; * @return The bytes for pivotName. */ org.nd4j.shade.protobuf.ByteString getPivotNameBytes(); /** *
   * Branch prediction. 0 or 1.
   * 
* * int32 branch = 4; * @return The branch. */ int getBranch(); /** *
   * Values and external values in control flow context.
   * 
* * .tensorflow.ValuesDef values_def = 5; * @return Whether the valuesDef field is set. */ boolean hasValuesDef(); /** *
   * Values and external values in control flow context.
   * 
* * .tensorflow.ValuesDef values_def = 5; * @return The valuesDef. */ org.tensorflow.framework.ValuesDef getValuesDef(); /** *
   * Values and external values in control flow context.
   * 
* * .tensorflow.ValuesDef values_def = 5; */ org.tensorflow.framework.ValuesDefOrBuilder getValuesDefOrBuilder(); /** *
   * Contexts contained inside this context (e.g. nested conds).
   * 
* * repeated .tensorflow.ControlFlowContextDef nested_contexts = 6; */ java.util.List getNestedContextsList(); /** *
   * Contexts contained inside this context (e.g. nested conds).
   * 
* * repeated .tensorflow.ControlFlowContextDef nested_contexts = 6; */ org.tensorflow.framework.ControlFlowContextDef getNestedContexts(int index); /** *
   * Contexts contained inside this context (e.g. nested conds).
   * 
* * repeated .tensorflow.ControlFlowContextDef nested_contexts = 6; */ int getNestedContextsCount(); /** *
   * Contexts contained inside this context (e.g. nested conds).
   * 
* * repeated .tensorflow.ControlFlowContextDef nested_contexts = 6; */ java.util.List getNestedContextsOrBuilderList(); /** *
   * Contexts contained inside this context (e.g. nested conds).
   * 
* * repeated .tensorflow.ControlFlowContextDef nested_contexts = 6; */ org.tensorflow.framework.ControlFlowContextDefOrBuilder getNestedContextsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy