Uses of Class
org.tensorflow.framework.ApiDefs
-
Packages that use ApiDefs Package Description org.tensorflow.framework -
-
Uses of ApiDefs in org.tensorflow.framework
Methods in org.tensorflow.framework that return ApiDefs Modifier and Type Method Description ApiDefs
ApiDefs.Builder. build()
ApiDefs
ApiDefs.Builder. buildPartial()
static ApiDefs
ApiDefs. getDefaultInstance()
ApiDefs
ApiDefs.Builder. getDefaultInstanceForType()
ApiDefs
ApiDefs. getDefaultInstanceForType()
static ApiDefs
ApiDefs. parseDelimitedFrom(InputStream input)
static ApiDefs
ApiDefs. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static ApiDefs
ApiDefs. parseFrom(byte[] data)
static ApiDefs
ApiDefs. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static ApiDefs
ApiDefs. parseFrom(InputStream input)
static ApiDefs
ApiDefs. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static ApiDefs
ApiDefs. parseFrom(ByteBuffer data)
static ApiDefs
ApiDefs. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static ApiDefs
ApiDefs. parseFrom(org.nd4j.shade.protobuf.ByteString data)
static ApiDefs
ApiDefs. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static ApiDefs
ApiDefs. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)
static ApiDefs
ApiDefs. 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 ApiDefs Modifier and Type Method Description org.nd4j.shade.protobuf.Parser<ApiDefs>
ApiDefs. getParserForType()
static org.nd4j.shade.protobuf.Parser<ApiDefs>
ApiDefs. parser()
Methods in org.tensorflow.framework with parameters of type ApiDefs Modifier and Type Method Description ApiDefs.Builder
ApiDefs.Builder. mergeFrom(ApiDefs other)
static ApiDefs.Builder
ApiDefs. newBuilder(ApiDefs prototype)
-