Uses of Interface
org.tensorflow.proto.ControlFlowContextDefOrBuilder
Packages that use ControlFlowContextDefOrBuilder
-
Uses of ControlFlowContextDefOrBuilder in org.tensorflow.proto
Classes in org.tensorflow.proto that implement ControlFlowContextDefOrBuilderModifier and TypeClassDescriptionfinal classContainer for any kind of control flow context.static final classContainer for any kind of control flow context.Methods in org.tensorflow.proto that return ControlFlowContextDefOrBuilderModifier and TypeMethodDescriptionCondContextDef.Builder.getNestedContextsOrBuilder(int index) Contexts contained inside this context (e.g. nested conds).CondContextDef.getNestedContextsOrBuilder(int index) Contexts contained inside this context (e.g. nested conds).CondContextDefOrBuilder.getNestedContextsOrBuilder(int index) Contexts contained inside this context (e.g. nested conds).WhileContextDef.Builder.getNestedContextsOrBuilder(int index) Contexts contained inside this context (e.g. nested whiles).WhileContextDef.getNestedContextsOrBuilder(int index) Contexts contained inside this context (e.g. nested whiles).WhileContextDefOrBuilder.getNestedContextsOrBuilder(int index) Contexts contained inside this context (e.g. nested whiles).Methods in org.tensorflow.proto that return types with arguments of type ControlFlowContextDefOrBuilderModifier and TypeMethodDescriptionList<? extends ControlFlowContextDefOrBuilder> CondContextDef.Builder.getNestedContextsOrBuilderList()Contexts contained inside this context (e.g. nested conds).List<? extends ControlFlowContextDefOrBuilder> CondContextDef.getNestedContextsOrBuilderList()Contexts contained inside this context (e.g. nested conds).List<? extends ControlFlowContextDefOrBuilder> CondContextDefOrBuilder.getNestedContextsOrBuilderList()Contexts contained inside this context (e.g. nested conds).List<? extends ControlFlowContextDefOrBuilder> WhileContextDef.Builder.getNestedContextsOrBuilderList()Contexts contained inside this context (e.g. nested whiles).List<? extends ControlFlowContextDefOrBuilder> WhileContextDef.getNestedContextsOrBuilderList()Contexts contained inside this context (e.g. nested whiles).List<? extends ControlFlowContextDefOrBuilder> WhileContextDefOrBuilder.getNestedContextsOrBuilderList()Contexts contained inside this context (e.g. nested whiles).