Home
last modified time | relevance | path

Searched defs:s_out (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/tests/ut/cpp/dataset/
Drandom_crop_and_resize_op_test.cc46 TensorShape s_out({h_out, w_out, s_in[2]}); in TEST_F() local
72 TensorShape s_out({h_out, w_out, s_in[2]}); in TEST_F() local
98 TensorShape s_out({h_out, w_out, s_in[2]}); in TEST_F() local
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/nnacl/int8/
Dbatchnorm_int8_coder.cc95 auto s_out = static_cast<float>(output->quant_params().at(0).scale); in InitConstTensor() local
145 auto s_out = static_cast<float>(output->quant_params().at(0).scale); in InitFusedConstTensor() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/
Dbatchnorm_int8.cc85 auto s_out = output->quant_params().front().scale; in InitConstTensor() local
148 auto s_out = output->quant_params().front().scale; in InitFusedConstTensor() local
/third_party/mesa3d/src/broadcom/compiler/
Dv3d40_tex.c88 struct qreg *s_out, in handle_tex_src()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_meta_clear.c106 nir_variable *s_out = in panvk_meta_clear_zs_attachment_shader() local
/third_party/mesa3d/src/intel/blorp/
Dblorp_blit.c479 nir_ssa_def *s_out = nir_imm_int(b, 0); in blorp_nir_decode_msaa() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c596 LLVMValueRef z_out = NULL, s_out = NULL; in generate_fs_loop() local