Searched refs:int8_type (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/ |
D | convert_tfl_uint8.cc | 175 Type int8_type = RankedTensorType::get( in convert_graph_uint8_tensor() local 193 function.getLoc(), int8_type, arg, in convert_graph_uint8_tensor()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_nir_soa.c | 2037 struct lp_type int8_type; in lp_build_nir_soa() local 2038 int8_type = lp_int_type(type); in lp_build_nir_soa() 2039 int8_type.width /= 4; in lp_build_nir_soa() 2040 lp_build_context_init(&bld.bld_base.int8_bld, gallivm, int8_type); in lp_build_nir_soa()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 2935 LLVMTypeRef int8_type = LLVMInt8TypeInContext(gallivm->context); in generate_fragment() local 3021 arg_types[7] = LLVMPointerType(LLVMPointerType(int8_type, 0), 0); /* color */ in generate_fragment() 3022 arg_types[8] = LLVMPointerType(int8_type, 0); /* depth */ in generate_fragment()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 1697 LLVMTypeRef int8_type = LLVMInt8TypeInContext(gallivm->context); in clipmask_booli8() local 1723 ret = LLVMBuildZExt(builder, ret, int8_type, ""); in clipmask_booli8()
|