HomeSort by relevance Sort by last modified time
    Searched defs:MinMax (Results 1 - 14 of 14) sorted by null

  /external/tensorflow/tensorflow/lite/tools/optimize/calibration/
calibration_logger.h 25 class MinMax {
73 const std::unordered_map<int, MinMax>& GetCalibrationValues() const {
78 std::unordered_map<int, MinMax> tensor_id_to_stats_map_;
  /external/gemmlowp/meta/generators/
transform_kernels_common.py 46 emitter.EmitComment('MinMax::Prepare')
59 """Generate the MinMax transform inner loop code."""
61 emitter.EmitComment('MinMax::Transform')
383 class MinMax(BaseTransform):
387 BaseTransform.__init__(self, cc_emitter, 'MinMax<%s>' % numerical_type,
571 minmax = MinMax('uint8_t', cc_emitter, asm_emitter)
586 minmax.SpecializeTransform1DKernel('uint8_t', 'uint8_t', shape[0], shape[1])
  /external/gemmlowp/meta/
transform_kernels.h 48 struct MinMax {
126 class Transform1DKernel<InType, OutType, MinMax<Type>, kernel_size, leftovers> {
128 static void Transform(const InType* in, const MinMax<Type>& params,
132 std::cout << "MinMax::Transform(" << std::string(typeid(InType).name())
137 std::cerr << "FATAL: MinMax::Transform not implemented." << std::endl;
218 class Transform1DUtil<InType, OutType, MinMax<MinMaxType>> {
220 static int EstimateComputeCost(const MinMax<MinMaxType>& params) {
224 static const InType* OffsetInput(const MinMax<MinMaxType>& params,
229 static OutType* OffsetOutput(const MinMax<MinMaxType>& params,
  /external/v8/src/asmjs/
asm-types.cc 233 auto* MinMax = new (zone) AsmMinMaxType(dest, src);
234 return reinterpret_cast<AsmType*>(MinMax);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
xray-account.cpp 237 auto MinMax = std::minmax_element(Timings.begin(), Timings.end());
238 R.Min = *MinMax.first;
239 R.Max = *MinMax.second;
  /external/harfbuzz_ng/src/
hb-ot-layout-base-table.hh 185 * of MinMax table (may be NULL) */
189 * of MinMax table (may be NULL) */
195 struct MinMax
229 * of MinMax table (may be NULL) */
233 * of MinMax table (may be NULL) */
283 const MinMax &get_min_max () const
284 { return this+minMax; }
290 minMax.sanitize (c, this)));
295 OffsetTo<MinMax>
296 minMax; /* Offset to MinMax table, from beginnin
    [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp     [all...]
AMDGPUISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp     [all...]
AMDGPUISelLowering.cpp     [all...]
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/
types.h 683 struct MinMax {
687 static_assert(sizeof(MinMax) == 8, "");
809 MinMax minmax; member in struct:tflite::FakeQuantParams
  /external/tensorflow/tensorflow/lite/kernels/internal/
types.h 699 struct MinMax {
703 static_assert(sizeof(MinMax) == 8, "");
833 MinMax minmax; member in struct:tflite::FakeQuantParams
    [all...]
  /external/tensorflow/tensorflow/lite/toco/
model.h 921 struct MinMax {
926 inline bool operator==(const MinMax& m1, const MinMax& m2) {
931 // - Annotate its input and output arrays with MinMax information,
934 // values from the min to the max value dictated by its MinMax info.
946 std::unique_ptr<MinMax> minmax; member in struct:toco::FakeQuantOperator
2215 std::unique_ptr<MinMax> minmax; member in struct:toco::Array
    [all...]
  /external/v8/src/arm/
simulator-arm.cc     [all...]

Completed in 531 milliseconds