File size: 519 Bytes
988f90f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
name: "fasterrcnn-resnet50-cpu"
platform: "pytorch_libtorch"
input [
  {
    name: "input__0"
    data_type: TYPE_FP32
    dims: [3, -1, -1]
  }
]
output [
  {
    name: "output__0"
    data_type: TYPE_FP32
    dims: [-1, 4]
  },
  {
    name: "output__1"
    data_type: TYPE_INT64
    dims: [-1]
  },
  {
    name: "output__2"
    data_type: TYPE_FP32
    dims: [-1]
  }
]

instance_group [
  {
    count: 2
    kind: KIND_CPU
  }
]

version_policy: { latest { num_versions : 1 }}
optimization {
  graph { level: 1 }
}