/external/tensorflow/tensorflow/contrib/layers/kernels/ |
sparse_feature_cross_kernel.cc | 44 // Returns the fingerprint of nth feature from the specified batch. 45 virtual InternalType Feature(int64 batch, int64 n) const = 0; 66 InternalType Feature(int64 batch, int64 n) const override; 78 int64 SparseTensorColumn<int64>::Feature(int64 batch, int64 n) const { 87 string SparseTensorColumn<string>::Feature(int64 batch, int64 n) const { 95 StringPiece SparseTensorColumn<StringPiece>::Feature(int64 batch, 109 InternalType Feature(int64 batch, int64 n) const override; 119 int64 DenseTensorColumn<int64>::Feature(int64 batch, int64 n) const { 127 string DenseTensorColumn<string>::Feature(int64 batch, int64 n) const { 133 StringPiece DenseTensorColumn<StringPiece>::Feature(int64 batch [all...] |
/external/tensorflow/tensorflow/core/util/ |
example_proto_helper.h | 23 #include "tensorflow/core/example/feature.pb.h" 37 // "Dense" feature configuration. 46 // "Sparse" feature configuration. 56 // at a particular index within a batch, and dense and sparse feature 60 // indexing of the feature configuration vectors. 63 // have disjoint key fields from the Feature map in the tensorflow.Example 66 // For each sparse feature, the sparse values temporary vector holds a 68 // on if the sparse feature value is set for the Example. This 119 // tensorflow::Example protocol buffer feature values. 122 // Check that the provided Feature proto message's oneof valu [all...] |
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
AndroidCamera2Capabilities.java | 93 mSupportedFeatures.add(Feature.FOCUS_AREA); 97 mSupportedFeatures.add(Feature.METERING_AREA); 101 mSupportedFeatures.add(Feature.ZOOM);
|
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/val/ |
validation_state.h | 59 struct Feature { 327 const Feature& features() const { return features_; } 418 Feature features_;
|
/external/swiftshader/third_party/subzero/pydir/ |
gen_arm32_reg_tables.py | 37 for Feature in self.Features: 38 self.FeaturesDict[Feature] = locals()[Feature] 41 return '%s' % (', '.join(str(self.FeaturesDict[Feature]) for 42 Feature in self.Features))
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/TcgStorageCoreLib/ |
TcgStorageUtil.c | 23 TCG_LEVEL0_FEATURE_DESCRIPTOR_HEADER *Feature;
763 // Not enough bytes left for Feature descriptor
770 // Report the Feature to the callback
787 The callback function for Get Feature function.
790 @param Feature Input Feature.
791 @param FeatureSize Input Feature size.
799 TCG_LEVEL0_FEATURE_DESCRIPTOR_HEADER *Feature,
807 if ( SwapBytes16( Feature->FeatureCode_BE ) == FindCtx->FeatureCode ) {
808 FindCtx->Feature = Feature; [all...] |
/external/clang/lib/Basic/ |
Module.cpp | 59 /// language options has the given feature. 60 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts, 62 bool HasFeature = llvm::StringSwitch<bool>(Feature) 72 .Default(Target.hasFeature(Feature)); 76 Feature) != LangOpts.ModuleFeatures.end(); 185 void Module::addRequirement(StringRef Feature, bool RequiredState, 188 Requirements.push_back(Requirement(Feature, RequiredState)); 190 // If this feature is currently available, we're done. 191 if (hasFeature(Feature, LangOpts, Target) == RequiredState)
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/ |
Ata.c | 76 // 48 bit address feature set is supported, get maximum capacity
158 // Enable this feature
177 // Detect if this feature is enabled
202 // Check if the feature is enabled
527 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Reg1.Feature, 0x03);
[all...] |
IdeData.h | 72 UINT16 Feature; /* when write */
|
Ide.h | 748 @param Feature The value in Feature register
764 IN UINT8 Feature,
777 @param Feature The value in Feature register
791 IN UINT16 Feature,
796 Enable Long Physical Sector Feature for ATA device.
800 @retval EFI_SUCCESS The ATA device supports Long Physical Sector feature
803 feature is not supported.
|
/external/tensorflow/tensorflow/core/kernels/ |
example_parsing_ops_test.cc | 21 #include "tensorflow/core/example/feature.pb.h" 43 void operator()(Feature* f, int feature_size) const { 57 void operator()(Feature* f, int feature_size) const { 71 void operator()(Feature* f, int feature_size) const { 115 Feature f;
|
/packages/apps/Camera2/src/com/android/camera/ |
FocusOverlayManager.java | 179 mFocusAreaSupported = mCapabilities.supports(CameraCapabilities.Feature.FOCUS_AREA); 180 mMeteringAreaSupported = mCapabilities.supports(CameraCapabilities.Feature.METERING_AREA); 181 mLockAeAwbNeeded = (mCapabilities.supports(CameraCapabilities.Feature.AUTO_EXPOSURE_LOCK) 182 || mCapabilities.supports(CameraCapabilities.Feature.AUTO_WHITE_BALANCE_LOCK));
|
/prebuilts/tools/common/m2/repository/org/codehaus/gmaven/feature/gmaven-feature-api/1.5/ |
gmaven-feature-api-1.5.jar | |
/test/vts/utils/python/reporting/ |
log_uploading_utils.py | 26 class LogUploadingFeature(feature_utils.Feature): 27 """Feature object for log uploading functionality. 31 web: (optional) WebFeature, object storing web feature util for test run 47 """Initializes the log uploading feature. 51 web: (optional) WebFeature, object storing web feature util for test run
|
/frameworks/base/media/java/android/media/ |
MediaCodecInfo.java | 107 private static class Feature { 111 public Feature(String name, int value, boolean def) { 473 * Query codec feature capabilities. 484 * Query codec feature requirements. 493 private static final Feature[] decoderFeatures = { 494 new Feature(FEATURE_AdaptivePlayback, (1 << 0), true), 495 new Feature(FEATURE_SecurePlayback, (1 << 1), false), 496 new Feature(FEATURE_TunneledPlayback, (1 << 2), false), 497 new Feature(FEATURE_PartialFrame, (1 << 3), false), 500 private static final Feature[] encoderFeatures = [all...] |
/external/python/cpython2/Tools/msi/ |
msi.py | 5 from msilib import Feature, CAB, Directory, Dialog, Binary, add_data 256 # This requests that feature selection states of an older [all...] |
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/ |
PlatformCapsule.fdf | 43 Vlv2TbltDevicePkg/Feature/Capsule/SystemFirmwareUpdateConfig/SystemFirmwareUpdateConfig.ini
|
PlatformCapsuleGcc.fdf | 43 Vlv2TbltDevicePkg/Feature/Capsule/SystemFirmwareUpdateConfig/SystemFirmwareUpdateConfigGcc.ini
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
SetMultimapTestSuiteBuilder.java | 27 import com.google.common.collect.testing.features.Feature; 80 Set<Feature<?>> features = computeMultimapAsMapGetFeatures(parentBuilder.getFeatures());
|
/frameworks/base/services/core/jni/ |
com_android_server_power_PowerManagerService.cpp | 45 using android::hardware::power::V1_0::Feature; 230 Return<void> ret = powerHalV1_0->setFeature((Feature)featureId, static_cast<bool>(data));
|
/prebuilts/tools/common/m2/repository/org/codehaus/gmaven/feature/gmaven-feature-support/1.5/ |
gmaven-feature-support-1.5.jar | |
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
SubtargetEmitter.cpp | 82 // Begin feature table 86 // For each feature 89 // Next feature 90 Record *Feature = FeatureList[i]; 92 const std::string &Name = Feature->getName(); 93 const std::string &CommandLineName = Feature->getValueAsString("Name"); 94 const std::string &Desc = Feature->getValueAsString("Desc"); 98 // Emit as { "feature", "description", featureEnum, i1 | i2 | ... | in } 105 Feature->getValueAsListOfDefs("Implies"); 125 // End feature tabl [all...] |
/external/fonttools/Lib/fontTools/ |
merge.py | 460 feature = [featureMap[v] for v in langsys.FeatureIndex if featureMap[v].FeatureTag == 'locl'] 461 assert len(feature) <= 1 462 if feature: 463 feature = feature[0] 468 f = synthFeature.Feature = otTables.Feature() 477 feature = synthFeature 490 feature.Feature.LookupListIndex[:0] = [id(synthLookup) [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/ |
msi.py | 5 from msilib import Feature, CAB, Directory, Dialog, Binary, add_data
255 # This requests that feature selection states of an older
[all...] |
/device/linaro/bootloader/edk2/UefiCpuPkg/ |
UefiCpuPkg.dsc | 64 MicrocodeFlashAccessLib|UefiCpuPkg/Feature/Capsule/Library/MicrocodeFlashAccessLibNull/MicrocodeFlashAccessLibNull.inf
143 UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdateDxe.inf
|