Re: [FFmpeg-devel] [PATCH V2 1/4] dnn: add tf.nn.conv2d support for native model

2019-10-30 Thread Pedro Arthur
Em seg, 21 de out de 2019 às 09:44, Guo, Yejun escreveu: > 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

[FFmpeg-devel] [PATCH V2 1/4] dnn: add tf.nn.conv2d support for native model

2019-10-21 Thread Guo, Yejun
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