Uses of Class
org.tensorflow.proto.SavedObjectGraphOuterClass.FunctionSpec
Packages that use SavedObjectGraphOuterClass.FunctionSpec
-
Uses of SavedObjectGraphOuterClass.FunctionSpec in org.tensorflow.proto
Methods in org.tensorflow.proto that return SavedObjectGraphOuterClass.FunctionSpecModifier and TypeMethodDescriptionSavedObjectGraphOuterClass.FunctionSpec.Builder.build()SavedObjectGraphOuterClass.FunctionSpec.Builder.buildPartial()SavedObjectGraphOuterClass.FunctionSpec.getDefaultInstance()SavedObjectGraphOuterClass.FunctionSpec.Builder.getDefaultInstanceForType()SavedObjectGraphOuterClass.FunctionSpec.getDefaultInstanceForType()SavedObjectGraphOuterClass.SavedBareConcreteFunction.Builder.getFunctionSpec()The spec of the function that this ConcreteFunction is traced from.SavedObjectGraphOuterClass.SavedBareConcreteFunction.getFunctionSpec()The spec of the function that this ConcreteFunction is traced from.SavedObjectGraphOuterClass.SavedBareConcreteFunctionOrBuilder.getFunctionSpec()The spec of the function that this ConcreteFunction is traced from.SavedObjectGraphOuterClass.SavedFunction.Builder.getFunctionSpec().tensorflow.FunctionSpec function_spec = 2;SavedObjectGraphOuterClass.SavedFunction.getFunctionSpec().tensorflow.FunctionSpec function_spec = 2;SavedObjectGraphOuterClass.SavedFunctionOrBuilder.getFunctionSpec().tensorflow.FunctionSpec function_spec = 2;SavedObjectGraphOuterClass.FunctionSpec.parseDelimitedFrom(InputStream input) SavedObjectGraphOuterClass.FunctionSpec.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) SavedObjectGraphOuterClass.FunctionSpec.parseFrom(byte[] data) SavedObjectGraphOuterClass.FunctionSpec.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) SavedObjectGraphOuterClass.FunctionSpec.parseFrom(ByteString data) SavedObjectGraphOuterClass.FunctionSpec.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) SavedObjectGraphOuterClass.FunctionSpec.parseFrom(CodedInputStream input) SavedObjectGraphOuterClass.FunctionSpec.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) SavedObjectGraphOuterClass.FunctionSpec.parseFrom(InputStream input) SavedObjectGraphOuterClass.FunctionSpec.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) SavedObjectGraphOuterClass.FunctionSpec.parseFrom(ByteBuffer data) SavedObjectGraphOuterClass.FunctionSpec.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type SavedObjectGraphOuterClass.FunctionSpecModifier and TypeMethodDescriptionSavedObjectGraphOuterClass.FunctionSpec.getParserForType()SavedObjectGraphOuterClass.FunctionSpec.parser()Methods in org.tensorflow.proto with parameters of type SavedObjectGraphOuterClass.FunctionSpecModifier and TypeMethodDescriptionSavedObjectGraphOuterClass.FunctionSpec.Builder.mergeFrom(SavedObjectGraphOuterClass.FunctionSpec other) SavedObjectGraphOuterClass.SavedBareConcreteFunction.Builder.mergeFunctionSpec(SavedObjectGraphOuterClass.FunctionSpec value) The spec of the function that this ConcreteFunction is traced from.SavedObjectGraphOuterClass.SavedFunction.Builder.mergeFunctionSpec(SavedObjectGraphOuterClass.FunctionSpec value) .tensorflow.FunctionSpec function_spec = 2;SavedObjectGraphOuterClass.FunctionSpec.newBuilder(SavedObjectGraphOuterClass.FunctionSpec prototype) SavedObjectGraphOuterClass.SavedBareConcreteFunction.Builder.setFunctionSpec(SavedObjectGraphOuterClass.FunctionSpec value) The spec of the function that this ConcreteFunction is traced from.SavedObjectGraphOuterClass.SavedFunction.Builder.setFunctionSpec(SavedObjectGraphOuterClass.FunctionSpec value) .tensorflow.FunctionSpec function_spec = 2;