Home
last modified time | relevance | path

Searched refs:getDataType (Results 1 – 25 of 39) sorted by relevance

12

/external/cldr/tools/java/org/unicode/cldr/api/
DAttributeKey.java77 CldrDataType getDataType(); in getDataType() method
136 checkState(!src.getDataType().isOptionalAttribute(this), in valueFrom()
138 this, src.getDataType()); in valueFrom()
152 checkState(src.getDataType().isOptionalAttribute(this), in optionalValueFrom()
154 this, src.getDataType()); in optionalValueFrom()
169 checkState(src.getDataType().isOptionalAttribute(this), in valueFrom()
171 this, src.getDataType()); in valueFrom()
DCldrValue.java156 if (getPath().getDataType().isValueAttribute(key)) { in get()
168 public CldrDataType getDataType() { in getDataType() method in CldrValue
169 return getPath().getDataType(); in getDataType()
DCldrPath.java276 checkArgument(!getDataType().isValueAttribute(key), in get()
293 public CldrDataType getDataType() { in getDataType() method
399 if (!getDataType().equals(other.getDataType()) || length != other.length) { in equals()
DCldrFileDataSource.java76 cldrPath.getDataType(), in get()
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/image/
DTensorBufferContainer.java49 return create(TensorBuffer.createFrom(buffer, buffer.getDataType()), colorSpaceType); in clone()
54 if (buffer.getDataType() != DataType.UINT8) { in getBitmap()
73 return buffer.getDataType() == dataType ? buffer : TensorBuffer.createFrom(buffer, dataType); in getTensorBuffer()
DTensorImage.java148 TensorBuffer buffer = TensorBuffer.createDynamic(getDataType()); in load()
164 TensorBuffer buffer = TensorBuffer.createDynamic(getDataType()); in load()
268 public DataType getDataType() { in getDataType() method in TensorImage
DImageConversions.java74 buffer.getDataType() == DataType.UINT8 in convertGrayscaleTensorBufferToBitmap()
115 switch (buffer.getDataType()) { in convertBitmapToTensorBuffer()
DBoundingBoxUtil.java133 tensor.getDataType() == DataType.FLOAT32, in convert()
134 "Bounding Boxes only create from FLOAT32 buffers. Got: " + tensor.getDataType().name()); in convert()
/external/llvm-project/llvm/include/llvm/Analysis/Utils/
DTFUtils.h54 return TensorSpec(Name, Port, getDataType<T>(), Shape);
75 return getDataType<T>() == TypeIndex; in isElementType()
82 template <typename T> static int getDataType() { in getDataType() function
258 template <> int TensorSpec::getDataType<T>();
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/tensorbuffer/
DTensorBuffer.java126 if (buffer.getDataType() == DataType.FLOAT32 && dataType == DataType.FLOAT32) { in createFrom()
164 public abstract DataType getDataType(); in getDataType() method in TensorBuffer
DTensorBufferFloat.java42 public DataType getDataType() { in getDataType() method in TensorBufferFloat
DTensorBufferUint8.java41 public DataType getDataType() { in getDataType() method in TensorBufferUint8
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/common/ops/
DCastOp.java50 if (input.getDataType() == destinationType) { in apply()
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
DRegexTransformer.java63 rules.stream().collect(toImmutableSetMultimap(Rule::getDataType, Rule::getPathPrefix)); in RegexTransformer()
82 if (!prefixMap.get(value.getDataType()).contains(pathPrefix)) { in transform()
DRule.java86 final CldrDataType getDataType() { in getDataType() method in Rule
/external/angle/src/compiler/translator/
DImageFunctionHLSL.cpp208 ImageFunctionHLSL::ImageFunction::DataType ImageFunctionHLSL::ImageFunction::getDataType( in getDataType() function in sh::ImageFunctionHLSL::ImageFunction
312 imageFunction.type = imageFunction.getDataType(imageInternalFormat); in useImageFunction()
DImageFunctionHLSL.h64 DataType getDataType(TLayoutImageInternalFormat format) const;
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/image/ops/
DTensorOperatorWrapper.java56 TensorImage resImage = new TensorImage(resBuffer.getDataType()); in apply()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemSort.java206 public AVT getDataType() in getDataType() method in ElemSort
/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/
DFakeDataSupplier.java77 Iterables.filter(nonLocaleData.values(), v -> v.getPath().getDataType() == type)); in getDataForType()
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/label/
DTensorLabel.java122 DataType dataType = tensorBuffer.getDataType(); in getMapWithTensorBuffer()
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DAlternateLocaleData.java165 checkArgument(path.getDataType() == LDML, "only locale data (LDML) is supported: %s", path); in checkLdml()
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/vision/segmenter/
DImageSegmenter.java285 image.getDataType() == DataType.UINT8
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/vision/detector/
DObjectDetector.java418 image.getDataType() == DataType.UINT8
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/vision/classifier/
DImageClassifier.java404 image.getDataType() == DataType.UINT8

12