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 CondContextDef
CondContextDef.Builder. build()
CondContextDef
CondContextDef.Builder. buildPartial()
CondContextDef
ControlFlowContextDef.Builder. getCondCtxt()
.tensorflow.CondContextDef cond_ctxt = 1;
CondContextDef
ControlFlowContextDef. getCondCtxt()
.tensorflow.CondContextDef cond_ctxt = 1;
CondContextDef
ControlFlowContextDefOrBuilder. getCondCtxt()
.tensorflow.CondContextDef cond_ctxt = 1;
static CondContextDef
CondContextDef. getDefaultInstance()
CondContextDef
CondContextDef.Builder. getDefaultInstanceForType()
CondContextDef
CondContextDef. getDefaultInstanceForType()
static CondContextDef
CondContextDef. parseDelimitedFrom(InputStream input)
static CondContextDef
CondContextDef. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static CondContextDef
CondContextDef. parseFrom(byte[] data)
static CondContextDef
CondContextDef. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static CondContextDef
CondContextDef. parseFrom(InputStream input)
static CondContextDef
CondContextDef. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static CondContextDef
CondContextDef. parseFrom(ByteBuffer data)
static CondContextDef
CondContextDef. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static CondContextDef
CondContextDef. parseFrom(org.nd4j.shade.protobuf.ByteString data)
static CondContextDef
CondContextDef. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static CondContextDef
CondContextDef. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)
static CondContextDef
CondContextDef. 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.Builder
ControlFlowContextDef.Builder. mergeCondCtxt(CondContextDef value)
.tensorflow.CondContextDef cond_ctxt = 1;
CondContextDef.Builder
CondContextDef.Builder. mergeFrom(CondContextDef other)
static CondContextDef.Builder
CondContextDef. newBuilder(CondContextDef prototype)
ControlFlowContextDef.Builder
ControlFlowContextDef.Builder. setCondCtxt(CondContextDef value)
.tensorflow.CondContextDef cond_ctxt = 1;
-