Uses of Class
org.tensorflow.framework.WhileContextDef
-
Packages that use WhileContextDef Package Description org.tensorflow.framework -
-
Uses of WhileContextDef in org.tensorflow.framework
Methods in org.tensorflow.framework that return WhileContextDef Modifier and Type Method Description WhileContextDefWhileContextDef.Builder. build()WhileContextDefWhileContextDef.Builder. buildPartial()static WhileContextDefWhileContextDef. getDefaultInstance()WhileContextDefWhileContextDef.Builder. getDefaultInstanceForType()WhileContextDefWhileContextDef. getDefaultInstanceForType()WhileContextDefControlFlowContextDef.Builder. getWhileCtxt().tensorflow.WhileContextDef while_ctxt = 2;WhileContextDefControlFlowContextDef. getWhileCtxt().tensorflow.WhileContextDef while_ctxt = 2;WhileContextDefControlFlowContextDefOrBuilder. getWhileCtxt().tensorflow.WhileContextDef while_ctxt = 2;static WhileContextDefWhileContextDef. parseDelimitedFrom(InputStream input)static WhileContextDefWhileContextDef. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static WhileContextDefWhileContextDef. parseFrom(byte[] data)static WhileContextDefWhileContextDef. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static WhileContextDefWhileContextDef. parseFrom(InputStream input)static WhileContextDefWhileContextDef. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static WhileContextDefWhileContextDef. parseFrom(ByteBuffer data)static WhileContextDefWhileContextDef. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static WhileContextDefWhileContextDef. parseFrom(org.nd4j.shade.protobuf.ByteString data)static WhileContextDefWhileContextDef. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static WhileContextDefWhileContextDef. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static WhileContextDefWhileContextDef. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.tensorflow.framework that return types with arguments of type WhileContextDef Modifier and Type Method Description org.nd4j.shade.protobuf.Parser<WhileContextDef>WhileContextDef. getParserForType()static org.nd4j.shade.protobuf.Parser<WhileContextDef>WhileContextDef. parser()Methods in org.tensorflow.framework with parameters of type WhileContextDef Modifier and Type Method Description WhileContextDef.BuilderWhileContextDef.Builder. mergeFrom(WhileContextDef other)ControlFlowContextDef.BuilderControlFlowContextDef.Builder. mergeWhileCtxt(WhileContextDef value).tensorflow.WhileContextDef while_ctxt = 2;static WhileContextDef.BuilderWhileContextDef. newBuilder(WhileContextDef prototype)ControlFlowContextDef.BuilderControlFlowContextDef.Builder. setWhileCtxt(WhileContextDef value).tensorflow.WhileContextDef while_ctxt = 2;
-