Uses of Class
org.tensorflow.framework.ValuesDef
-
Packages that use ValuesDef Package Description org.tensorflow.framework -
-
Uses of ValuesDef in org.tensorflow.framework
Methods in org.tensorflow.framework that return ValuesDef Modifier and Type Method Description ValuesDefValuesDef.Builder. build()ValuesDefValuesDef.Builder. buildPartial()static ValuesDefValuesDef. getDefaultInstance()ValuesDefValuesDef.Builder. getDefaultInstanceForType()ValuesDefValuesDef. getDefaultInstanceForType()ValuesDefCondContextDef.Builder. getValuesDef()Values and external values in control flow context.ValuesDefCondContextDef. getValuesDef()Values and external values in control flow context.ValuesDefCondContextDefOrBuilder. getValuesDef()Values and external values in control flow context.ValuesDefWhileContextDef.Builder. getValuesDef()Values and external values in control flow context.ValuesDefWhileContextDef. getValuesDef()Values and external values in control flow context.ValuesDefWhileContextDefOrBuilder. getValuesDef()Values and external values in control flow context.static ValuesDefValuesDef. parseDelimitedFrom(InputStream input)static ValuesDefValuesDef. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static ValuesDefValuesDef. parseFrom(byte[] data)static ValuesDefValuesDef. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static ValuesDefValuesDef. parseFrom(InputStream input)static ValuesDefValuesDef. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static ValuesDefValuesDef. parseFrom(ByteBuffer data)static ValuesDefValuesDef. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static ValuesDefValuesDef. parseFrom(org.nd4j.shade.protobuf.ByteString data)static ValuesDefValuesDef. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static ValuesDefValuesDef. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static ValuesDefValuesDef. 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 ValuesDef Modifier and Type Method Description org.nd4j.shade.protobuf.Parser<ValuesDef>ValuesDef. getParserForType()static org.nd4j.shade.protobuf.Parser<ValuesDef>ValuesDef. parser()Methods in org.tensorflow.framework with parameters of type ValuesDef Modifier and Type Method Description ValuesDef.BuilderValuesDef.Builder. mergeFrom(ValuesDef other)CondContextDef.BuilderCondContextDef.Builder. mergeValuesDef(ValuesDef value)Values and external values in control flow context.WhileContextDef.BuilderWhileContextDef.Builder. mergeValuesDef(ValuesDef value)Values and external values in control flow context.static ValuesDef.BuilderValuesDef. newBuilder(ValuesDef prototype)CondContextDef.BuilderCondContextDef.Builder. setValuesDef(ValuesDef value)Values and external values in control flow context.WhileContextDef.BuilderWhileContextDef.Builder. setValuesDef(ValuesDef value)Values and external values in control flow context.
-