Uses of Interface
org.tensorflow.framework.ControlFlowContextDefOrBuilder
-
Packages that use ControlFlowContextDefOrBuilder Package Description org.tensorflow.framework -
-
Uses of ControlFlowContextDefOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement ControlFlowContextDefOrBuilder Modifier and Type Class Description class
ControlFlowContextDef
Container for any kind of control flow context.static class
ControlFlowContextDef.Builder
Container for any kind of control flow context.Methods in org.tensorflow.framework that return ControlFlowContextDefOrBuilder Modifier and Type Method Description ControlFlowContextDefOrBuilder
CondContextDef.Builder. getNestedContextsOrBuilder(int index)
Contexts contained inside this context (e.g.ControlFlowContextDefOrBuilder
CondContextDef. getNestedContextsOrBuilder(int index)
Contexts contained inside this context (e.g.ControlFlowContextDefOrBuilder
CondContextDefOrBuilder. getNestedContextsOrBuilder(int index)
Contexts contained inside this context (e.g.ControlFlowContextDefOrBuilder
WhileContextDef.Builder. getNestedContextsOrBuilder(int index)
Contexts contained inside this context (e.g.ControlFlowContextDefOrBuilder
WhileContextDef. getNestedContextsOrBuilder(int index)
Contexts contained inside this context (e.g.ControlFlowContextDefOrBuilder
WhileContextDefOrBuilder. getNestedContextsOrBuilder(int index)
Contexts contained inside this context (e.g.Methods in org.tensorflow.framework that return types with arguments of type ControlFlowContextDefOrBuilder Modifier and Type Method Description List<? extends ControlFlowContextDefOrBuilder>
CondContextDef.Builder. getNestedContextsOrBuilderList()
Contexts contained inside this context (e.g.List<? extends ControlFlowContextDefOrBuilder>
CondContextDef. getNestedContextsOrBuilderList()
Contexts contained inside this context (e.g.List<? extends ControlFlowContextDefOrBuilder>
CondContextDefOrBuilder. getNestedContextsOrBuilderList()
Contexts contained inside this context (e.g.List<? extends ControlFlowContextDefOrBuilder>
WhileContextDef.Builder. getNestedContextsOrBuilderList()
Contexts contained inside this context (e.g.List<? extends ControlFlowContextDefOrBuilder>
WhileContextDef. getNestedContextsOrBuilderList()
Contexts contained inside this context (e.g.List<? extends ControlFlowContextDefOrBuilder>
WhileContextDefOrBuilder. getNestedContextsOrBuilderList()
Contexts contained inside this context (e.g.
-