Home
last modified time | relevance | path

Searched refs:getInputData (Results 1 – 11 of 11) sorted by relevance

/external/google-cloud-java/java-document-ai/proto-google-cloud-document-ai-v1beta3/src/main/java/com/google/cloud/documentai/v1beta3/
DTrainProcessorVersionRequestOrBuilder.java168 com.google.cloud.documentai.v1beta3.TrainProcessorVersionRequest.InputData getInputData(); in getInputData() method
DTrainProcessorVersionRequest.java1374 public com.google.cloud.documentai.v1beta3.TrainProcessorVersionRequest.InputData getInputData() { in getInputData() method in TrainProcessorVersionRequest
1476 output.writeMessage(4, getInputData()); in writeTo()
1500 size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getInputData()); in getSerializedSize()
1535 if (!getInputData().equals(other.getInputData())) return false; in equals()
1561 hash = (53 * hash) + getInputData().hashCode(); in hashCode()
1839 mergeInputData(other.getInputData()); in mergeFrom()
2494 getInputData() { in getInputData() method in TrainProcessorVersionRequest.Builder
2664 .InputDataOrBuilder>(getInputData(), getParentForChildren(), isClean()); in getInputDataFieldBuilder()
/external/google-cloud-java/java-document-ai/proto-google-cloud-document-ai-v1/src/main/java/com/google/cloud/documentai/v1/
DTrainProcessorVersionRequestOrBuilder.java168 com.google.cloud.documentai.v1.TrainProcessorVersionRequest.InputData getInputData(); in getInputData() method
DTrainProcessorVersionRequest.java1349 public com.google.cloud.documentai.v1.TrainProcessorVersionRequest.InputData getInputData() { in getInputData() method in TrainProcessorVersionRequest
1449 output.writeMessage(4, getInputData()); in writeTo()
1473 size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getInputData()); in getSerializedSize()
1508 if (!getInputData().equals(other.getInputData())) return false; in equals()
1534 hash = (53 * hash) + getInputData().hashCode(); in hashCode()
1808 mergeInputData(other.getInputData()); in mergeFrom()
2458 public com.google.cloud.documentai.v1.TrainProcessorVersionRequest.InputData getInputData() { in getInputData() method in TrainProcessorVersionRequest.Builder
2628 getInputData(), getParentForChildren(), isClean()); in getInputDataFieldBuilder()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
DIDNAConformanceTest.java47 inputData = ReadInput.getInputData(); in TestConformance()
250 public static TreeMap getInputData() throws IOException, in getInputData() method in IDNAConformanceTest.ReadInput
/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/stringprep/
DIDNAConformanceTest.java44 inputData = ReadInput.getInputData(); in TestConformance()
247 public static TreeMap getInputData() throws IOException, in getInputData() method in IDNAConformanceTest.ReadInput
/external/tink/testing/java_src/java/com/google/crypto/tink/testing/
DPrfSetServiceImpl.java85 .compute(request.getInputData().toByteArray(), request.getOutputLength()); in compute()
/external/libtextclassifier/java/src/com/android/textclassifier/downloader/
DModelDownloadWorker.java85 this.workId = workerParams.getInputData().getLong(INPUT_DATA_KEY_WORK_ID, 0); in ModelDownloadWorker()
87 workerParams.getInputData().getLong(INPUT_DATA_KEY_SCHEDULED_TIMESTAMP, 0); in ModelDownloadWorker()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/workmanager/src/main/java/com/google/android/exoplayer2/ext/workmanager/
DWorkManagerScheduler.java167 Data inputData = Assertions.checkNotNull(workerParams.getInputData()); in doWork()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/workmanager/src/main/java/com/google/android/exoplayer2/ext/workmanager/
DWorkManagerScheduler.java169 Data inputData = Assertions.checkNotNull(workerParams.getInputData()); in doWork()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp18207 vector<deFloat16> getInputData(uint32_t seed, size_t count, size_t compCount, size_t stride, size_t… in getInputData() function
18258 result = getInputData(seed, count, compCount, stride, argCount, argNo); in getInputDataAC()
18278 result = getInputData(seed, count, compCount, stride, argCount, argNo); in getInputDataA()
18297 result = getInputData(seed, count, compCount, stride, argCount, argNo); in getInputDataPI()
18316 result = getInputData(seed, count, compCount, stride, argCount, argNo); in getInputDataP()
19126 …{"OpFNegate", "", 1, C, C, 0, 0, &getInputData, compareFP16ArithmeticFunc<C, C, 0, 0, fp16OpFNegat… in createFloat16ArithmeticSet()
19127 … {"Round", "", 1, C, C, 0, 0, &getInputData, compareFP16ArithmeticFunc<C, C, 0, 0, fp16Round>}, in createFloat16ArithmeticSet()
19128 …{"RoundEven", "", 1, C, C, 0, 0, &getInputData, compareFP16ArithmeticFunc<C, C, 0, 0, fp16RoundEve… in createFloat16ArithmeticSet()
19129 … {"Trunc", "", 1, C, C, 0, 0, &getInputData, compareFP16ArithmeticFunc<C, C, 0, 0, fp16Trunc>}, in createFloat16ArithmeticSet()
19130 {"FAbs", "", 1, C, C, 0, 0, &getInputData, compareFP16ArithmeticFunc<C, C, 0, 0, fp16FAbs>}, in createFloat16ArithmeticSet()
[all …]