Uses of Class
org.tensorflow.framework.OpDef
Packages that use OpDef
-
Uses of OpDef in org.tensorflow.framework
Methods in org.tensorflow.framework that return OpDefModifier and TypeMethodDescriptionOpDef.Builder.build()OpDef.Builder.buildPartial()static OpDefOpDef.getDefaultInstance()OpDef.Builder.getDefaultInstanceForType()OpDef.getDefaultInstanceForType()OpList.Builder.getOp(int index) repeated .tensorflow.OpDef op = 1;OpList.getOp(int index) repeated .tensorflow.OpDef op = 1;OpListOrBuilder.getOp(int index) repeated .tensorflow.OpDef op = 1;FunctionDef.Builder.getSignature()The definition of the function's name, arguments, return values, attrs etc.FunctionDef.getSignature()The definition of the function's name, arguments, return values, attrs etc.FunctionDefOrBuilder.getSignature()The definition of the function's name, arguments, return values, attrs etc.static OpDefOpDef.parseDelimitedFrom(InputStream input) static OpDefOpDef.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OpDefOpDef.parseFrom(byte[] data) static OpDefOpDef.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OpDefOpDef.parseFrom(com.google.protobuf.ByteString data) static OpDefOpDef.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OpDefOpDef.parseFrom(com.google.protobuf.CodedInputStream input) static OpDefOpDef.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OpDefOpDef.parseFrom(InputStream input) static OpDefOpDef.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OpDefOpDef.parseFrom(ByteBuffer data) static OpDefOpDef.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.framework that return types with arguments of type OpDefModifier and TypeMethodDescriptionOpList.Builder.getOpList()repeated .tensorflow.OpDef op = 1;OpList.getOpList()repeated .tensorflow.OpDef op = 1;OpListOrBuilder.getOpList()repeated .tensorflow.OpDef op = 1;com.google.protobuf.Parser<OpDef> OpDef.getParserForType()static com.google.protobuf.Parser<OpDef> OpDef.parser()Methods in org.tensorflow.framework with parameters of type OpDefModifier and TypeMethodDescriptionrepeated .tensorflow.OpDef op = 1;repeated .tensorflow.OpDef op = 1;FunctionDef.Builder.mergeSignature(OpDef value) The definition of the function's name, arguments, return values, attrs etc.static OpDef.BuilderOpDef.newBuilder(OpDef prototype) repeated .tensorflow.OpDef op = 1;FunctionDef.Builder.setSignature(OpDef value) The definition of the function's name, arguments, return values, attrs etc.Method parameters in org.tensorflow.framework with type arguments of type OpDefModifier and TypeMethodDescriptionrepeated .tensorflow.OpDef op = 1;