aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/base_api/api_def_ModelDataset.pbtxt
blob: 171add16d47b30601b808974f34eabffe5f7b977 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
op {
  graph_op_name: "ModelDataset"
  visibility: HIDDEN
  in_arg {
    name: "input_dataset"
    description: <<END
A variant tensor representing the input dataset.
END
  }
  summary: "Identity transformation that models performance."
  description: <<END
Identity transformation that models performance.
END
}