Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLFeatureControlTest.cpp112 TEST_P(EGLFeatureControlTest, FeatureCount) in TEST_P() argument
/third_party/skia/third_party/externals/freetype/src/otvalid/
Dotvcommn.c481 FT_UInt FeatureCount; in otv_FeatureList_validate() local
525 FT_UInt FeatureCount; in otv_LangSys_validate() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dsparse_cross_cpu_kernel.cc63 int64_t FeatureCount(int64_t batch) const override { return feature_counts_[batch]; } in FeatureCount() function in mindspore::kernel::SparseTensorColumn
85 …int64_t FeatureCount(int64_t batch) const override { return static_cast<int64_t>(tensor_.size()) /… in FeatureCount() function in mindspore::kernel::DenseTensorColumn
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dsparse_cross.cc86 int64_t FeatureCount(int64_t batch) const override { return feature_counts_[batch]; } in FeatureCount() function in aicpu::SparseTensorColumn
118 …int64_t FeatureCount(int64_t batch) const override { return tensor_->GetTensorShape()->GetDimSize(… in FeatureCount() function in aicpu::DenseTensorColumn
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.hpp310 FeatureCount enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp722 uint32_t FeatureCount = readVaruint32(Ctx); in parseTargetFeaturesSection() local