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