Home
last modified time | relevance | path

Searched refs:cOptions (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/swift/Sources/
DInterpreter.swift48 guard let cOptions = TFL_NewInterpreterOptions() else { variable
52 TFL_InterpreterOptionsSetNumThreads(cOptions, Int32(threadCount))
56 cOptions,
68 return cOptions
/external/tensorflow/tensorflow/lite/experimental/objc/sources/
DTFLInterpreter.mm68 TFL_InterpreterOptions *cOptions = nullptr;
89 cOptions = TFL_NewInterpreterOptions();
90 if (cOptions == nullptr) {
98 TFL_InterpreterOptionsSetNumThreads(cOptions, (int32_t)options.numberOfThreads);
100 TFL_InterpreterOptionsSetErrorReporter(cOptions, TFLInterpreterErrorReporter, nullptr);
102 _interpreter = TFL_NewInterpreter(model, cOptions);
119 TFL_DeleteInterpreterOptions(cOptions);
/external/lz4/tests/
Dframetest.c832 LZ4F_compressOptions_t cOptions; in fuzzerTests() local
833 memset(&cOptions, 0, sizeof(cOptions)); in fuzzerTests()
842 cOptions.stableSrc = ((FUZ_rand(&randState) & 3) == 1); in fuzzerTests()
844 iSize, cOptions.stableSrc); in fuzzerTests()
846 result = LZ4F_compressUpdate(cCtx, op, oSize, ip, iSize, &cOptions); in fuzzerTests()
853 result = LZ4F_flush(cCtx, op, oend-op, &cOptions); in fuzzerTests()
859 result = LZ4F_compressEnd(cCtx, op, oend-op, &cOptions); in fuzzerTests()
/external/owasp/sanitizer/tools/findbugs/lib/
Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/jarjar/lib/
Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...