Uses of Class
org.tensorflow.framework.CondContextDef
-
Packages that use CondContextDef Package Description org.tensorflow.framework -
-
Uses of CondContextDef in org.tensorflow.framework
Methods in org.tensorflow.framework that return CondContextDef Modifier and Type Method Description CondContextDefCondContextDef.Builder. build()CondContextDefCondContextDef.Builder. buildPartial()CondContextDefControlFlowContextDef.Builder. getCondCtxt().tensorflow.CondContextDef cond_ctxt = 1;CondContextDefControlFlowContextDef. getCondCtxt().tensorflow.CondContextDef cond_ctxt = 1;CondContextDefControlFlowContextDefOrBuilder. getCondCtxt().tensorflow.CondContextDef cond_ctxt = 1;static CondContextDefCondContextDef. getDefaultInstance()CondContextDefCondContextDef.Builder. getDefaultInstanceForType()CondContextDefCondContextDef. getDefaultInstanceForType()static CondContextDefCondContextDef. parseDelimitedFrom(InputStream input)static CondContextDefCondContextDef. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static CondContextDefCondContextDef. parseFrom(byte[] data)static CondContextDefCondContextDef. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static CondContextDefCondContextDef. parseFrom(InputStream input)static CondContextDefCondContextDef. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static CondContextDefCondContextDef. parseFrom(ByteBuffer data)static CondContextDefCondContextDef. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static CondContextDefCondContextDef. parseFrom(org.nd4j.shade.protobuf.ByteString data)static CondContextDefCondContextDef. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static CondContextDefCondContextDef. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static CondContextDefCondContextDef. 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 CondContextDef Modifier and Type Method Description org.nd4j.shade.protobuf.Parser<CondContextDef>CondContextDef. getParserForType()static org.nd4j.shade.protobuf.Parser<CondContextDef>CondContextDef. parser()Methods in org.tensorflow.framework with parameters of type CondContextDef Modifier and Type Method Description ControlFlowContextDef.BuilderControlFlowContextDef.Builder. mergeCondCtxt(CondContextDef value).tensorflow.CondContextDef cond_ctxt = 1;CondContextDef.BuilderCondContextDef.Builder. mergeFrom(CondContextDef other)static CondContextDef.BuilderCondContextDef. newBuilder(CondContextDef prototype)ControlFlowContextDef.BuilderControlFlowContextDef.Builder. setCondCtxt(CondContextDef value).tensorflow.CondContextDef cond_ctxt = 1;
-