Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DImportedFunctionsInliningStatistics.cpp70 static std::string getStatString(const char *Msg, int32_t Fraction, int32_t All, in getStatString() function
139 << getStatString("inlined functions", InlinedFunctionsCount, in dump()
141 << getStatString("imported functions inlined anywhere", in dump()
144 << getStatString("imported functions inlined into importing module", in dump()
148 << getStatString(", remaining", ImportedNotInlinedIntoModule, in dump()
150 << getStatString("non-imported functions inlined anywhere", in dump()
153 << getStatString( in dump()
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/
DTensorFlowImageClassifier.java191 public String getStatString() { in getStatString() method in TensorFlowImageClassifier
192 return inferenceInterface.getStatString(); in getStatString()
DTensorFlowObjectDetectionAPIModel.java211 public String getStatString() { in getStatString() method in TensorFlowObjectDetectionAPIModel
212 return inferenceInterface.getStatString(); in getStatString()
DTensorFlowYoloDetector.java253 public String getStatString() { in getStatString() method in TensorFlowYoloDetector
254 return inferenceInterface.getStatString(); in getStatString()
DClassifier.java104 String getStatString(); in getStatString() method
DTensorFlowMultiBoxDetector.java277 public String getStatString() { in getStatString() method in TensorFlowMultiBoxDetector
278 return inferenceInterface.getStatString(); in getStatString()
DClassifierActivity.java199 String statString = classifier.getStatString(); in renderDebug()
DDetectorActivity.java223 final String statString = detector.getStatString(); in onPreviewSizeChosen()
DStylizeActivity.java616 final String[] statLines = inferenceInterface.getStatString().split("\n"); in renderDebug()
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DCpuMonitor.java243 String statString = getStatString(); in cpuUtilizationTask()
421 private synchronized String getStatString() { in getStatString() method in CpuMonitor
/external/tensorflow/tensorflow/tools/android/inference_interface/java/org/tensorflow/contrib/android/
DTensorFlowInferenceInterface.java264 public String getStatString() { in getStatString() method in TensorFlowInferenceInterface