Advertisement
TylerHumanCompiler

cli_savedmodel_output

Jul 9th, 2020
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1. MetaGraphDef with tag-set: 'serve' contains the following SignatureDefs:
  2.  
  3. signature_def['__saved_model_init_op']:
  4. The given SavedModel SignatureDef contains the following input(s):
  5. The given SavedModel SignatureDef contains the following output(s):
  6. outputs['__saved_model_init_op'] tensor_info:
  7. dtype: DT_INVALID
  8. shape: unknown_rank
  9. name: NoOp
  10. Method name is:
  11.  
  12. signature_def['serving_default']:
  13. The given SavedModel SignatureDef contains the following input(s):
  14. inputs['input'] tensor_info:
  15. dtype: DT_FLOAT
  16. shape: (1, 7, 96, 2, 2)
  17. name: serving_default_input:0
  18. The given SavedModel SignatureDef contains the following output(s):
  19. outputs['output_0'] tensor_info:
  20. dtype: DT_FLOAT
  21. shape: (1, 96, 2)
  22. name: StatefulPartitionedCall:0
  23. outputs['output_1'] tensor_info:
  24. dtype: DT_FLOAT
  25. shape: (1, 96, 2)
  26. name: StatefulPartitionedCall:1
  27. outputs['output_2'] tensor_info:
  28. dtype: DT_FLOAT
  29. shape: (1, 96, 2)
  30. name: StatefulPartitionedCall:2
  31. outputs['output_3'] tensor_info:
  32. dtype: DT_FLOAT
  33. shape: (1, 96, 2)
  34. name: StatefulPartitionedCall:3
  35. Method name is: tensorflow/serving/predict
  36.  
  37. Defined Functions:
  38. Function Name: '__call__'
  39. Option #1
  40. Callable with:
  41. Argument #1
  42. input: TensorSpec(shape=(None, 7, 96, 2, 2), dtype=tf.float32, name='input')
  43. Argument #2
  44. DType: bool
  45. Value: True
  46. Argument #3
  47. DType: NoneType
  48. Value: None
  49. Option #2
  50. Callable with:
  51. Argument #1
  52. inputs: TensorSpec(shape=(None, 7, 96, 2, 2), dtype=tf.float32, name='inputs')
  53. Argument #2
  54. DType: bool
  55. Value: True
  56. Argument #3
  57. DType: NoneType
  58. Value: None
  59. Option #3
  60. Callable with:
  61. Argument #1
  62. inputs: TensorSpec(shape=(None, 7, 96, 2, 2), dtype=tf.float32, name='inputs')
  63. Argument #2
  64. DType: bool
  65. Value: False
  66. Argument #3
  67. DType: NoneType
  68. Value: None
  69. Option #4
  70. Callable with:
  71. Argument #1
  72. input: TensorSpec(shape=(None, 7, 96, 2, 2), dtype=tf.float32, name='input')
  73. Argument #2
  74. DType: bool
  75. Value: False
  76. Argument #3
  77. DType: NoneType
  78. Value: None
  79.  
  80. Function Name: '_default_save_signature'
  81. Option #1
  82. Callable with:
  83. Argument #1
  84. input: TensorSpec(shape=(None, 7, 96, 2, 2), dtype=tf.float32, name='input')
  85.  
  86. Function Name: 'call_and_return_all_conditional_losses'
  87. Option #1
  88. Callable with:
  89. Argument #1
  90. inputs: TensorSpec(shape=(None, 7, 96, 2, 2), dtype=tf.float32, name='inputs')
  91. Argument #2
  92. DType: bool
  93. Value: True
  94. Argument #3
  95. DType: NoneType
  96. Value: None
  97. Option #2
  98. Callable with:
  99. Argument #1
  100. inputs: TensorSpec(shape=(None, 7, 96, 2, 2), dtype=tf.float32, name='inputs')
  101. Argument #2
  102. DType: bool
  103. Value: False
  104. Argument #3
  105. DType: NoneType
  106. Value: None
  107. Option #3
  108. Callable with:
  109. Argument #1
  110. input: TensorSpec(shape=(None, 7, 96, 2, 2), dtype=tf.float32, name='input')
  111. Argument #2
  112. DType: bool
  113. Value: True
  114. Argument #3
  115. DType: NoneType
  116. Value: None
  117. Option #4
  118. Callable with:
  119. Argument #1
  120. input: TensorSpec(shape=(None, 7, 96, 2, 2), dtype=tf.float32, name='input')
  121. Argument #2
  122. DType: bool
  123. Value: False
  124. Argument #3
  125. DType: NoneType
  126. Value: None
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement