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 D | Interpreter.cs | 57 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 D | e_fmod.c | 21 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 D | GZipStream.cs | 57 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 D | fixedpoint.h | 506 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 D | softmax.h | 98 FixedPointAccum sum_of_exps = FixedPointAccum::Zero(); in Softmax()
|
A D | log_softmax.h | 95 FixedPointAccum sum_of_exps = FixedPointAccum::Zero(); in LogSoftmax()
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | wizard.txt | 143 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 D | legacy_optimized_ops.h | 4062 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 D | ChangeLog | 1065 "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 55 milliseconds