Home
last modified time | relevance | path

Searched defs:DataSource (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/iolib/
DREADME.md17 ### DataSource subsection
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/
Ddataset_node.h340 enum DataSource { kNotADataSource = 0, kNonMappableSource = 1, kMappableSource = 2 }; enum