You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
cldnn_build_option_graph_dumps_dir, ///< Specifies a directory to which stages of network compilation should be dumped.
215
215
cldnn_build_option_serialization, ///< Specifies a name of files to which serialization should be dumped.
216
-
cldnn_build_option_load_program, ///< Specifies a name of load_program process.
217
216
cldnn_build_option_learning_config, ///< User defined learning parameters.
218
217
cldnn_build_option_detection_output_gpu///< Run detection output layer always on GPU, regardless performance
219
218
} cldnn_build_option_type;
@@ -280,7 +279,6 @@ typedef enum /*:int32_t*/
280
279
cldnn_format_o_i_yx_i16_o16,///< format used for blocked convolution
281
280
cldnn_format_os_iyx_osv16, ///< format used only for convolution weights: os - output feature maps slice, i - input feature maps, yx - spatials, sv16 - 16 values of single slice.
282
281
///< \n \image html os_iyx_osv16.jpg
283
-
cldnn_format_oiyx_o16, ///< format used only for convolution weights: os - output feature maps slice, i - input feature maps, yx - spatials, sv16 - 16 values of single slice.
284
282
cldnn_format_os_iyx_osv32, ///< format used only for convolution weights: os - output feature maps slice, i - input feature maps, yx - spatials, sv32 - 32 values of single slice.
285
283
cldnn_format_os_iyx_osv64, ///< format used only for convolution weights: os - output feature maps slice, i - input feature maps, yx - spatials, sv64 - 64 values of single slice.
286
284
cldnn_format_bs_xs_xsv8_bsv8, ///< format used only for fully connected weights: bs - batch slice, xs - x slice, bsv8 - 8 values of single slice.
/// @brief Allocates memory for a new network which will be able to execute specified @p program.
670
678
/// @param[in] program The program object which holds binaries compiled from some topology and engine. Multiple network objects can share the same program.
0 commit comments