Home
last modified time | relevance | path

Searched refs:Zero (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
A DInterpreter.cs57 private TfLiteModel model = IntPtr.Zero;
58 private TfLiteInterpreter interpreter = IntPtr.Zero;
59 private TfLiteInterpreterOptions options = IntPtr.Zero;
67 if (model == IntPtr.Zero) throw new Exception("Failed to create TensorFlowLite Model"); in Interpreter()
75 …if (interpreter == IntPtr.Zero) throw new Exception("Failed to create TensorFlowLite Interpreter"); in Interpreter()
79 if (interpreter != IntPtr.Zero) TfLiteInterpreterDelete(interpreter); in Dispose()
80 interpreter = IntPtr.Zero; in Dispose()
81 if (model != IntPtr.Zero) TfLiteModelDelete(model); in Dispose()
82 model = IntPtr.Zero; in Dispose()
83 if (options != IntPtr.Zero) TfLiteInterpreterOptionsDelete(options); in Dispose()
[all …]
/AliOS-Things-master/components/SDL2/src/libm/
A De_fmod.c21 static const double one = 1.0, Zero[] = {0.0, -0.0,}; variable
41 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/ in __ieee754_fmod()
95 return Zero[(u_int32_t)sx>>31]; in __ieee754_fmod()
104 return Zero[(u_int32_t)sx>>31]; in __ieee754_fmod()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/dotzlib/DotZLib/
A DGZipStream.cs57 if (_gzFile == IntPtr.Zero) in GZipStream()
70 if (_gzFile == IntPtr.Zero) in GZipStream()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/gemmlowp/fixedpoint/
A Dfixedpoint.h506 static FixedPoint Zero() { return FromScalarRaw(0); }
784 result = SelectUsingMask(MaskIfLessThan(a, clamp), ResultF::Zero(), result);
830 tRawType mask_if_negative = MaskIfLessThan(a, InputF::Zero());
834 return SelectUsingMask(mask_if_zero, ResultF::Zero(),
876 tRawType mask_if_positive = MaskIfGreaterThan(a, InputF::Zero());
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/
A Dsoftmax.h98 FixedPointAccum sum_of_exps = FixedPointAccum::Zero(); in Softmax()
A Dlog_softmax.h95 FixedPointAccum sum_of_exps = FixedPointAccum::Zero(); in LogSoftmax()
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dwizard.txt143 Ah Zero for first scan of a coefficient, else Al of prior scan
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/
A Dlegacy_optimized_ops.h4062 FixedPointAccum sum_of_exps = FixedPointAccum::Zero(); in Softmax()
4067 FixedPointAccumInt32x4 sum_of_exps_0 = FixedPointAccumInt32x4::Zero(); in Softmax()
4068 FixedPointAccumInt32x4 sum_of_exps_1 = FixedPointAccumInt32x4::Zero(); in Softmax()
4069 FixedPointAccumInt32x4 zeros = FixedPointAccumInt32x4::Zero(); in Softmax()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog1065 "Divide By Zero in the tiff2rgba tool."
2510 * tools/tiff2ps.c (PSDataBW): Zero buffer *after* checking for
2586 Zero Day Initiative for reporting this vulnerability (ZDI-CAN-1004,
5598 * libtiff/{tif_strip.c, tif_tile.c}: Zero division problem fixed

Completed in 37 milliseconds