You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

test.json 1.2 kB

4 years ago
4 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "node": [
  3. {
  4. "attr": [
  5. {
  6. "key": "shape",
  7. "value": {
  8. "shape": {
  9. "dim": [
  10. {
  11. "size": 1
  12. }
  13. ]
  14. }
  15. }
  16. },
  17. {
  18. "key": "dtype",
  19. "value": {
  20. "type": "DT_HALF"
  21. }
  22. }
  23. ],
  24. "name": "Placeholder",
  25. "op": "Placeholder"
  26. },
  27. {
  28. "attr": [
  29. {
  30. "key": "shape",
  31. "value": {
  32. "shape": {
  33. "dim": [
  34. {
  35. "size": 1
  36. }
  37. ]
  38. }
  39. }
  40. },
  41. {
  42. "key": "dtype",
  43. "value": {
  44. "type": "DT_HALF"
  45. }
  46. }
  47. ],
  48. "name": "Placeholder_1",
  49. "op": "Placeholder"
  50. },
  51. {
  52. "attr": [
  53. {
  54. "key": "T",
  55. "value": {
  56. "type": "DT_HALF"
  57. }
  58. }
  59. ],
  60. "input": [
  61. "Placeholder",
  62. "Placeholder_1"
  63. ],
  64. "name": "add_test_1",
  65. "op": "Add"
  66. }
  67. ],
  68. "versions": {
  69. "producer": 134
  70. }
  71. }