Home
last modified time | relevance | path

Searched defs:kTypes (Results 1 – 6 of 6) sorted by relevance

/third_party/gn/src/gn/
Dcommands.cc463 } kTypes[] = { in InitFrom() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/
Daicpu_util.h52 constexpr auto kTypes = "types"; variable
/third_party/skia/m133/tests/graphite/
DUniformManagerTest.cpp25 static constexpr SkSLType kTypes[] = { variable
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DRenderPipelineValidationTests.cpp1277 constexpr std::array<const char*, 12> kTypes = {{"f32", "vec2<f32>", "vec3<f32>", "vec4<f32>", in TEST_F() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dop_name.h380 constexpr auto kTypes = "types"; variable
/third_party/flatbuffers/include/flatbuffers/
Didl.h737 enum MiniReflect { kNone, kTypes, kTypesAndNames }; enumerator