Home
last modified time | relevance | path

Searched refs:sfc (Results 1 – 24 of 24) sorted by relevance

/external/tensorflow/tensorflow/python/feature_column/
Dsequence_feature_column_test.py29 from tensorflow.python.feature_column import sequence_feature_column as sfc unknown
59 input_layer = sfc.concatenate_context_input(context_input, seq_input)
80 sfc.concatenate_context_input(context_input, seq_input)
94 sfc.concatenate_context_input(context_input, seq_input)
102 sfc.concatenate_context_input(context_input, seq_input)
110 sfc.concatenate_context_input(context_input, seq_input)
175 column = sfc.sequence_categorical_column_with_identity('aaa', num_buckets=9)
185 parent = sfc.sequence_categorical_column_with_identity(
249 column = sfc.sequence_categorical_column_with_hash_bucket(
300 column = sfc.sequence_categorical_column_with_vocabulary_file(
[all …]
Dsequence_feature_column_integration_test.py28 from tensorflow.python.feature_column import sequence_feature_column as sfc unknown
38 'int_list', sfc.sequence_categorical_column_with_identity,
43 'bytes_list', sfc.sequence_categorical_column_with_hash_bucket,
48 'bytes_list', sfc.sequence_categorical_column_with_vocabulary_list,
57 'bytes_list', sfc.sequence_categorical_column_with_vocabulary_file,
/external/tensorflow/tensorflow/python/keras/feature_column/
Dsequence_feature_column_test.py29 from tensorflow.python.feature_column import sequence_feature_column as sfc unknown
122 categorical_column_a = sfc.sequence_categorical_column_with_identity(
128 categorical_column_b = sfc.sequence_categorical_column_with_identity(
215 categorical_column_a = sfc.sequence_categorical_column_with_identity(
217 categorical_column_b = sfc.sequence_categorical_column_with_identity(
325 categorical_column_a = sfc.sequence_categorical_column_with_identity(
328 categorical_column_b = sfc.sequence_categorical_column_with_identity(
390 numeric_column = sfc.sequence_numeric_column('aaa')
433 numeric_column = sfc.sequence_numeric_column('aaa', shape=(2, 2))
454 numeric_column_a = sfc.sequence_numeric_column('aaa')
[all …]
Dsequence_feature_column_integration_test.py28 from tensorflow.python.feature_column import sequence_feature_column as sfc unknown
68 identity_col = sfc.sequence_categorical_column_with_identity(
70 bucket_col = sfc.sequence_categorical_column_with_hash_bucket(
121 seq = sfc.sequence_categorical_column_with_identity('seq',
Ddense_features_test.py27 from tensorflow.python.feature_column import sequence_feature_column as sfc unknown
1098 categorical_column_a = sfc.sequence_categorical_column_with_identity(
1120 categorical_column_a = sfc.sequence_categorical_column_with_identity(
/external/skia/tests/
DRectangleTextureTest.cpp42 if (GrSurfaceFillContext* sfc = rectContext->asFillContext()) { in test_clear() local
45 sfc->clear(SkPMColor4f::FromBytes_RGBA(color0)); in test_clear()
47 int w = sfc->width(); in test_clear()
48 int h = sfc->height(); in test_clear()
59 for (int i = 0; i < sfc->width() * sfc->height(); ++i) { in test_clear()
66 sfc->clear(rect, SkPMColor4f::FromBytes_RGBA(color1)); in test_clear()
81 TestReadPixels(reporter, dContext, sfc, expectedPixels.get(), "RectangleTexture-clear"); in test_clear()
/external/llvm-project/clang/test/Index/
Dcomplete-memfunc-cvquals.cpp18 smart_ptr<Foo> sf, const smart_ptr<Foo> &sfc, Foo volatile *fvp) { in text() argument
24 sfc->baz(); in text()
/external/clang/test/Index/
Dcomplete-memfunc-cvquals.cpp18 smart_ptr<Foo> sf, const smart_ptr<Foo> &sfc, Foo volatile *fvp) { in text() argument
24 sfc->baz(); in text()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dflow_control.cc73 StreamFlowControl* sfc) { in Init() argument
75 sfc_ = sfc; in Init()
80 if (sfc != nullptr) { in Init()
81 remote_window_delta_ = sfc->remote_window_delta(); in Init()
82 local_window_delta_ = sfc->local_window_delta(); in Init()
83 announced_window_delta_ = sfc->announced_window_delta(); in Init()
Dflow_control.h116 StreamFlowControl* sfc) { in FlowControlTrace() argument
117 if (enabled_) Init(reason, tfc, sfc); in FlowControlTrace()
126 StreamFlowControl* sfc);
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dflow_control.cc71 StreamFlowControl* sfc) { in Init() argument
73 sfc_ = sfc; in Init()
78 if (sfc != nullptr) { in Init()
79 remote_window_delta_ = sfc->remote_window_delta(); in Init()
80 local_window_delta_ = sfc->local_window_delta(); in Init()
81 announced_window_delta_ = sfc->announced_window_delta(); in Init()
Dflow_control.h117 StreamFlowControl* sfc) { in FlowControlTrace() argument
118 if (enabled_) Init(reason, tfc, sfc); in FlowControlTrace()
127 StreamFlowControl* sfc);
/external/skia/src/image/
DSkImage_GpuYUVA.cpp159 auto sfc = GrSurfaceFillContext::Make(context, in onAsView() local
167 if (!sfc) { in onAsView()
178 sfc->fillWithFP(std::move(fp)); in onAsView()
180 return {sfc->readSurfaceView(), sfc->imageInfo().colorType()}; in onAsView()
/external/skia/src/gpu/
DGrSurfaceContext.cpp251 auto sfc = GrSurfaceFillContext::Make(dContext, tempInfo, SkBackingFit::kApprox); in readPixels() local
252 if (!sfc) { in readPixels()
272 sfc->fillRectToRectWithFP(SkIRect::MakePtSize(pt, dst.dimensions()), in readPixels()
276 tempCtx = std::move(sfc); in readPixels()
1140 auto sfc = GrSurfaceFillContext::MakeWithFallback(fContext, in rescale() local
1147 if (!sfc || !this->rescaleInto(sfc.get(), in rescale()
1148 SkIRect::MakeSize(sfc->dimensions()), in rescale()
1154 return sfc; in rescale()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h387 StackSpaceRegion(MemRegionManager &mgr, Kind k, const StackFrameContext *sfc) in StackSpaceRegion() argument
388 : MemSpaceRegion(mgr, k), SFC(sfc) { in StackSpaceRegion()
390 assert(sfc); in StackSpaceRegion()
407 StackLocalsSpaceRegion(MemRegionManager &mgr, const StackFrameContext *sfc) in StackLocalsSpaceRegion() argument
408 : StackSpaceRegion(mgr, StackLocalsSpaceRegionKind, sfc) {} in StackLocalsSpaceRegion()
422 StackArgumentsSpaceRegion(MemRegionManager &mgr, const StackFrameContext *sfc) in StackArgumentsSpaceRegion() argument
423 : StackSpaceRegion(mgr, StackArgumentsSpaceRegionKind, sfc) {} in StackArgumentsSpaceRegion()
/external/ethtool/
DMakefile.am15 smsc911x.c at76c50x-usb.c sfc.c stmmac.c \
DAndroid.bp64 "sfc.c",
DNEWS356 * Feature: sfc register dump support
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h362 StackSpaceRegion(MemRegionManager *mgr, Kind k, const StackFrameContext *sfc) in StackSpaceRegion() argument
363 : MemSpaceRegion(mgr, k), SFC(sfc) { in StackSpaceRegion()
381 StackLocalsSpaceRegion(MemRegionManager *mgr, const StackFrameContext *sfc) in StackLocalsSpaceRegion() argument
382 : StackSpaceRegion(mgr, StackLocalsSpaceRegionKind, sfc) {} in StackLocalsSpaceRegion()
396 StackArgumentsSpaceRegion(MemRegionManager *mgr, const StackFrameContext *sfc) in StackArgumentsSpaceRegion() argument
397 : StackSpaceRegion(mgr, StackArgumentsSpaceRegionKind, sfc) {} in StackArgumentsSpaceRegion()
/external/skia/src/core/
DSkGpuBlurUtils.cpp63 static void convolve_gaussian_1d(GrSurfaceFillContext* sfc, in convolve_gaussian_1d() argument
89 *sfc->caps()); in convolve_gaussian_1d()
90 sfc->fillRectToRectWithFP(srcRect, dstRect, std::move(conv)); in convolve_gaussian_1d()
/external/tcpdump/
DCHANGES291 Network Service Header: draft-ietf-sfc-nsh-01
/external/icu/icu4c/source/data/unidata/
Dchanges.txt4312 + Jamo_Short_Name, sfc->scf, binary property value aliases
4407 - renamed property Simple_Case_Folding (sfc->scf)
4487 + Jamo_Short_Name, sfc->scf, binary property value aliases
Dppucd.txt97 property;String;scf;Simple_Case_Folding;sfc
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Dinternal_raw_IPA-old.txt176332 sfc %7773