Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

megamolbart_pb2.py 2.5 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
  1. # -*- coding: utf-8 -*-
  2. # Generated by the protocol buffer compiler. DO NOT EDIT!
  3. # source: megamolbart.proto
  4. """Generated protocol buffer code."""
  5. from google.protobuf import descriptor as _descriptor
  6. from google.protobuf import descriptor_pool as _descriptor_pool
  7. from google.protobuf import message as _message
  8. from google.protobuf import reflection as _reflection
  9. from google.protobuf import symbol_database as _symbol_database
  10. # @@protoc_insertion_point(imports)
  11. _sym_db = _symbol_database.Default()
  12. DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x11megamolbart.proto\x12!nemo_chem.models.megamolbart.grpc\"L\n\tInputSpec\x12\x0c\n\x04smis\x18\x01 \x03(\t\x12\x15\n\rhidden_states\x18\x02 \x03(\x02\x12\x0b\n\x03\x64im\x18\x03 \x03(\x05\x12\r\n\x05masks\x18\x04 \x03(\x08\"a\n\nOutputSpec\x12\x0c\n\x04smis\x18\x01 \x03(\t\x12\x15\n\rhidden_states\x18\x02 \x03(\x02\x12\x12\n\nembeddings\x18\x03 \x03(\x02\x12\x0b\n\x03\x64im\x18\x04 \x03(\x05\x12\r\n\x05masks\x18\x05 \x03(\x08\x32\xe7\x02\n\x11GenerativeSampler\x12r\n\x11SmilesToEmbedding\x12,.nemo_chem.models.megamolbart.grpc.InputSpec\x1a-.nemo_chem.models.megamolbart.grpc.OutputSpec\"\x00\x12o\n\x0eSmilesToHidden\x12,.nemo_chem.models.megamolbart.grpc.InputSpec\x1a-.nemo_chem.models.megamolbart.grpc.OutputSpec\"\x00\x12m\n\x0cHiddenToSmis\x12,.nemo_chem.models.megamolbart.grpc.InputSpec\x1a-.nemo_chem.models.megamolbart.grpc.OutputSpec\"\x00\x62\x06proto3')
  13. _INPUTSPEC = DESCRIPTOR.message_types_by_name['InputSpec']
  14. _OUTPUTSPEC = DESCRIPTOR.message_types_by_name['OutputSpec']
  15. InputSpec = _reflection.GeneratedProtocolMessageType('InputSpec', (_message.Message,), {
  16. 'DESCRIPTOR' : _INPUTSPEC,
  17. '__module__' : 'megamolbart_pb2'
  18. # @@protoc_insertion_point(class_scope:nemo_chem.models.megamolbart.grpc.InputSpec)
  19. })
  20. _sym_db.RegisterMessage(InputSpec)
  21. OutputSpec = _reflection.GeneratedProtocolMessageType('OutputSpec', (_message.Message,), {
  22. 'DESCRIPTOR' : _OUTPUTSPEC,
  23. '__module__' : 'megamolbart_pb2'
  24. # @@protoc_insertion_point(class_scope:nemo_chem.models.megamolbart.grpc.OutputSpec)
  25. })
  26. _sym_db.RegisterMessage(OutputSpec)
  27. _GENERATIVESAMPLER = DESCRIPTOR.services_by_name['GenerativeSampler']
  28. if _descriptor._USE_C_DESCRIPTORS == False:
  29. DESCRIPTOR._options = None
  30. _INPUTSPEC._serialized_start=56
  31. _INPUTSPEC._serialized_end=132
  32. _OUTPUTSPEC._serialized_start=134
  33. _OUTPUTSPEC._serialized_end=231
  34. _GENERATIVESAMPLER._serialized_start=234
  35. _GENERATIVESAMPLER._serialized_end=593
  36. # @@protoc_insertion_point(module_scope)
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...