109021017

Results 6 comments of 109021017

@VeiZhang @xingag Is it possible to get the name of current fragment in an app without root permission? If you guys know any api about this, please tell me, then...

use app usage api instead

@iRYO400 Oh! I update the app, remove the Accessibility service by using app usage api instead, about a year ago. So the app in Play Store is fine. I didn't...

The color displayed is determined by the scalar value which in this sample is `mesh['value']`. And you accutally know the scalar range of each color. In this case it's assigned...

> This looks like it is overflowing, are you using float32 texture or float16 texture? `console.log(tf.ENV.getBool('WEBGL_RENDER_FLOAT32_CAPABLE'))` true `console.log(tf.ENV.getBool('WEBGL_RENDER_FLOAT32_ENABLED'))` true but after I ` tf.ENV.set("WEBGL_RENDER_FLOAT32_ENABLED", false)` the output is still wrong.

While on iPhone which produce the right result, the `WEBGL_RENDER_FLOAT32_CAPABLE` and `WEBGL_RENDER_FLOAT32_ENABLED` is always false.