HomeSort by relevance Sort by last modified time
    Searched refs:subset (Results 176 - 200 of 341) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/tensorflow/tensorflow/core/kernels/
sparse_tensors_map_ops.cc 282 for (const auto& subset : minibatch) {
283 const int64 b = subset.group()[0];
291 const auto indices = subset.indices();
292 const auto values = subset.values<T>();
  /external/skia/src/core/
SkLiteDL.cpp 110 SaveBehind(const SkRect* subset) {
111 if (subset) { this->subset = *subset; }
113 SkRect subset = kUnset; member in struct:__anon38094::final
115 SkCanvasPriv::SaveBehind(c, maybe_unset(subset));
512 void SkLiteDL::saveBehind(const SkRect* subset) {
513 this->push<SaveBehind>(0, subset);
SkLiteRecorder.cpp 33 bool SkLiteRecorder::onDoSaveBehind(const SkRect* subset) {
34 fDL->saveBehind(subset);
SkPictureRecord.cpp 78 bool SkPictureRecord::onDoSaveBehind(const SkRect* subset) {
83 if (subset) {
85 size += sizeof(*subset);
90 if (subset) {
91 this->addRect(*subset);
  /external/skqp/src/core/
SkLiteDL.cpp 110 SaveBehind(const SkRect* subset) {
111 if (subset) { this->subset = *subset; }
113 SkRect subset = kUnset; member in struct:__anon38897::final
115 SkCanvasPriv::SaveBehind(c, maybe_unset(subset));
506 void SkLiteDL::saveBehind(const SkRect* subset) {
507 this->push<SaveBehind>(0, subset);
SkLiteRecorder.cpp 33 bool SkLiteRecorder::onDoSaveBehind(const SkRect* subset) {
34 fDL->saveBehind(subset);
SkPictureRecord.cpp 78 bool SkPictureRecord::onDoSaveBehind(const SkRect* subset) {
83 if (subset) {
85 size += sizeof(*subset);
90 if (subset) {
91 this->addRect(*subset);
SkPicturePlayback.cpp 522 const SkRect* subset = nullptr; local
526 subset = &storage;
528 SkCanvasPriv::SaveBehind(canvas, subset);
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 107 bool subset (hb_subset_context_t *c) const function in struct:OT::SingleSubstFormat1
206 bool subset (hb_subset_context_t *c) const function in struct:OT::SingleSubstFormat2
429 bool subset (hb_subset_context_t *c) const function in struct:OT::MultipleSubstFormat1
432 // TODO(subset)
619 bool subset (hb_subset_context_t *c) const function in struct:OT::AlternateSubstFormat1
622 // TODO(subset)
967 bool subset (hb_subset_context_t *c) const function in struct:OT::LigatureSubstFormat1
970 // TODO(subset)
1161 bool subset (hb_subset_context_t *c) const function in struct:OT::ReverseChainSingleSubstFormat1
1427 bool subset (hb_subset_context_t *c) const function in struct:OT::SubstLookup
1446 bool subset (hb_subset_context_t *c) const function in struct:OT::GSUB
    [all...]
  /external/fonttools/Lib/fontTools/subset/
__init__.py 12 from fontTools.subset.cff import *
32 subset fonts as webfonts. Individual optimizations can be enabled or
45 Specify one or more glyph identifiers to include in the subset. Must be
59 Specify comma/whitespace-separated PS glyph names to add to the subset.
67 Specify characters to include in the subset, as UTF-8 string.
70 the subset.
113 will be saved in as font-file.subset.
125 These options control how additional glyphs are added to the subset.
129 Add the '.notdef' glyph to the subset (ie, keep it). [default]
144 Add glyphs 0, 1, 2, and 3 to the subset, as recommended fo
398 def subset(self, glyphs): function
425 def subset(self, glyphs, remap=False): function
2630 def subset(self, font): member in class:Subsetter
    [all...]
  /external/skia/bench/
nanobench.cpp 554 // This is indicates that subset decoding is not supported for a particular image format.
561 // minOutputSize x minOutputSize subset at the given sampleSize.
969 SkIRect subset; local
    [all...]
  /external/skqp/bench/
nanobench.cpp 554 // This is indicates that subset decoding is not supported for a particular image format.
561 // minOutputSize x minOutputSize subset at the given sampleSize.
969 SkIRect subset; local
    [all...]
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
BoundSet.java 493 Set<T> subset = allButOne(allElements, element); local
494 res.addAll(buildAllSubsetsOfSize(subset, desiredSize));
507 * there exists no non-empty proper subset of { ?1, ..., ?n } with this property.
553 // Given a bound set that does not contain the bound false, a subset of the inference variables mentioned by
636 // Otherwise, let { ?1, ..., ?n } be a non-empty subset of uninstantiated variables in V such that i)
638 // or there is some j such that ? = ?j; and ii) there exists no non-empty proper subset of { ?1, ..., ?n }
    [all...]
  /external/deqp-deps/glslang/hlsl/
hlslParseHelper.h 154 TIntermTyped* constructBuiltIn(const TType&, TOperator, TIntermTyped*, const TSourceLoc&, bool subset);
250 TIntermTyped* flattenAccess(int uniqueId, int member, TStorageQualifier outerStorage, const TType&, int subset = -1);
252 int findSubtreeOffset(const TType&, int subset, const TVector<int>& offsets) const;
  /external/libxml2/
testrecurse.c 929 int subset = 0; local
942 subset++;
947 if (subset == 0) {
  /external/skia/fuzz/
FuzzMain.cpp 400 // are more targeted fuzzers that do a subset of what this one does.
528 SkDebugf("[terminated] Cannot codec subset: divisor %d is too big "
532 // subset dimensions
536 SkIRect subset; local
538 opts.fSubset = &subset;
543 // fscale * x and fscale * y, but we want integers such that the next subset will start
549 // Do not make the subset go off the edge of the image.
552 subset.setXYWH(x, y, preScaleW, preScaleH);
554 // FIXME: Should we have a version of getScaledDimensions that takes a subset
574 // First subset is okay to return unimplemented
    [all...]
  /external/skia/src/codec/
SkCodec.cpp 335 SkIRect subset(*options->fSubset);
336 if (!this->onGetValidSubset(&subset) || subset != *options->fSubset) {
337 // FIXME: How to differentiate between not supporting subset at all
338 // and not supporting this particular subset?
351 // because it supports arbitrary scaling/subset combinations.
371 // there is a subset. In that case, it will use the width of the subset. From here, the
372 // subset will only be non-null in the case of SkWebpCodec, but it treats the subset
    [all...]
  /external/skia/src/image/
SkSurface_Gpu.cpp 91 sk_sp<SkImage> SkSurface_Gpu::onNewImageSnapshot(const SkIRect* subset) {
107 if (subset) {
108 srcProxy = GrSurfaceProxy::Copy(ctx, rtc->asSurfaceProxy(), rtc->mipMapped(), *subset,
  /external/skqp/fuzz/
FuzzMain.cpp 394 // are more targeted fuzzers that do a subset of what this one does.
522 SkDebugf("[terminated] Cannot codec subset: divisor %d is too big "
526 // subset dimensions
530 SkIRect subset; local
532 opts.fSubset = &subset;
537 // fscale * x and fscale * y, but we want integers such that the next subset will start
543 // Do not make the subset go off the edge of the image.
546 subset.setXYWH(x, y, preScaleW, preScaleH);
548 // FIXME: Should we have a version of getScaledDimensions that takes a subset
568 // First subset is okay to return unimplemented
    [all...]
  /external/skqp/src/codec/
SkCodec.cpp 335 SkIRect subset(*options->fSubset);
336 if (!this->onGetValidSubset(&subset) || subset != *options->fSubset) {
337 // FIXME: How to differentiate between not supporting subset at all
338 // and not supporting this particular subset?
351 // because it supports arbitrary scaling/subset combinations.
371 // there is a subset. In that case, it will use the width of the subset. From here, the
372 // subset will only be non-null in the case of SkWebpCodec, but it treats the subset
    [all...]
  /external/skqp/src/image/
SkSurface_Gpu.cpp 86 sk_sp<SkImage> SkSurface_Gpu::onNewImageSnapshot(const SkIRect* subset) {
102 if (subset) {
103 srcProxy = GrSurfaceProxy::Copy(ctx, rtc->asSurfaceProxy(), rtc->mipMapped(), *subset,
  /external/tensorflow/tensorflow/python/keras/preprocessing/
image_test.py 283 generator.flow_from_directory(tmp_folder, subset='foo')
288 tmp_folder, subset='training')
292 tmp_folder, subset='validation')
  /build/soong/java/
jacoco.go 49 // Instruments a jar using the Jacoco command line interface. Uses stripSpec to extract a subset
  /external/bcc/examples/networking/tunnel_monitor/
README.md 13 can be used to simulate a subset of clients on host0 talking to various other
  /external/compiler-rt/make/
util.mk 24 # Return "true" if 'a' is a subset of 'b'.

Completed in 823 milliseconds

1 2 3 4 5 6 78 91011>>