Uses of Class
org.tensorflow.proto.ControlFlowContextDef.Builder
Packages that use ControlFlowContextDef.Builder
-
Uses of ControlFlowContextDef.Builder in org.tensorflow.proto
Subclasses with type arguments of type ControlFlowContextDef.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classContainer for any kind of control flow context.Methods in org.tensorflow.proto that return ControlFlowContextDef.BuilderModifier and TypeMethodDescriptionCondContextDef.Builder.addNestedContextsBuilder()Contexts contained inside this context (e.g. nested conds).CondContextDef.Builder.addNestedContextsBuilder(int index) Contexts contained inside this context (e.g. nested conds).WhileContextDef.Builder.addNestedContextsBuilder()Contexts contained inside this context (e.g. nested whiles).WhileContextDef.Builder.addNestedContextsBuilder(int index) Contexts contained inside this context (e.g. nested whiles).ControlFlowContextDef.Builder.clear()ControlFlowContextDef.Builder.clearCondCtxt().tensorflow.CondContextDef cond_ctxt = 1;ControlFlowContextDef.Builder.clearCtxt()ControlFlowContextDef.Builder.clearWhileCtxt().tensorflow.WhileContextDef while_ctxt = 2;CondContextDef.Builder.getNestedContextsBuilder(int index) Contexts contained inside this context (e.g. nested conds).WhileContextDef.Builder.getNestedContextsBuilder(int index) Contexts contained inside this context (e.g. nested whiles).ControlFlowContextDef.Builder.mergeCondCtxt(CondContextDef value) .tensorflow.CondContextDef cond_ctxt = 1;ControlFlowContextDef.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) ControlFlowContextDef.Builder.mergeFrom(ControlFlowContextDef other) ControlFlowContextDef.Builder.mergeWhileCtxt(WhileContextDef value) .tensorflow.WhileContextDef while_ctxt = 2;ControlFlowContextDef.newBuilder()ControlFlowContextDef.newBuilder(ControlFlowContextDef prototype) ControlFlowContextDef.newBuilderForType()protected ControlFlowContextDef.BuilderControlFlowContextDef.newBuilderForType(AbstractMessage.BuilderParent parent) ControlFlowContextDef.Builder.setCondCtxt(CondContextDef value) .tensorflow.CondContextDef cond_ctxt = 1;ControlFlowContextDef.Builder.setCondCtxt(CondContextDef.Builder builderForValue) .tensorflow.CondContextDef cond_ctxt = 1;ControlFlowContextDef.Builder.setWhileCtxt(WhileContextDef value) .tensorflow.WhileContextDef while_ctxt = 2;ControlFlowContextDef.Builder.setWhileCtxt(WhileContextDef.Builder builderForValue) .tensorflow.WhileContextDef while_ctxt = 2;ControlFlowContextDef.toBuilder()Methods in org.tensorflow.proto that return types with arguments of type ControlFlowContextDef.BuilderModifier and TypeMethodDescriptionCondContextDef.Builder.getNestedContextsBuilderList()Contexts contained inside this context (e.g. nested conds).WhileContextDef.Builder.getNestedContextsBuilderList()Contexts contained inside this context (e.g. nested whiles).Methods in org.tensorflow.proto with parameters of type ControlFlowContextDef.BuilderModifier and TypeMethodDescriptionCondContextDef.Builder.addNestedContexts(int index, ControlFlowContextDef.Builder builderForValue) Contexts contained inside this context (e.g. nested conds).CondContextDef.Builder.addNestedContexts(ControlFlowContextDef.Builder builderForValue) Contexts contained inside this context (e.g. nested conds).WhileContextDef.Builder.addNestedContexts(int index, ControlFlowContextDef.Builder builderForValue) Contexts contained inside this context (e.g. nested whiles).WhileContextDef.Builder.addNestedContexts(ControlFlowContextDef.Builder builderForValue) Contexts contained inside this context (e.g. nested whiles).CondContextDef.Builder.setNestedContexts(int index, ControlFlowContextDef.Builder builderForValue) Contexts contained inside this context (e.g. nested conds).WhileContextDef.Builder.setNestedContexts(int index, ControlFlowContextDef.Builder builderForValue) Contexts contained inside this context (e.g. nested whiles).