Home
last modified time | relevance | path

Searched defs:kGlobal (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/sksl/ir/
DSkSLVariable.h28 kGlobal, enumerator
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver.h105 enum class VariableKind { kParameter, kLocal, kGlobal }; enumerator
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/
Dconstants.h72 kGlobal = 2, ///< Shuffle both the files and samples. enumerator
/third_party/mindspore/mindspore/core/ops/
Dop_utils.h84 constexpr auto kGlobal = "global"; variable