CondContextDefOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
public
abstract
int
getBranch
()
Branch prediction. 0 or 1.
int32 branch = 4;
public
abstract
String
getContextName
()
Name of the context.
string context_name = 1;
public
abstract
com.google.protobuf.ByteString
getContextNameBytes
()
Name of the context.
string context_name = 1;
public
abstract
ControlFlowContextDef
getNestedContexts
(int index)
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
public
abstract
int
getNestedContextsCount
()
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
public
abstract
List<ControlFlowContextDef>
getNestedContextsList
()
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
public
abstract
List<? extends ControlFlowContextDefOrBuilder>
getNestedContextsOrBuilderList
()
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
public
abstract
String
getPivotName
()
Name of the pivot tensor.
string pivot_name = 3;
public
abstract
com.google.protobuf.ByteString
getPivotNameBytes
()
Name of the pivot tensor.
string pivot_name = 3;
public
abstract
String
getPredName
()
Name of the pred tensor.
string pred_name = 2;
public
abstract
com.google.protobuf.ByteString
getPredNameBytes
()
Name of the pred tensor.
string pred_name = 2;
public
abstract
ValuesDef
getValuesDef
()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5;
public
abstract
ValuesDefOrBuilder
getValuesDefOrBuilder
()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5;
public
abstract
boolean
hasValuesDef
()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-11-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-11-29 UTC."],[],[],null,["# CondContextDefOrBuilder\n\npublic interface **CondContextDefOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [CondContextDef](/jvm/api_docs/java/org/tensorflow/proto/framework/CondContextDef), [CondContextDef.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/CondContextDef.Builder) |----------------------------------------------------------------------------------------------------|-------------------------------------------------------------| | [CondContextDef](/jvm/api_docs/java/org/tensorflow/proto/framework/CondContextDef) | ``` Protocol buffer representing a CondContext object. ``` | | [CondContextDef.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/CondContextDef.Builder) | ``` Protocol buffer representing a CondContext object. ``` | |||\n\n### Public Methods\n\n|-----------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract int | [getBranch](/jvm/api_docs/java/org/tensorflow/proto/framework/CondContextDefOrBuilder#getBranch())() ``` Branch prediction. ``` |\n| abstract String | [getContextName](/jvm/api_docs/java/org/tensorflow/proto/framework/CondContextDefOrBuilder#getContextName())() ``` Name of the context. ``` |\n| abstract com.google.protobuf.ByteString | [getContextNameBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/CondContextDefOrBuilder#getContextNameBytes())() ``` Name of the context. ``` |\n| abstract [ControlFlowContextDef](/jvm/api_docs/java/org/tensorflow/proto/framework/ControlFlowContextDef) | [getNestedContexts](/jvm/api_docs/java/org/tensorflow/proto/framework/CondContextDefOrBuilder#getNestedContexts(int))(int index) ``` Contexts contained inside this context (e.g. ``` |\n| abstract int | [getNestedContextsCount](/jvm/api_docs/java/org/tensorflow/proto/framework/CondContextDefOrBuilder#getNestedContextsCount())() ``` Contexts contained inside this context (e.g. ``` |\n| abstract List\\\u003c[ControlFlowContextDef](/jvm/api_docs/java/org/tensorflow/proto/framework/ControlFlowContextDef)\\\u003e | [getNestedContextsList](/jvm/api_docs/java/org/tensorflow/proto/framework/CondContextDefOrBuilder#getNestedContextsList())() ``` Contexts contained inside this context (e.g. ``` |\n| abstract [ControlFlowContextDefOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/ControlFlowContextDefOrBuilder) | [getNestedContextsOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/CondContextDefOrBuilder#getNestedContextsOrBuilder(int))(int index) ``` Contexts contained inside this context (e.g. ``` |\n| abstract List\\\u003c? extends [ControlFlowContextDefOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/ControlFlowContextDefOrBuilder)\\\u003e | [getNestedContextsOrBuilderList](/jvm/api_docs/java/org/tensorflow/proto/framework/CondContextDefOrBuilder#getNestedContextsOrBuilderList())() ``` Contexts contained inside this context (e.g. ``` |\n| abstract String | [getPivotName](/jvm/api_docs/java/org/tensorflow/proto/framework/CondContextDefOrBuilder#getPivotName())() ``` Name of the pivot tensor. ``` |\n| abstract com.google.protobuf.ByteString | [getPivotNameBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/CondContextDefOrBuilder#getPivotNameBytes())() ``` Name of the pivot tensor. ``` |\n| abstract String | [getPredName](/jvm/api_docs/java/org/tensorflow/proto/framework/CondContextDefOrBuilder#getPredName())() ``` Name of the pred tensor. ``` |\n| abstract com.google.protobuf.ByteString | [getPredNameBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/CondContextDefOrBuilder#getPredNameBytes())() ``` Name of the pred tensor. ``` |\n| abstract [ValuesDef](/jvm/api_docs/java/org/tensorflow/proto/framework/ValuesDef) | [getValuesDef](/jvm/api_docs/java/org/tensorflow/proto/framework/CondContextDefOrBuilder#getValuesDef())() ``` Values and external values in control flow context. ``` |\n| abstract [ValuesDefOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/ValuesDefOrBuilder) | [getValuesDefOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/CondContextDefOrBuilder#getValuesDefOrBuilder())() ``` Values and external values in control flow context. ``` |\n| abstract boolean | [hasValuesDef](/jvm/api_docs/java/org/tensorflow/proto/framework/CondContextDefOrBuilder#hasValuesDef())() ``` Values and external values in control flow context. ``` |\n\nPublic Methods\n--------------\n\n#### public abstract int\n**getBranch**\n()\n\n\u003cbr /\u003e\n\n```\n Branch prediction. 0 or 1.\n \n```\n`int32 branch = 4;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getContextName**\n()\n\n\u003cbr /\u003e\n\n```\n Name of the context.\n \n```\n`string context_name = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getContextNameBytes**\n()\n\n\u003cbr /\u003e\n\n```\n Name of the context.\n \n```\n`string context_name = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract [ControlFlowContextDef](/jvm/api_docs/java/org/tensorflow/proto/framework/ControlFlowContextDef)\n**getNestedContexts**\n(int index)\n\n\u003cbr /\u003e\n\n```\n Contexts contained inside this context (e.g. nested conds).\n \n```\n`repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;`\n\n\u003cbr /\u003e\n\n#### public abstract int\n**getNestedContextsCount**\n()\n\n\u003cbr /\u003e\n\n```\n Contexts contained inside this context (e.g. nested conds).\n \n```\n`repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;`\n\n\u003cbr /\u003e\n\n#### public abstract List\\\u003c[ControlFlowContextDef](/jvm/api_docs/java/org/tensorflow/proto/framework/ControlFlowContextDef)\\\u003e\n**getNestedContextsList**\n()\n\n\u003cbr /\u003e\n\n```\n Contexts contained inside this context (e.g. nested conds).\n \n```\n`repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;`\n\n\u003cbr /\u003e\n\n#### public abstract [ControlFlowContextDefOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/ControlFlowContextDefOrBuilder)\n**getNestedContextsOrBuilder**\n(int index)\n\n\u003cbr /\u003e\n\n```\n Contexts contained inside this context (e.g. nested conds).\n \n```\n`repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;`\n\n\u003cbr /\u003e\n\n#### public abstract List\\\u003c? extends [ControlFlowContextDefOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/ControlFlowContextDefOrBuilder)\\\u003e\n**getNestedContextsOrBuilderList**\n()\n\n\u003cbr /\u003e\n\n```\n Contexts contained inside this context (e.g. nested conds).\n \n```\n`repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getPivotName**\n()\n\n\u003cbr /\u003e\n\n```\n Name of the pivot tensor.\n \n```\n`string pivot_name = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getPivotNameBytes**\n()\n\n\u003cbr /\u003e\n\n```\n Name of the pivot tensor.\n \n```\n`string pivot_name = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getPredName**\n()\n\n\u003cbr /\u003e\n\n```\n Name of the pred tensor.\n \n```\n`string pred_name = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getPredNameBytes**\n()\n\n\u003cbr /\u003e\n\n```\n Name of the pred tensor.\n \n```\n`string pred_name = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract [ValuesDef](/jvm/api_docs/java/org/tensorflow/proto/framework/ValuesDef)\n**getValuesDef**\n()\n\n\u003cbr /\u003e\n\n```\n Values and external values in control flow context.\n \n```\n`.tensorflow.ValuesDef values_def = 5;`\n\n\u003cbr /\u003e\n\n#### public abstract [ValuesDefOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/ValuesDefOrBuilder)\n**getValuesDefOrBuilder**\n()\n\n\u003cbr /\u003e\n\n```\n Values and external values in control flow context.\n \n```\n`.tensorflow.ValuesDef values_def = 5;`\n\n\u003cbr /\u003e\n\n#### public abstract boolean\n**hasValuesDef**\n()\n\n\u003cbr /\u003e\n\n```\n Values and external values in control flow context.\n \n```\n`.tensorflow.ValuesDef values_def = 5;`\n\n\u003cbr /\u003e"]]