Home
last modified time | relevance | path

Searched defs:is_int8 (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Druntime_conv2d_acl.h51 bool is_int8; member
/aosp_15_r20/art/compiler/utils/x86_64/
H A Dassembler_x86_64.h50 bool is_int8() const { return IsInt<8>(value_); } in is_int8() function
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_ps.c156 bool is_int8, is_int10; in si_llvm_init_ps_export_args() local
/aosp_15_r20/art/compiler/utils/x86/
H A Dassembler_x86.h44 bool is_int8() const { return IsInt<8>(value_); } in is_int8() function
/aosp_15_r20/external/executorch/backends/vulkan/runtime/api/containers/
H A DTensor.cpp645 const bool is_int8 = dtype_ == vkapi::kChar; in staging_buffer_numel() local
/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_nir_lower_ps.c465 bool is_int8 = s->options->color_is_int8 & BITFIELD_BIT(cbuf); in emit_ps_color_export() local
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceAssemblerX8632.h261 bool is_int8() const { in is_int8() function
H A DIceAssemblerX8664.h282 bool is_int8() const { in is_int8() function
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_graphics.c196 bool is_int8 = format_is_int8(format); in radv_format_meta_fs_key() local
1709 unsigned col_format = 0, is_int8 = 0, is_int10 = 0, is_float32 = 0, z_format = 0; in radv_generate_ps_epilog_key() local
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp10996 bool is_int8 = (info->color_is_int8 >> slot) & 1; in export_fs_mrt_color() local