aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/api/golden/v2/tensorflow.-tensor-info.-coo-sparse.pbtxt
blob: 0064c8460cb374f1e3f108085a2efed4131dd205 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
path: "tensorflow.TensorInfo.CooSparse"
tf_proto {
  descriptor {
    name: "CooSparse"
    field {
      name: "values_tensor_name"
      number: 1
      label: LABEL_OPTIONAL
      type: TYPE_STRING
    }
    field {
      name: "indices_tensor_name"
      number: 2
      label: LABEL_OPTIONAL
      type: TYPE_STRING
    }
    field {
      name: "dense_shape_tensor_name"
      number: 3
      label: LABEL_OPTIONAL
      type: TYPE_STRING
    }
  }
}