Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[TODO] Re-releaseflatc with some customizations of our own to address the lack of arithmetic precision of the quantization parameters #196

Closed
Labels
@PINTO0309

Description

@PINTO0309

Issue Type

Others

onnx2tf version number

1.7.2

onnx version number

1.13.1

tensorflow version number

2.12.0rc0

Download URL for ONNX

N/A

Parameter Replacement JSON

N/A

Description

  1. Personal
  2. [TODO] Re-releaseflatc with some customizations of our own to address the lack of arithmetic precision of the quantization parameters
  3. Source code
    https://github.com/PINTO0309/flatbuffers
  • flatbuffers/include/flatbuffers/util.h

    • From:
      template<>inline std::string NumToString<double>(double t) {returnFloatToString(t,12);}template<>inline std::string NumToString<float>(float t) {returnFloatToString(t,6);}
    • To:
      template<>inline std::string NumToString<double>(double t) {returnFloatToString(t,12);}template<>inline std::string NumToString<float>(float t) {returnFloatToString(t,17);}
  • build

    cd flatbuffers&& mkdir build&&cd buildcmake -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ..make -j$(nproc)

    image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp