[INFO] fetching crate cldnn-sys 0.1.0... [INFO] checking cldnn-sys-0.1.0 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate cldnn-sys 0.1.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate cldnn-sys 0.1.0 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate cldnn-sys 0.1.0 [INFO] finished tweaking crates.io crate cldnn-sys 0.1.0 [INFO] tweaked toml for crates.io crate cldnn-sys 0.1.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1ceace293925e9d84951a19e42fafd535f698b850594f0e9f4a9c1125f5e269d [INFO] running `Command { std: "docker" "start" "-a" "1ceace293925e9d84951a19e42fafd535f698b850594f0e9f4a9c1125f5e269d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1ceace293925e9d84951a19e42fafd535f698b850594f0e9f4a9c1125f5e269d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ceace293925e9d84951a19e42fafd535f698b850594f0e9f4a9c1125f5e269d", kill_on_drop: false }` [INFO] [stdout] 1ceace293925e9d84951a19e42fafd535f698b850594f0e9f4a9c1125f5e269d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 404d6357c8fc0614fa7471daaba27a101f175afe6d3226ebd7e51a029ac796be [INFO] running `Command { std: "docker" "start" "-a" "404d6357c8fc0614fa7471daaba27a101f175afe6d3226ebd7e51a029ac796be", kill_on_drop: false }` [INFO] [stderr] Checking cldnn-sys v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | pub type __uint8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Uint8T` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | pub type __int16_t = ::std::os::raw::c_short; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Int16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | pub type __uint16_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | pub type __int32_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Int32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | pub type __uint32_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | pub type __int64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | pub type __uint64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_status` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:30:10 [INFO] [stdout] | [INFO] [stdout] 30 | pub type cldnn_status = i32; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnStatus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_engine` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:44:10 [INFO] [stdout] | [INFO] [stdout] 44 | pub type cldnn_engine = *mut cldnn_engine_impl; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnEngine` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_event` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | pub type cldnn_event = *mut cldnn_event_impl; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_topology` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:56:10 [INFO] [stdout] | [INFO] [stdout] 56 | pub type cldnn_topology = *mut cldnn_topology_impl; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnTopology` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_program` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | pub type cldnn_program = *mut cldnn_program_impl; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnProgram` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_network` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:68:10 [INFO] [stdout] | [INFO] [stdout] 68 | pub type cldnn_network = *mut cldnn_network_impl; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnNetwork` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_memory` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:74:10 [INFO] [stdout] | [INFO] [stdout] 74 | pub type cldnn_memory = *mut cldnn_memory_impl; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnMemory` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_engine_type` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:76:10 [INFO] [stdout] | [INFO] [stdout] 76 | pub type cldnn_engine_type = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnEngineType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_priority_mode_type` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | pub type cldnn_priority_mode_type = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnPriorityModeType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_throttle_mode_type` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:86:10 [INFO] [stdout] | [INFO] [stdout] 86 | pub type cldnn_throttle_mode_type = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnThrottleModeType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_event_handler` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:122:10 [INFO] [stdout] | [INFO] [stdout] 122 | pub type cldnn_event_handler = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnEventHandler` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_build_option_type` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:141:10 [INFO] [stdout] | [INFO] [stdout] 141 | pub type cldnn_build_option_type = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnBuildOptionType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_tuning_mode_type` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:145:10 [INFO] [stdout] | [INFO] [stdout] 145 | pub type cldnn_tuning_mode_type = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnTuningModeType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_format_type` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:202:10 [INFO] [stdout] | [INFO] [stdout] 202 | pub type cldnn_format_type = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnFormatType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_data_type` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:225:10 [INFO] [stdout] | [INFO] [stdout] 225 | pub type cldnn_data_type = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnDataType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_primitive_type_id` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:257:10 [INFO] [stdout] | [INFO] [stdout] 257 | pub type cldnn_primitive_type_id = *const cldnn_primitive_type; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnPrimitiveTypeId` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_primitive_id` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:258:10 [INFO] [stdout] | [INFO] [stdout] 258 | pub type cldnn_primitive_id = *const ::std::os::raw::c_char; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnPrimitiveId` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_kernel_code` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:265:10 [INFO] [stdout] | [INFO] [stdout] 265 | pub type cldnn_kernel_code = *const ::std::os::raw::c_char; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnKernelCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_kernels_code` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:266:10 [INFO] [stdout] | [INFO] [stdout] 266 | pub type cldnn_kernels_code = *mut cldnn_kernel_code; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnKernelsCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_kernel_entry_point` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:267:10 [INFO] [stdout] | [INFO] [stdout] 267 | pub type cldnn_kernel_entry_point = *const ::std::os::raw::c_char; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnKernelEntryPoint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_kernel_build_options` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:268:10 [INFO] [stdout] | [INFO] [stdout] 268 | pub type cldnn_kernel_build_options = *const ::std::os::raw::c_char; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnKernelBuildOptions` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_work_group_sizes` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:269:10 [INFO] [stdout] | [INFO] [stdout] 269 | pub type cldnn_work_group_sizes = *const usize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnWorkGroupSizes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_arg_type_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:272:10 [INFO] [stdout] | [INFO] [stdout] 272 | pub type cldnn_arg_type_t = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnArgTypeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_arg_index` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:274:10 [INFO] [stdout] | [INFO] [stdout] 274 | pub type cldnn_arg_index = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnArgIndex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_arg` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:281:10 [INFO] [stdout] | [INFO] [stdout] 281 | pub type cldnn_arg = cldnn_arg_t; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnArg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_kernel_arguments` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:282:10 [INFO] [stdout] | [INFO] [stdout] 282 | pub type cldnn_kernel_arguments = *const cldnn_arg; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnKernelArguments` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_activation_func_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | pub type cldnn_activation_func_t = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnActivationFuncT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_activation_grad_func_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:310:10 [INFO] [stdout] | [INFO] [stdout] 310 | pub type cldnn_activation_grad_func_t = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnActivationGradFuncT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_activation_additional_params` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:318:10 [INFO] [stdout] | [INFO] [stdout] 318 | pub type cldnn_activation_additional_params = cldnn_activation_additional_params_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnActivationAdditionalParams` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_reorder_mean_mode_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:323:10 [INFO] [stdout] | [INFO] [stdout] 323 | pub type cldnn_reorder_mean_mode_t = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnReorderMeanModeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | pub type __uint8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Uint8T` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | pub type __int16_t = ::std::os::raw::c_short; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Int16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | pub type __uint16_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | pub type __int32_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Int32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | pub type __uint32_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | pub type __int64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | pub type __uint64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_status` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:30:10 [INFO] [stdout] | [INFO] [stdout] 30 | pub type cldnn_status = i32; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnStatus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_engine` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:44:10 [INFO] [stdout] | [INFO] [stdout] 44 | pub type cldnn_engine = *mut cldnn_engine_impl; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnEngine` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_event` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | pub type cldnn_event = *mut cldnn_event_impl; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_topology` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:56:10 [INFO] [stdout] | [INFO] [stdout] 56 | pub type cldnn_topology = *mut cldnn_topology_impl; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnTopology` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_program` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | pub type cldnn_program = *mut cldnn_program_impl; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnProgram` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_network` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:68:10 [INFO] [stdout] | [INFO] [stdout] 68 | pub type cldnn_network = *mut cldnn_network_impl; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnNetwork` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_memory` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:74:10 [INFO] [stdout] | [INFO] [stdout] 74 | pub type cldnn_memory = *mut cldnn_memory_impl; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnMemory` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_engine_type` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:76:10 [INFO] [stdout] | [INFO] [stdout] 76 | pub type cldnn_engine_type = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnEngineType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_priority_mode_type` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | pub type cldnn_priority_mode_type = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnPriorityModeType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_throttle_mode_type` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:86:10 [INFO] [stdout] | [INFO] [stdout] 86 | pub type cldnn_throttle_mode_type = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnThrottleModeType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_event_handler` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:122:10 [INFO] [stdout] | [INFO] [stdout] 122 | pub type cldnn_event_handler = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnEventHandler` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_build_option_type` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:141:10 [INFO] [stdout] | [INFO] [stdout] 141 | pub type cldnn_build_option_type = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnBuildOptionType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_tuning_mode_type` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:145:10 [INFO] [stdout] | [INFO] [stdout] 145 | pub type cldnn_tuning_mode_type = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnTuningModeType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_format_type` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:202:10 [INFO] [stdout] | [INFO] [stdout] 202 | pub type cldnn_format_type = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnFormatType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_data_type` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:225:10 [INFO] [stdout] | [INFO] [stdout] 225 | pub type cldnn_data_type = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnDataType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_primitive_type_id` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:257:10 [INFO] [stdout] | [INFO] [stdout] 257 | pub type cldnn_primitive_type_id = *const cldnn_primitive_type; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnPrimitiveTypeId` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_primitive_id` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:258:10 [INFO] [stdout] | [INFO] [stdout] 258 | pub type cldnn_primitive_id = *const ::std::os::raw::c_char; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnPrimitiveId` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_kernel_code` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:265:10 [INFO] [stdout] | [INFO] [stdout] 265 | pub type cldnn_kernel_code = *const ::std::os::raw::c_char; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnKernelCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_kernels_code` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:266:10 [INFO] [stdout] | [INFO] [stdout] 266 | pub type cldnn_kernels_code = *mut cldnn_kernel_code; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnKernelsCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_kernel_entry_point` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:267:10 [INFO] [stdout] | [INFO] [stdout] 267 | pub type cldnn_kernel_entry_point = *const ::std::os::raw::c_char; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnKernelEntryPoint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_kernel_build_options` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:268:10 [INFO] [stdout] | [INFO] [stdout] 268 | pub type cldnn_kernel_build_options = *const ::std::os::raw::c_char; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnKernelBuildOptions` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_work_group_sizes` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:269:10 [INFO] [stdout] | [INFO] [stdout] 269 | pub type cldnn_work_group_sizes = *const usize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnWorkGroupSizes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_arg_type_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:272:10 [INFO] [stdout] | [INFO] [stdout] 272 | pub type cldnn_arg_type_t = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnArgTypeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_arg_index` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:274:10 [INFO] [stdout] | [INFO] [stdout] 274 | pub type cldnn_arg_index = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnArgIndex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_arg` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:281:10 [INFO] [stdout] | [INFO] [stdout] 281 | pub type cldnn_arg = cldnn_arg_t; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnArg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_kernel_arguments` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:282:10 [INFO] [stdout] | [INFO] [stdout] 282 | pub type cldnn_kernel_arguments = *const cldnn_arg; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnKernelArguments` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_activation_func_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | pub type cldnn_activation_func_t = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnActivationFuncT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_activation_grad_func_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:310:10 [INFO] [stdout] | [INFO] [stdout] 310 | pub type cldnn_activation_grad_func_t = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnActivationGradFuncT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_activation_additional_params` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:318:10 [INFO] [stdout] | [INFO] [stdout] 318 | pub type cldnn_activation_additional_params = cldnn_activation_additional_params_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnActivationAdditionalParams` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_reorder_mean_mode_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:323:10 [INFO] [stdout] | [INFO] [stdout] 323 | pub type cldnn_reorder_mean_mode_t = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnReorderMeanModeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_engine_type_cldnn_engine_ocl` should have an upper case name [INFO] [stdout] --> src/lib.rs:75:11 [INFO] [stdout] | [INFO] [stdout] 75 | pub const cldnn_engine_type_cldnn_engine_ocl: cldnn_engine_type = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ENGINE_TYPE_CLDNN_ENGINE_OCL` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_priority_mode_type_cldnn_priority_disabled` should have an upper case name [INFO] [stdout] --> src/lib.rs:77:11 [INFO] [stdout] | [INFO] [stdout] 77 | pub const cldnn_priority_mode_type_cldnn_priority_disabled: cldnn_priority_mode_type = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_PRIORITY_MODE_TYPE_CLDNN_PRIORITY_DISABLED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_priority_mode_type_cldnn_priority_low` should have an upper case name [INFO] [stdout] --> src/lib.rs:78:11 [INFO] [stdout] | [INFO] [stdout] 78 | pub const cldnn_priority_mode_type_cldnn_priority_low: cldnn_priority_mode_type = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_PRIORITY_MODE_TYPE_CLDNN_PRIORITY_LOW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_priority_mode_type_cldnn_priority_med` should have an upper case name [INFO] [stdout] --> src/lib.rs:79:11 [INFO] [stdout] | [INFO] [stdout] 79 | pub const cldnn_priority_mode_type_cldnn_priority_med: cldnn_priority_mode_type = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_PRIORITY_MODE_TYPE_CLDNN_PRIORITY_MED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_priority_mode_type_cldnn_priority_high` should have an upper case name [INFO] [stdout] --> src/lib.rs:80:11 [INFO] [stdout] | [INFO] [stdout] 80 | pub const cldnn_priority_mode_type_cldnn_priority_high: cldnn_priority_mode_type = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_PRIORITY_MODE_TYPE_CLDNN_PRIORITY_HIGH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_throttle_mode_type_cldnn_throttle_disabled` should have an upper case name [INFO] [stdout] --> src/lib.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | pub const cldnn_throttle_mode_type_cldnn_throttle_disabled: cldnn_throttle_mode_type = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_THROTTLE_MODE_TYPE_CLDNN_THROTTLE_DISABLED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_throttle_mode_type_cldnn_throttle_low` should have an upper case name [INFO] [stdout] --> src/lib.rs:83:11 [INFO] [stdout] | [INFO] [stdout] 83 | pub const cldnn_throttle_mode_type_cldnn_throttle_low: cldnn_throttle_mode_type = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_THROTTLE_MODE_TYPE_CLDNN_THROTTLE_LOW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_throttle_mode_type_cldnn_throttle_med` should have an upper case name [INFO] [stdout] --> src/lib.rs:84:11 [INFO] [stdout] | [INFO] [stdout] 84 | pub const cldnn_throttle_mode_type_cldnn_throttle_med: cldnn_throttle_mode_type = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_THROTTLE_MODE_TYPE_CLDNN_THROTTLE_MED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_throttle_mode_type_cldnn_throttle_high` should have an upper case name [INFO] [stdout] --> src/lib.rs:85:11 [INFO] [stdout] | [INFO] [stdout] 85 | pub const cldnn_throttle_mode_type_cldnn_throttle_high: cldnn_throttle_mode_type = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_THROTTLE_MODE_TYPE_CLDNN_THROTTLE_HIGH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_build_option_type_cldnn_build_option_fusing` should have an upper case name [INFO] [stdout] --> src/lib.rs:130:11 [INFO] [stdout] | [INFO] [stdout] 130 | pub const cldnn_build_option_type_cldnn_build_option_fusing: cldnn_build_option_type = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_BUILD_OPTION_TYPE_CLDNN_BUILD_OPTION_FUSING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_build_option_type_cldnn_build_option_optimize_data` should have an upper case name [INFO] [stdout] --> src/lib.rs:131:11 [INFO] [stdout] | [INFO] [stdout] 131 | pub const cldnn_build_option_type_cldnn_build_option_optimize_data: cldnn_build_option_type = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_BUILD_OPTION_TYPE_CLDNN_BUILD_OPTION_OPTIMIZE_DATA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_build_option_type_cldnn_build_option_debug` should have an upper case name [INFO] [stdout] --> src/lib.rs:132:11 [INFO] [stdout] | [INFO] [stdout] 132 | pub const cldnn_build_option_type_cldnn_build_option_debug: cldnn_build_option_type = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_BUILD_OPTION_TYPE_CLDNN_BUILD_OPTION_DEBUG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_build_option_type_cldnn_build_option_outputs` should have an upper case name [INFO] [stdout] --> src/lib.rs:133:11 [INFO] [stdout] | [INFO] [stdout] 133 | pub const cldnn_build_option_type_cldnn_build_option_outputs: cldnn_build_option_type = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_BUILD_OPTION_TYPE_CLDNN_BUILD_OPTION_OUTPUTS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_build_option_type_cldnn_build_option_tuning_config` should have an upper case name [INFO] [stdout] --> src/lib.rs:134:11 [INFO] [stdout] | [INFO] [stdout] 134 | pub const cldnn_build_option_type_cldnn_build_option_tuning_config: cldnn_build_option_type = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_BUILD_OPTION_TYPE_CLDNN_BUILD_OPTION_TUNING_CONFIG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_build_option_type_cldnn_build_option_graph_dumps_dir` should have an upper case name [INFO] [stdout] --> src/lib.rs:135:11 [INFO] [stdout] | [INFO] [stdout] 135 | pub const cldnn_build_option_type_cldnn_build_option_graph_dumps_dir: cldnn_build_option_type = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_BUILD_OPTION_TYPE_CLDNN_BUILD_OPTION_GRAPH_DUMPS_DIR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_build_option_type_cldnn_build_option_serialization` should have an upper case name [INFO] [stdout] --> src/lib.rs:136:11 [INFO] [stdout] | [INFO] [stdout] 136 | pub const cldnn_build_option_type_cldnn_build_option_serialization: cldnn_build_option_type = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_BUILD_OPTION_TYPE_CLDNN_BUILD_OPTION_SERIALIZATION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_build_option_type_cldnn_build_option_load_program` should have an upper case name [INFO] [stdout] --> src/lib.rs:137:11 [INFO] [stdout] | [INFO] [stdout] 137 | pub const cldnn_build_option_type_cldnn_build_option_load_program: cldnn_build_option_type = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_BUILD_OPTION_TYPE_CLDNN_BUILD_OPTION_LOAD_PROGRAM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_build_option_type_cldnn_build_option_learning_config` should have an upper case name [INFO] [stdout] --> src/lib.rs:138:11 [INFO] [stdout] | [INFO] [stdout] 138 | pub const cldnn_build_option_type_cldnn_build_option_learning_config: cldnn_build_option_type = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_BUILD_OPTION_TYPE_CLDNN_BUILD_OPTION_LEARNING_CONFIG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_build_option_type_cldnn_build_option_detection_output_gpu` should have an upper case name [INFO] [stdout] --> src/lib.rs:139:11 [INFO] [stdout] | [INFO] [stdout] 139 | pub const cldnn_build_option_type_cldnn_build_option_detection_output_gpu: cldnn_build_option_type = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_BUILD_OPTION_TYPE_CLDNN_BUILD_OPTION_DETECTION_OUTPUT_GPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_tuning_mode_type_cldnn_tuning_disabled` should have an upper case name [INFO] [stdout] --> src/lib.rs:142:11 [INFO] [stdout] | [INFO] [stdout] 142 | pub const cldnn_tuning_mode_type_cldnn_tuning_disabled: cldnn_tuning_mode_type = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_TUNING_MODE_TYPE_CLDNN_TUNING_DISABLED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_tuning_mode_type_cldnn_tuning_use_cache` should have an upper case name [INFO] [stdout] --> src/lib.rs:143:11 [INFO] [stdout] | [INFO] [stdout] 143 | pub const cldnn_tuning_mode_type_cldnn_tuning_use_cache: cldnn_tuning_mode_type = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_TUNING_MODE_TYPE_CLDNN_TUNING_USE_CACHE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_tuning_mode_type_cldnn_tuning_tune_and_cache` should have an upper case name [INFO] [stdout] --> src/lib.rs:144:11 [INFO] [stdout] | [INFO] [stdout] 144 | pub const cldnn_tuning_mode_type_cldnn_tuning_tune_and_cache: cldnn_tuning_mode_type = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_TUNING_MODE_TYPE_CLDNN_TUNING_TUNE_AND_CACHE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_yxfb` should have an upper case name [INFO] [stdout] --> src/lib.rs:170:11 [INFO] [stdout] | [INFO] [stdout] 170 | pub const cldnn_format_type_cldnn_format_yxfb: cldnn_format_type = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_YXFB` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_byxf` should have an upper case name [INFO] [stdout] --> src/lib.rs:171:11 [INFO] [stdout] | [INFO] [stdout] 171 | pub const cldnn_format_type_cldnn_format_byxf: cldnn_format_type = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_BYXF` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_bfyx` should have an upper case name [INFO] [stdout] --> src/lib.rs:172:11 [INFO] [stdout] | [INFO] [stdout] 172 | pub const cldnn_format_type_cldnn_format_bfyx: cldnn_format_type = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_BFYX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_fyxb` should have an upper case name [INFO] [stdout] --> src/lib.rs:173:11 [INFO] [stdout] | [INFO] [stdout] 173 | pub const cldnn_format_type_cldnn_format_fyxb: cldnn_format_type = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_FYXB` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_os_iyx_osv16` should have an upper case name [INFO] [stdout] --> src/lib.rs:174:11 [INFO] [stdout] | [INFO] [stdout] 174 | pub const cldnn_format_type_cldnn_format_os_iyx_osv16: cldnn_format_type = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_OS_IYX_OSV16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_os_iyx_osv32` should have an upper case name [INFO] [stdout] --> src/lib.rs:175:11 [INFO] [stdout] | [INFO] [stdout] 175 | pub const cldnn_format_type_cldnn_format_os_iyx_osv32: cldnn_format_type = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_OS_IYX_OSV32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_os_iyx_osv64` should have an upper case name [INFO] [stdout] --> src/lib.rs:176:11 [INFO] [stdout] | [INFO] [stdout] 176 | pub const cldnn_format_type_cldnn_format_os_iyx_osv64: cldnn_format_type = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_OS_IYX_OSV64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_bs_xs_xsv8_bsv8` should have an upper case name [INFO] [stdout] --> src/lib.rs:177:11 [INFO] [stdout] | [INFO] [stdout] 177 | pub const cldnn_format_type_cldnn_format_bs_xs_xsv8_bsv8: cldnn_format_type = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_BS_XS_XSV8_BSV8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_bs_xs_xsv8_bsv16` should have an upper case name [INFO] [stdout] --> src/lib.rs:178:11 [INFO] [stdout] | [INFO] [stdout] 178 | pub const cldnn_format_type_cldnn_format_bs_xs_xsv8_bsv16: cldnn_format_type = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_BS_XS_XSV8_BSV16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_bs_x_bsv16` should have an upper case name [INFO] [stdout] --> src/lib.rs:179:11 [INFO] [stdout] | [INFO] [stdout] 179 | pub const cldnn_format_type_cldnn_format_bs_x_bsv16: cldnn_format_type = 9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_BS_X_BSV16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_bf8_xy16` should have an upper case name [INFO] [stdout] --> src/lib.rs:180:11 [INFO] [stdout] | [INFO] [stdout] 180 | pub const cldnn_format_type_cldnn_format_bf8_xy16: cldnn_format_type = 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_BF8_XY16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_image_2d_weights_c4_fyx_b` should have an upper case name [INFO] [stdout] --> src/lib.rs:181:11 [INFO] [stdout] | [INFO] [stdout] 181 | pub const cldnn_format_type_cldnn_format_image_2d_weights_c4_fyx_b: cldnn_format_type = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_IMAGE_2D_WEIGHTS_C4_FYX_B` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_image_2d_weights_c1_b_fyx` should have an upper case name [INFO] [stdout] --> src/lib.rs:182:11 [INFO] [stdout] | [INFO] [stdout] 182 | pub const cldnn_format_type_cldnn_format_image_2d_weights_c1_b_fyx: cldnn_format_type = 12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_IMAGE_2D_WEIGHTS_C1_B_FYX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_winograd_2x3_s1_data` should have an upper case name [INFO] [stdout] --> src/lib.rs:183:11 [INFO] [stdout] | [INFO] [stdout] 183 | pub const cldnn_format_type_cldnn_format_winograd_2x3_s1_data: cldnn_format_type = 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_WINOGRAD_2X3_S1_DATA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_winograd_2x3_s1_weights` should have an upper case name [INFO] [stdout] --> src/lib.rs:184:11 [INFO] [stdout] | [INFO] [stdout] 184 | pub const cldnn_format_type_cldnn_format_winograd_2x3_s1_weights: cldnn_format_type = 14; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_WINOGRAD_2X3_S1_WEIGHTS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_winograd_2x3_s1_fused_weights` should have an upper case name [INFO] [stdout] --> src/lib.rs:185:11 [INFO] [stdout] | [INFO] [stdout] 185 | pub const cldnn_format_type_cldnn_format_winograd_2x3_s1_fused_weights: cldnn_format_type = 15; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_WINOGRAD_2X3_S1_FUSED_WEIGHTS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_winograd_6x3_s1_fused_weights` should have an upper case name [INFO] [stdout] --> src/lib.rs:186:11 [INFO] [stdout] | [INFO] [stdout] 186 | pub const cldnn_format_type_cldnn_format_winograd_6x3_s1_fused_weights: cldnn_format_type = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_WINOGRAD_6X3_S1_FUSED_WEIGHTS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_image_2d_weights_winograd_6x3_s1_fbxyb` should have an upper case name [INFO] [stdout] --> src/lib.rs:187:11 [INFO] [stdout] | [INFO] [stdout] 187 | pub const cldnn_format_type_cldnn_format_image_2d_weights_winograd_6x3_s1_fbxyb: cldnn_format_type = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_IMAGE_2D_WEIGHTS_WINOGRAD_6X3_S1_FBXYB` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_image_2d_weights_winograd_6x3_s1_xfbyb` should have an upper case name [INFO] [stdout] --> src/lib.rs:189:11 [INFO] [stdout] | [INFO] [stdout] 189 | pub const cldnn_format_type_cldnn_format_image_2d_weights_winograd_6x3_s1_xfbyb: cldnn_format_type = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_IMAGE_2D_WEIGHTS_WINOGRAD_6X3_S1_XFBYB` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_byxf_af32` should have an upper case name [INFO] [stdout] --> src/lib.rs:191:11 [INFO] [stdout] | [INFO] [stdout] 191 | pub const cldnn_format_type_cldnn_format_byxf_af32: cldnn_format_type = 19; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_BYXF_AF32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_byx8_f4` should have an upper case name [INFO] [stdout] --> src/lib.rs:192:11 [INFO] [stdout] | [INFO] [stdout] 192 | pub const cldnn_format_type_cldnn_format_byx8_f4: cldnn_format_type = 20; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_BYX8_F4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_fs_bs_yx_bs4_fs32` should have an upper case name [INFO] [stdout] --> src/lib.rs:193:11 [INFO] [stdout] | [INFO] [stdout] 193 | pub const cldnn_format_type_cldnn_format_fs_bs_yx_bs4_fs32: cldnn_format_type = 21; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_FS_BS_YX_BS4_FS32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_os_is_yx_isa8_osv8_isv4` should have an upper case name [INFO] [stdout] --> src/lib.rs:194:11 [INFO] [stdout] | [INFO] [stdout] 194 | pub const cldnn_format_type_cldnn_format_os_is_yx_isa8_osv8_isv4: cldnn_format_type = 22; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_OS_IS_YX_ISA8_OSV8_ISV4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_is_o_yx_isv32` should have an upper case name [INFO] [stdout] --> src/lib.rs:195:11 [INFO] [stdout] | [INFO] [stdout] 195 | pub const cldnn_format_type_cldnn_format_is_o_yx_isv32: cldnn_format_type = 23; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_IS_O_YX_ISV32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_os_is_y_x8_osv8_isv4` should have an upper case name [INFO] [stdout] --> src/lib.rs:196:11 [INFO] [stdout] | [INFO] [stdout] 196 | pub const cldnn_format_type_cldnn_format_os_is_y_x8_osv8_isv4: cldnn_format_type = 24; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_OS_IS_Y_X8_OSV8_ISV4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_bf_lyx_yx` should have an upper case name [INFO] [stdout] --> src/lib.rs:197:11 [INFO] [stdout] | [INFO] [stdout] 197 | pub const cldnn_format_type_cldnn_bf_lyx_yx: cldnn_format_type = 25; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_BF_LYX_YX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_b_fs_yx_fsv4` should have an upper case name [INFO] [stdout] --> src/lib.rs:198:11 [INFO] [stdout] | [INFO] [stdout] 198 | pub const cldnn_format_type_cldnn_format_b_fs_yx_fsv4: cldnn_format_type = 26; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_B_FS_YX_FSV4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_os_is_yx_osv16_isv4` should have an upper case name [INFO] [stdout] --> src/lib.rs:199:11 [INFO] [stdout] | [INFO] [stdout] 199 | pub const cldnn_format_type_cldnn_format_os_is_yx_osv16_isv4: cldnn_format_type = 27; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_OS_IS_YX_OSV16_ISV4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_format_num` should have an upper case name [INFO] [stdout] --> src/lib.rs:200:11 [INFO] [stdout] | [INFO] [stdout] 200 | pub const cldnn_format_type_cldnn_format_format_num: cldnn_format_type = 28; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_FORMAT_NUM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_any` should have an upper case name [INFO] [stdout] --> src/lib.rs:201:11 [INFO] [stdout] | [INFO] [stdout] 201 | pub const cldnn_format_type_cldnn_format_any: cldnn_format_type = -1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_ANY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_data_type_cldnn_i8` should have an upper case name [INFO] [stdout] --> src/lib.rs:219:11 [INFO] [stdout] | [INFO] [stdout] 219 | pub const cldnn_data_type_cldnn_i8: cldnn_data_type = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_DATA_TYPE_CLDNN_I8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_data_type_cldnn_f16` should have an upper case name [INFO] [stdout] --> src/lib.rs:220:11 [INFO] [stdout] | [INFO] [stdout] 220 | pub const cldnn_data_type_cldnn_f16: cldnn_data_type = 130; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_DATA_TYPE_CLDNN_F16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_data_type_cldnn_f32` should have an upper case name [INFO] [stdout] --> src/lib.rs:221:11 [INFO] [stdout] | [INFO] [stdout] 221 | pub const cldnn_data_type_cldnn_f32: cldnn_data_type = 132; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_DATA_TYPE_CLDNN_F32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_data_type_cldnn_u8` should have an upper case name [INFO] [stdout] --> src/lib.rs:222:11 [INFO] [stdout] | [INFO] [stdout] 222 | pub const cldnn_data_type_cldnn_u8: cldnn_data_type = 65; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_DATA_TYPE_CLDNN_U8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_data_type_cldnn_i32` should have an upper case name [INFO] [stdout] --> src/lib.rs:223:11 [INFO] [stdout] | [INFO] [stdout] 223 | pub const cldnn_data_type_cldnn_i32: cldnn_data_type = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_DATA_TYPE_CLDNN_I32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_data_type_cldnn_i64` should have an upper case name [INFO] [stdout] --> src/lib.rs:224:11 [INFO] [stdout] | [INFO] [stdout] 224 | pub const cldnn_data_type_cldnn_i64: cldnn_data_type = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_DATA_TYPE_CLDNN_I64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_arg_type_t_arg_input` should have an upper case name [INFO] [stdout] --> src/lib.rs:270:11 [INFO] [stdout] | [INFO] [stdout] 270 | pub const cldnn_arg_type_t_arg_input: cldnn_arg_type_t = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ARG_TYPE_T_ARG_INPUT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_arg_type_t_arg_output` should have an upper case name [INFO] [stdout] --> src/lib.rs:271:11 [INFO] [stdout] | [INFO] [stdout] 271 | pub const cldnn_arg_type_t_arg_output: cldnn_arg_type_t = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ARG_TYPE_T_ARG_OUTPUT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_none` should have an upper case name [INFO] [stdout] --> src/lib.rs:283:11 [INFO] [stdout] | [INFO] [stdout] 283 | pub const cldnn_activation_func_t_activation_none: cldnn_activation_func_t = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_logistic` should have an upper case name [INFO] [stdout] --> src/lib.rs:284:11 [INFO] [stdout] | [INFO] [stdout] 284 | pub const cldnn_activation_func_t_activation_logistic: cldnn_activation_func_t = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_LOGISTIC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_hyperbolic_tan` should have an upper case name [INFO] [stdout] --> src/lib.rs:285:11 [INFO] [stdout] | [INFO] [stdout] 285 | pub const cldnn_activation_func_t_activation_hyperbolic_tan: cldnn_activation_func_t = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_HYPERBOLIC_TAN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_relu` should have an upper case name [INFO] [stdout] --> src/lib.rs:286:11 [INFO] [stdout] | [INFO] [stdout] 286 | pub const cldnn_activation_func_t_activation_relu: cldnn_activation_func_t = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_RELU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_relu_negative_slope` should have an upper case name [INFO] [stdout] --> src/lib.rs:287:11 [INFO] [stdout] | [INFO] [stdout] 287 | pub const cldnn_activation_func_t_activation_relu_negative_slope: cldnn_activation_func_t = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_RELU_NEGATIVE_SLOPE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_clamp` should have an upper case name [INFO] [stdout] --> src/lib.rs:288:11 [INFO] [stdout] | [INFO] [stdout] 288 | pub const cldnn_activation_func_t_activation_clamp: cldnn_activation_func_t = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_CLAMP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_softrelu` should have an upper case name [INFO] [stdout] --> src/lib.rs:289:11 [INFO] [stdout] | [INFO] [stdout] 289 | pub const cldnn_activation_func_t_activation_softrelu: cldnn_activation_func_t = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_SOFTRELU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_abs` should have an upper case name [INFO] [stdout] --> src/lib.rs:290:11 [INFO] [stdout] | [INFO] [stdout] 290 | pub const cldnn_activation_func_t_activation_abs: cldnn_activation_func_t = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_ABS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_linear` should have an upper case name [INFO] [stdout] --> src/lib.rs:291:11 [INFO] [stdout] | [INFO] [stdout] 291 | pub const cldnn_activation_func_t_activation_linear: cldnn_activation_func_t = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_LINEAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_square` should have an upper case name [INFO] [stdout] --> src/lib.rs:292:11 [INFO] [stdout] | [INFO] [stdout] 292 | pub const cldnn_activation_func_t_activation_square: cldnn_activation_func_t = 9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_SQUARE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_sqrt` should have an upper case name [INFO] [stdout] --> src/lib.rs:293:11 [INFO] [stdout] | [INFO] [stdout] 293 | pub const cldnn_activation_func_t_activation_sqrt: cldnn_activation_func_t = 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_SQRT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_elu` should have an upper case name [INFO] [stdout] --> src/lib.rs:294:11 [INFO] [stdout] | [INFO] [stdout] 294 | pub const cldnn_activation_func_t_activation_elu: cldnn_activation_func_t = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_ELU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_sin` should have an upper case name [INFO] [stdout] --> src/lib.rs:295:11 [INFO] [stdout] | [INFO] [stdout] 295 | pub const cldnn_activation_func_t_activation_sin: cldnn_activation_func_t = 12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_SIN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_asin` should have an upper case name [INFO] [stdout] --> src/lib.rs:296:11 [INFO] [stdout] | [INFO] [stdout] 296 | pub const cldnn_activation_func_t_activation_asin: cldnn_activation_func_t = 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_ASIN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_sinh` should have an upper case name [INFO] [stdout] --> src/lib.rs:297:11 [INFO] [stdout] | [INFO] [stdout] 297 | pub const cldnn_activation_func_t_activation_sinh: cldnn_activation_func_t = 14; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_SINH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_cos` should have an upper case name [INFO] [stdout] --> src/lib.rs:298:11 [INFO] [stdout] | [INFO] [stdout] 298 | pub const cldnn_activation_func_t_activation_cos: cldnn_activation_func_t = 15; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_COS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_acos` should have an upper case name [INFO] [stdout] --> src/lib.rs:299:11 [INFO] [stdout] | [INFO] [stdout] 299 | pub const cldnn_activation_func_t_activation_acos: cldnn_activation_func_t = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_ACOS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_cosh` should have an upper case name [INFO] [stdout] --> src/lib.rs:300:11 [INFO] [stdout] | [INFO] [stdout] 300 | pub const cldnn_activation_func_t_activation_cosh: cldnn_activation_func_t = 17; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_COSH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_log` should have an upper case name [INFO] [stdout] --> src/lib.rs:301:11 [INFO] [stdout] | [INFO] [stdout] 301 | pub const cldnn_activation_func_t_activation_log: cldnn_activation_func_t = 18; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_LOG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_log2` should have an upper case name [INFO] [stdout] --> src/lib.rs:302:11 [INFO] [stdout] | [INFO] [stdout] 302 | pub const cldnn_activation_func_t_activation_log2: cldnn_activation_func_t = 19; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_LOG2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_exp` should have an upper case name [INFO] [stdout] --> src/lib.rs:303:11 [INFO] [stdout] | [INFO] [stdout] 303 | pub const cldnn_activation_func_t_activation_exp: cldnn_activation_func_t = 20; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_EXP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_grad_func_t_activation_grad_none` should have an upper case name [INFO] [stdout] --> src/lib.rs:306:11 [INFO] [stdout] | [INFO] [stdout] 306 | pub const cldnn_activation_grad_func_t_activation_grad_none: cldnn_activation_grad_func_t = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_GRAD_FUNC_T_ACTIVATION_GRAD_NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_grad_func_t_activation_grad_relu` should have an upper case name [INFO] [stdout] --> src/lib.rs:307:11 [INFO] [stdout] | [INFO] [stdout] 307 | pub const cldnn_activation_grad_func_t_activation_grad_relu: cldnn_activation_grad_func_t = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_GRAD_FUNC_T_ACTIVATION_GRAD_RELU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_grad_func_t_activation_grad_relu_negative_slope` should have an upper case name [INFO] [stdout] --> src/lib.rs:308:11 [INFO] [stdout] | [INFO] [stdout] 308 | pub const cldnn_activation_grad_func_t_activation_grad_relu_negative_slope: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_GRAD_FUNC_T_ACTIVATION_GRAD_RELU_NEGATIVE_SLOPE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_reorder_mean_mode_t_mean_none` should have an upper case name [INFO] [stdout] --> src/lib.rs:319:11 [INFO] [stdout] | [INFO] [stdout] 319 | pub const cldnn_reorder_mean_mode_t_mean_none: cldnn_reorder_mean_mode_t = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_REORDER_MEAN_MODE_T_MEAN_NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_reorder_mean_mode_t_mean_subtract` should have an upper case name [INFO] [stdout] --> src/lib.rs:320:11 [INFO] [stdout] | [INFO] [stdout] 320 | pub const cldnn_reorder_mean_mode_t_mean_subtract: cldnn_reorder_mean_mode_t = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_REORDER_MEAN_MODE_T_MEAN_SUBTRACT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_reorder_mean_mode_t_mean_mul` should have an upper case name [INFO] [stdout] --> src/lib.rs:321:11 [INFO] [stdout] | [INFO] [stdout] 321 | pub const cldnn_reorder_mean_mode_t_mean_mul: cldnn_reorder_mean_mode_t = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_REORDER_MEAN_MODE_T_MEAN_MUL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_reorder_mean_mode_t_mean_div` should have an upper case name [INFO] [stdout] --> src/lib.rs:322:11 [INFO] [stdout] | [INFO] [stdout] 322 | pub const cldnn_reorder_mean_mode_t_mean_div: cldnn_reorder_mean_mode_t = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_REORDER_MEAN_MODE_T_MEAN_DIV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 125 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_engine_type_cldnn_engine_ocl` should have an upper case name [INFO] [stdout] --> src/lib.rs:75:11 [INFO] [stdout] | [INFO] [stdout] 75 | pub const cldnn_engine_type_cldnn_engine_ocl: cldnn_engine_type = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ENGINE_TYPE_CLDNN_ENGINE_OCL` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_priority_mode_type_cldnn_priority_disabled` should have an upper case name [INFO] [stdout] --> src/lib.rs:77:11 [INFO] [stdout] | [INFO] [stdout] 77 | pub const cldnn_priority_mode_type_cldnn_priority_disabled: cldnn_priority_mode_type = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_PRIORITY_MODE_TYPE_CLDNN_PRIORITY_DISABLED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_priority_mode_type_cldnn_priority_low` should have an upper case name [INFO] [stdout] --> src/lib.rs:78:11 [INFO] [stdout] | [INFO] [stdout] 78 | pub const cldnn_priority_mode_type_cldnn_priority_low: cldnn_priority_mode_type = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_PRIORITY_MODE_TYPE_CLDNN_PRIORITY_LOW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_priority_mode_type_cldnn_priority_med` should have an upper case name [INFO] [stdout] --> src/lib.rs:79:11 [INFO] [stdout] | [INFO] [stdout] 79 | pub const cldnn_priority_mode_type_cldnn_priority_med: cldnn_priority_mode_type = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_PRIORITY_MODE_TYPE_CLDNN_PRIORITY_MED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_priority_mode_type_cldnn_priority_high` should have an upper case name [INFO] [stdout] --> src/lib.rs:80:11 [INFO] [stdout] | [INFO] [stdout] 80 | pub const cldnn_priority_mode_type_cldnn_priority_high: cldnn_priority_mode_type = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_PRIORITY_MODE_TYPE_CLDNN_PRIORITY_HIGH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_throttle_mode_type_cldnn_throttle_disabled` should have an upper case name [INFO] [stdout] --> src/lib.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | pub const cldnn_throttle_mode_type_cldnn_throttle_disabled: cldnn_throttle_mode_type = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_THROTTLE_MODE_TYPE_CLDNN_THROTTLE_DISABLED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_throttle_mode_type_cldnn_throttle_low` should have an upper case name [INFO] [stdout] --> src/lib.rs:83:11 [INFO] [stdout] | [INFO] [stdout] 83 | pub const cldnn_throttle_mode_type_cldnn_throttle_low: cldnn_throttle_mode_type = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_THROTTLE_MODE_TYPE_CLDNN_THROTTLE_LOW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_throttle_mode_type_cldnn_throttle_med` should have an upper case name [INFO] [stdout] --> src/lib.rs:84:11 [INFO] [stdout] | [INFO] [stdout] 84 | pub const cldnn_throttle_mode_type_cldnn_throttle_med: cldnn_throttle_mode_type = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_THROTTLE_MODE_TYPE_CLDNN_THROTTLE_MED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_throttle_mode_type_cldnn_throttle_high` should have an upper case name [INFO] [stdout] --> src/lib.rs:85:11 [INFO] [stdout] | [INFO] [stdout] 85 | pub const cldnn_throttle_mode_type_cldnn_throttle_high: cldnn_throttle_mode_type = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_THROTTLE_MODE_TYPE_CLDNN_THROTTLE_HIGH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_build_option_type_cldnn_build_option_fusing` should have an upper case name [INFO] [stdout] --> src/lib.rs:130:11 [INFO] [stdout] | [INFO] [stdout] 130 | pub const cldnn_build_option_type_cldnn_build_option_fusing: cldnn_build_option_type = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_BUILD_OPTION_TYPE_CLDNN_BUILD_OPTION_FUSING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_build_option_type_cldnn_build_option_optimize_data` should have an upper case name [INFO] [stdout] --> src/lib.rs:131:11 [INFO] [stdout] | [INFO] [stdout] 131 | pub const cldnn_build_option_type_cldnn_build_option_optimize_data: cldnn_build_option_type = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_BUILD_OPTION_TYPE_CLDNN_BUILD_OPTION_OPTIMIZE_DATA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_build_option_type_cldnn_build_option_debug` should have an upper case name [INFO] [stdout] --> src/lib.rs:132:11 [INFO] [stdout] | [INFO] [stdout] 132 | pub const cldnn_build_option_type_cldnn_build_option_debug: cldnn_build_option_type = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_BUILD_OPTION_TYPE_CLDNN_BUILD_OPTION_DEBUG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_build_option_type_cldnn_build_option_outputs` should have an upper case name [INFO] [stdout] --> src/lib.rs:133:11 [INFO] [stdout] | [INFO] [stdout] 133 | pub const cldnn_build_option_type_cldnn_build_option_outputs: cldnn_build_option_type = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_BUILD_OPTION_TYPE_CLDNN_BUILD_OPTION_OUTPUTS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_build_option_type_cldnn_build_option_tuning_config` should have an upper case name [INFO] [stdout] --> src/lib.rs:134:11 [INFO] [stdout] | [INFO] [stdout] 134 | pub const cldnn_build_option_type_cldnn_build_option_tuning_config: cldnn_build_option_type = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_BUILD_OPTION_TYPE_CLDNN_BUILD_OPTION_TUNING_CONFIG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_build_option_type_cldnn_build_option_graph_dumps_dir` should have an upper case name [INFO] [stdout] --> src/lib.rs:135:11 [INFO] [stdout] | [INFO] [stdout] 135 | pub const cldnn_build_option_type_cldnn_build_option_graph_dumps_dir: cldnn_build_option_type = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_BUILD_OPTION_TYPE_CLDNN_BUILD_OPTION_GRAPH_DUMPS_DIR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_build_option_type_cldnn_build_option_serialization` should have an upper case name [INFO] [stdout] --> src/lib.rs:136:11 [INFO] [stdout] | [INFO] [stdout] 136 | pub const cldnn_build_option_type_cldnn_build_option_serialization: cldnn_build_option_type = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_BUILD_OPTION_TYPE_CLDNN_BUILD_OPTION_SERIALIZATION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_build_option_type_cldnn_build_option_load_program` should have an upper case name [INFO] [stdout] --> src/lib.rs:137:11 [INFO] [stdout] | [INFO] [stdout] 137 | pub const cldnn_build_option_type_cldnn_build_option_load_program: cldnn_build_option_type = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_BUILD_OPTION_TYPE_CLDNN_BUILD_OPTION_LOAD_PROGRAM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_build_option_type_cldnn_build_option_learning_config` should have an upper case name [INFO] [stdout] --> src/lib.rs:138:11 [INFO] [stdout] | [INFO] [stdout] 138 | pub const cldnn_build_option_type_cldnn_build_option_learning_config: cldnn_build_option_type = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_BUILD_OPTION_TYPE_CLDNN_BUILD_OPTION_LEARNING_CONFIG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_build_option_type_cldnn_build_option_detection_output_gpu` should have an upper case name [INFO] [stdout] --> src/lib.rs:139:11 [INFO] [stdout] | [INFO] [stdout] 139 | pub const cldnn_build_option_type_cldnn_build_option_detection_output_gpu: cldnn_build_option_type = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_BUILD_OPTION_TYPE_CLDNN_BUILD_OPTION_DETECTION_OUTPUT_GPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_tuning_mode_type_cldnn_tuning_disabled` should have an upper case name [INFO] [stdout] --> src/lib.rs:142:11 [INFO] [stdout] | [INFO] [stdout] 142 | pub const cldnn_tuning_mode_type_cldnn_tuning_disabled: cldnn_tuning_mode_type = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_TUNING_MODE_TYPE_CLDNN_TUNING_DISABLED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_tuning_mode_type_cldnn_tuning_use_cache` should have an upper case name [INFO] [stdout] --> src/lib.rs:143:11 [INFO] [stdout] | [INFO] [stdout] 143 | pub const cldnn_tuning_mode_type_cldnn_tuning_use_cache: cldnn_tuning_mode_type = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_TUNING_MODE_TYPE_CLDNN_TUNING_USE_CACHE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_tuning_mode_type_cldnn_tuning_tune_and_cache` should have an upper case name [INFO] [stdout] --> src/lib.rs:144:11 [INFO] [stdout] | [INFO] [stdout] 144 | pub const cldnn_tuning_mode_type_cldnn_tuning_tune_and_cache: cldnn_tuning_mode_type = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_TUNING_MODE_TYPE_CLDNN_TUNING_TUNE_AND_CACHE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_yxfb` should have an upper case name [INFO] [stdout] --> src/lib.rs:170:11 [INFO] [stdout] | [INFO] [stdout] 170 | pub const cldnn_format_type_cldnn_format_yxfb: cldnn_format_type = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_YXFB` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_byxf` should have an upper case name [INFO] [stdout] --> src/lib.rs:171:11 [INFO] [stdout] | [INFO] [stdout] 171 | pub const cldnn_format_type_cldnn_format_byxf: cldnn_format_type = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_BYXF` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_bfyx` should have an upper case name [INFO] [stdout] --> src/lib.rs:172:11 [INFO] [stdout] | [INFO] [stdout] 172 | pub const cldnn_format_type_cldnn_format_bfyx: cldnn_format_type = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_BFYX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_fyxb` should have an upper case name [INFO] [stdout] --> src/lib.rs:173:11 [INFO] [stdout] | [INFO] [stdout] 173 | pub const cldnn_format_type_cldnn_format_fyxb: cldnn_format_type = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_FYXB` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_os_iyx_osv16` should have an upper case name [INFO] [stdout] --> src/lib.rs:174:11 [INFO] [stdout] | [INFO] [stdout] 174 | pub const cldnn_format_type_cldnn_format_os_iyx_osv16: cldnn_format_type = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_OS_IYX_OSV16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_os_iyx_osv32` should have an upper case name [INFO] [stdout] --> src/lib.rs:175:11 [INFO] [stdout] | [INFO] [stdout] 175 | pub const cldnn_format_type_cldnn_format_os_iyx_osv32: cldnn_format_type = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_OS_IYX_OSV32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_os_iyx_osv64` should have an upper case name [INFO] [stdout] --> src/lib.rs:176:11 [INFO] [stdout] | [INFO] [stdout] 176 | pub const cldnn_format_type_cldnn_format_os_iyx_osv64: cldnn_format_type = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_OS_IYX_OSV64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_bs_xs_xsv8_bsv8` should have an upper case name [INFO] [stdout] --> src/lib.rs:177:11 [INFO] [stdout] | [INFO] [stdout] 177 | pub const cldnn_format_type_cldnn_format_bs_xs_xsv8_bsv8: cldnn_format_type = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_BS_XS_XSV8_BSV8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_bs_xs_xsv8_bsv16` should have an upper case name [INFO] [stdout] --> src/lib.rs:178:11 [INFO] [stdout] | [INFO] [stdout] 178 | pub const cldnn_format_type_cldnn_format_bs_xs_xsv8_bsv16: cldnn_format_type = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_BS_XS_XSV8_BSV16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_bs_x_bsv16` should have an upper case name [INFO] [stdout] --> src/lib.rs:179:11 [INFO] [stdout] | [INFO] [stdout] 179 | pub const cldnn_format_type_cldnn_format_bs_x_bsv16: cldnn_format_type = 9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_BS_X_BSV16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_bf8_xy16` should have an upper case name [INFO] [stdout] --> src/lib.rs:180:11 [INFO] [stdout] | [INFO] [stdout] 180 | pub const cldnn_format_type_cldnn_format_bf8_xy16: cldnn_format_type = 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_BF8_XY16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_image_2d_weights_c4_fyx_b` should have an upper case name [INFO] [stdout] --> src/lib.rs:181:11 [INFO] [stdout] | [INFO] [stdout] 181 | pub const cldnn_format_type_cldnn_format_image_2d_weights_c4_fyx_b: cldnn_format_type = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_IMAGE_2D_WEIGHTS_C4_FYX_B` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_image_2d_weights_c1_b_fyx` should have an upper case name [INFO] [stdout] --> src/lib.rs:182:11 [INFO] [stdout] | [INFO] [stdout] 182 | pub const cldnn_format_type_cldnn_format_image_2d_weights_c1_b_fyx: cldnn_format_type = 12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_IMAGE_2D_WEIGHTS_C1_B_FYX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_winograd_2x3_s1_data` should have an upper case name [INFO] [stdout] --> src/lib.rs:183:11 [INFO] [stdout] | [INFO] [stdout] 183 | pub const cldnn_format_type_cldnn_format_winograd_2x3_s1_data: cldnn_format_type = 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_WINOGRAD_2X3_S1_DATA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_winograd_2x3_s1_weights` should have an upper case name [INFO] [stdout] --> src/lib.rs:184:11 [INFO] [stdout] | [INFO] [stdout] 184 | pub const cldnn_format_type_cldnn_format_winograd_2x3_s1_weights: cldnn_format_type = 14; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_WINOGRAD_2X3_S1_WEIGHTS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_winograd_2x3_s1_fused_weights` should have an upper case name [INFO] [stdout] --> src/lib.rs:185:11 [INFO] [stdout] | [INFO] [stdout] 185 | pub const cldnn_format_type_cldnn_format_winograd_2x3_s1_fused_weights: cldnn_format_type = 15; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_WINOGRAD_2X3_S1_FUSED_WEIGHTS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_winograd_6x3_s1_fused_weights` should have an upper case name [INFO] [stdout] --> src/lib.rs:186:11 [INFO] [stdout] | [INFO] [stdout] 186 | pub const cldnn_format_type_cldnn_format_winograd_6x3_s1_fused_weights: cldnn_format_type = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_WINOGRAD_6X3_S1_FUSED_WEIGHTS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_image_2d_weights_winograd_6x3_s1_fbxyb` should have an upper case name [INFO] [stdout] --> src/lib.rs:187:11 [INFO] [stdout] | [INFO] [stdout] 187 | pub const cldnn_format_type_cldnn_format_image_2d_weights_winograd_6x3_s1_fbxyb: cldnn_format_type = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_IMAGE_2D_WEIGHTS_WINOGRAD_6X3_S1_FBXYB` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_image_2d_weights_winograd_6x3_s1_xfbyb` should have an upper case name [INFO] [stdout] --> src/lib.rs:189:11 [INFO] [stdout] | [INFO] [stdout] 189 | pub const cldnn_format_type_cldnn_format_image_2d_weights_winograd_6x3_s1_xfbyb: cldnn_format_type = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_IMAGE_2D_WEIGHTS_WINOGRAD_6X3_S1_XFBYB` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_byxf_af32` should have an upper case name [INFO] [stdout] --> src/lib.rs:191:11 [INFO] [stdout] | [INFO] [stdout] 191 | pub const cldnn_format_type_cldnn_format_byxf_af32: cldnn_format_type = 19; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_BYXF_AF32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_byx8_f4` should have an upper case name [INFO] [stdout] --> src/lib.rs:192:11 [INFO] [stdout] | [INFO] [stdout] 192 | pub const cldnn_format_type_cldnn_format_byx8_f4: cldnn_format_type = 20; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_BYX8_F4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_fs_bs_yx_bs4_fs32` should have an upper case name [INFO] [stdout] --> src/lib.rs:193:11 [INFO] [stdout] | [INFO] [stdout] 193 | pub const cldnn_format_type_cldnn_format_fs_bs_yx_bs4_fs32: cldnn_format_type = 21; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_FS_BS_YX_BS4_FS32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_os_is_yx_isa8_osv8_isv4` should have an upper case name [INFO] [stdout] --> src/lib.rs:194:11 [INFO] [stdout] | [INFO] [stdout] 194 | pub const cldnn_format_type_cldnn_format_os_is_yx_isa8_osv8_isv4: cldnn_format_type = 22; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_OS_IS_YX_ISA8_OSV8_ISV4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_is_o_yx_isv32` should have an upper case name [INFO] [stdout] --> src/lib.rs:195:11 [INFO] [stdout] | [INFO] [stdout] 195 | pub const cldnn_format_type_cldnn_format_is_o_yx_isv32: cldnn_format_type = 23; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_IS_O_YX_ISV32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_os_is_y_x8_osv8_isv4` should have an upper case name [INFO] [stdout] --> src/lib.rs:196:11 [INFO] [stdout] | [INFO] [stdout] 196 | pub const cldnn_format_type_cldnn_format_os_is_y_x8_osv8_isv4: cldnn_format_type = 24; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_OS_IS_Y_X8_OSV8_ISV4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_bf_lyx_yx` should have an upper case name [INFO] [stdout] --> src/lib.rs:197:11 [INFO] [stdout] | [INFO] [stdout] 197 | pub const cldnn_format_type_cldnn_bf_lyx_yx: cldnn_format_type = 25; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_BF_LYX_YX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_b_fs_yx_fsv4` should have an upper case name [INFO] [stdout] --> src/lib.rs:198:11 [INFO] [stdout] | [INFO] [stdout] 198 | pub const cldnn_format_type_cldnn_format_b_fs_yx_fsv4: cldnn_format_type = 26; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_B_FS_YX_FSV4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_os_is_yx_osv16_isv4` should have an upper case name [INFO] [stdout] --> src/lib.rs:199:11 [INFO] [stdout] | [INFO] [stdout] 199 | pub const cldnn_format_type_cldnn_format_os_is_yx_osv16_isv4: cldnn_format_type = 27; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_OS_IS_YX_OSV16_ISV4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_format_num` should have an upper case name [INFO] [stdout] --> src/lib.rs:200:11 [INFO] [stdout] | [INFO] [stdout] 200 | pub const cldnn_format_type_cldnn_format_format_num: cldnn_format_type = 28; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_FORMAT_NUM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_format_type_cldnn_format_any` should have an upper case name [INFO] [stdout] --> src/lib.rs:201:11 [INFO] [stdout] | [INFO] [stdout] 201 | pub const cldnn_format_type_cldnn_format_any: cldnn_format_type = -1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_FORMAT_TYPE_CLDNN_FORMAT_ANY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_data_type_cldnn_i8` should have an upper case name [INFO] [stdout] --> src/lib.rs:219:11 [INFO] [stdout] | [INFO] [stdout] 219 | pub const cldnn_data_type_cldnn_i8: cldnn_data_type = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_DATA_TYPE_CLDNN_I8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_data_type_cldnn_f16` should have an upper case name [INFO] [stdout] --> src/lib.rs:220:11 [INFO] [stdout] | [INFO] [stdout] 220 | pub const cldnn_data_type_cldnn_f16: cldnn_data_type = 130; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_DATA_TYPE_CLDNN_F16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_data_type_cldnn_f32` should have an upper case name [INFO] [stdout] --> src/lib.rs:221:11 [INFO] [stdout] | [INFO] [stdout] 221 | pub const cldnn_data_type_cldnn_f32: cldnn_data_type = 132; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_DATA_TYPE_CLDNN_F32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_data_type_cldnn_u8` should have an upper case name [INFO] [stdout] --> src/lib.rs:222:11 [INFO] [stdout] | [INFO] [stdout] 222 | pub const cldnn_data_type_cldnn_u8: cldnn_data_type = 65; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_DATA_TYPE_CLDNN_U8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_data_type_cldnn_i32` should have an upper case name [INFO] [stdout] --> src/lib.rs:223:11 [INFO] [stdout] | [INFO] [stdout] 223 | pub const cldnn_data_type_cldnn_i32: cldnn_data_type = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_DATA_TYPE_CLDNN_I32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_data_type_cldnn_i64` should have an upper case name [INFO] [stdout] --> src/lib.rs:224:11 [INFO] [stdout] | [INFO] [stdout] 224 | pub const cldnn_data_type_cldnn_i64: cldnn_data_type = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_DATA_TYPE_CLDNN_I64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_arg_type_t_arg_input` should have an upper case name [INFO] [stdout] --> src/lib.rs:270:11 [INFO] [stdout] | [INFO] [stdout] 270 | pub const cldnn_arg_type_t_arg_input: cldnn_arg_type_t = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ARG_TYPE_T_ARG_INPUT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_arg_type_t_arg_output` should have an upper case name [INFO] [stdout] --> src/lib.rs:271:11 [INFO] [stdout] | [INFO] [stdout] 271 | pub const cldnn_arg_type_t_arg_output: cldnn_arg_type_t = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ARG_TYPE_T_ARG_OUTPUT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_none` should have an upper case name [INFO] [stdout] --> src/lib.rs:283:11 [INFO] [stdout] | [INFO] [stdout] 283 | pub const cldnn_activation_func_t_activation_none: cldnn_activation_func_t = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_logistic` should have an upper case name [INFO] [stdout] --> src/lib.rs:284:11 [INFO] [stdout] | [INFO] [stdout] 284 | pub const cldnn_activation_func_t_activation_logistic: cldnn_activation_func_t = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_LOGISTIC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_hyperbolic_tan` should have an upper case name [INFO] [stdout] --> src/lib.rs:285:11 [INFO] [stdout] | [INFO] [stdout] 285 | pub const cldnn_activation_func_t_activation_hyperbolic_tan: cldnn_activation_func_t = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_HYPERBOLIC_TAN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_relu` should have an upper case name [INFO] [stdout] --> src/lib.rs:286:11 [INFO] [stdout] | [INFO] [stdout] 286 | pub const cldnn_activation_func_t_activation_relu: cldnn_activation_func_t = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_RELU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_relu_negative_slope` should have an upper case name [INFO] [stdout] --> src/lib.rs:287:11 [INFO] [stdout] | [INFO] [stdout] 287 | pub const cldnn_activation_func_t_activation_relu_negative_slope: cldnn_activation_func_t = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_RELU_NEGATIVE_SLOPE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_clamp` should have an upper case name [INFO] [stdout] --> src/lib.rs:288:11 [INFO] [stdout] | [INFO] [stdout] 288 | pub const cldnn_activation_func_t_activation_clamp: cldnn_activation_func_t = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_CLAMP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_softrelu` should have an upper case name [INFO] [stdout] --> src/lib.rs:289:11 [INFO] [stdout] | [INFO] [stdout] 289 | pub const cldnn_activation_func_t_activation_softrelu: cldnn_activation_func_t = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_SOFTRELU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_abs` should have an upper case name [INFO] [stdout] --> src/lib.rs:290:11 [INFO] [stdout] | [INFO] [stdout] 290 | pub const cldnn_activation_func_t_activation_abs: cldnn_activation_func_t = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_ABS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_linear` should have an upper case name [INFO] [stdout] --> src/lib.rs:291:11 [INFO] [stdout] | [INFO] [stdout] 291 | pub const cldnn_activation_func_t_activation_linear: cldnn_activation_func_t = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_LINEAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_square` should have an upper case name [INFO] [stdout] --> src/lib.rs:292:11 [INFO] [stdout] | [INFO] [stdout] 292 | pub const cldnn_activation_func_t_activation_square: cldnn_activation_func_t = 9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_SQUARE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_sqrt` should have an upper case name [INFO] [stdout] --> src/lib.rs:293:11 [INFO] [stdout] | [INFO] [stdout] 293 | pub const cldnn_activation_func_t_activation_sqrt: cldnn_activation_func_t = 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_SQRT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_elu` should have an upper case name [INFO] [stdout] --> src/lib.rs:294:11 [INFO] [stdout] | [INFO] [stdout] 294 | pub const cldnn_activation_func_t_activation_elu: cldnn_activation_func_t = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_ELU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_sin` should have an upper case name [INFO] [stdout] --> src/lib.rs:295:11 [INFO] [stdout] | [INFO] [stdout] 295 | pub const cldnn_activation_func_t_activation_sin: cldnn_activation_func_t = 12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_SIN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_asin` should have an upper case name [INFO] [stdout] --> src/lib.rs:296:11 [INFO] [stdout] | [INFO] [stdout] 296 | pub const cldnn_activation_func_t_activation_asin: cldnn_activation_func_t = 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_ASIN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_sinh` should have an upper case name [INFO] [stdout] --> src/lib.rs:297:11 [INFO] [stdout] | [INFO] [stdout] 297 | pub const cldnn_activation_func_t_activation_sinh: cldnn_activation_func_t = 14; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_SINH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_cos` should have an upper case name [INFO] [stdout] --> src/lib.rs:298:11 [INFO] [stdout] | [INFO] [stdout] 298 | pub const cldnn_activation_func_t_activation_cos: cldnn_activation_func_t = 15; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_COS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_acos` should have an upper case name [INFO] [stdout] --> src/lib.rs:299:11 [INFO] [stdout] | [INFO] [stdout] 299 | pub const cldnn_activation_func_t_activation_acos: cldnn_activation_func_t = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_ACOS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_cosh` should have an upper case name [INFO] [stdout] --> src/lib.rs:300:11 [INFO] [stdout] | [INFO] [stdout] 300 | pub const cldnn_activation_func_t_activation_cosh: cldnn_activation_func_t = 17; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_COSH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_log` should have an upper case name [INFO] [stdout] --> src/lib.rs:301:11 [INFO] [stdout] | [INFO] [stdout] 301 | pub const cldnn_activation_func_t_activation_log: cldnn_activation_func_t = 18; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_LOG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_log2` should have an upper case name [INFO] [stdout] --> src/lib.rs:302:11 [INFO] [stdout] | [INFO] [stdout] 302 | pub const cldnn_activation_func_t_activation_log2: cldnn_activation_func_t = 19; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_LOG2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_func_t_activation_exp` should have an upper case name [INFO] [stdout] --> src/lib.rs:303:11 [INFO] [stdout] | [INFO] [stdout] 303 | pub const cldnn_activation_func_t_activation_exp: cldnn_activation_func_t = 20; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_FUNC_T_ACTIVATION_EXP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_grad_func_t_activation_grad_none` should have an upper case name [INFO] [stdout] --> src/lib.rs:306:11 [INFO] [stdout] | [INFO] [stdout] 306 | pub const cldnn_activation_grad_func_t_activation_grad_none: cldnn_activation_grad_func_t = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_GRAD_FUNC_T_ACTIVATION_GRAD_NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_grad_func_t_activation_grad_relu` should have an upper case name [INFO] [stdout] --> src/lib.rs:307:11 [INFO] [stdout] | [INFO] [stdout] 307 | pub const cldnn_activation_grad_func_t_activation_grad_relu: cldnn_activation_grad_func_t = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_GRAD_FUNC_T_ACTIVATION_GRAD_RELU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_activation_grad_func_t_activation_grad_relu_negative_slope` should have an upper case name [INFO] [stdout] --> src/lib.rs:308:11 [INFO] [stdout] | [INFO] [stdout] 308 | pub const cldnn_activation_grad_func_t_activation_grad_relu_negative_slope: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_ACTIVATION_GRAD_FUNC_T_ACTIVATION_GRAD_RELU_NEGATIVE_SLOPE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_reorder_mean_mode_t_mean_none` should have an upper case name [INFO] [stdout] --> src/lib.rs:319:11 [INFO] [stdout] | [INFO] [stdout] 319 | pub const cldnn_reorder_mean_mode_t_mean_none: cldnn_reorder_mean_mode_t = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_REORDER_MEAN_MODE_T_MEAN_NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_reorder_mean_mode_t_mean_subtract` should have an upper case name [INFO] [stdout] --> src/lib.rs:320:11 [INFO] [stdout] | [INFO] [stdout] 320 | pub const cldnn_reorder_mean_mode_t_mean_subtract: cldnn_reorder_mean_mode_t = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_REORDER_MEAN_MODE_T_MEAN_SUBTRACT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_reorder_mean_mode_t_mean_mul` should have an upper case name [INFO] [stdout] --> src/lib.rs:321:11 [INFO] [stdout] | [INFO] [stdout] 321 | pub const cldnn_reorder_mean_mode_t_mean_mul: cldnn_reorder_mean_mode_t = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_REORDER_MEAN_MODE_T_MEAN_MUL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `cldnn_reorder_mean_mode_t_mean_div` should have an upper case name [INFO] [stdout] --> src/lib.rs:322:11 [INFO] [stdout] | [INFO] [stdout] 322 | pub const cldnn_reorder_mean_mode_t_mean_div: cldnn_reorder_mean_mode_t = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CLDNN_REORDER_MEAN_MODE_T_MEAN_DIV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 125 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.54s [INFO] running `Command { std: "docker" "inspect" "404d6357c8fc0614fa7471daaba27a101f175afe6d3226ebd7e51a029ac796be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "404d6357c8fc0614fa7471daaba27a101f175afe6d3226ebd7e51a029ac796be", kill_on_drop: false }` [INFO] [stdout] 404d6357c8fc0614fa7471daaba27a101f175afe6d3226ebd7e51a029ac796be