Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Sign in / Register
F
ffmpeg
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Packages
    • Packages
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • submodule
  • ffmpeg
  • Repository

Switch branch/tag
  • ffmpeg
  • tests
  • dnn
  • dnn-layer-conv2d-test.c
Find file
BlameHistoryPermalink
  • Guo, Yejun's avatar
    dnn: add tf.nn.conv2d support for native model · dff39ea9
    Guo, Yejun authored Oct 21, 2019
    Unlike other tf.*.conv2d layers, tf.nn.conv2d does not create many
    nodes (within a scope) in the graph, it just acts like other layers.
    tf.nn.conv2d only creates one node in the graph, and no internal
    nodes such as 'kernel' are created.
    
    The format of native model file is also changed, a flag named
    has_bias is added, so change the version number.
    Signed-off-by: 's avatarGuo, Yejun <yejun.guo@intel.com>
    Signed-off-by: 's avatarPedro Arthur <bygrandao@gmail.com>
    dff39ea9
dnn-layer-conv2d-test.c 11.6 KB
EditWeb IDE

Replace dnn-layer-conv2d-test.c

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.