Home
last modified time | relevance | path

Searched defs:src_value (Results 1 – 14 of 14) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/
Dnnacl_common.c24 float ShortToFloat32(uint16_t src_value) { in ShortToFloat32()
44 uint16_t Float32ToShort(float src_value) { in Float32ToShort()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_emit.c85 #define EMIT_STATE(state_name, src_value) \ argument
88 #define EMIT_STATE_FIXP(state_name, src_value) \ argument
91 #define EMIT_STATE_RELOC(state_name, src_value) \ argument
Detnaviv_rs.c189 #define EMIT_STATE(state_name, src_value) \ argument
192 #define EMIT_STATE_FIXP(state_name, src_value) \ argument
195 #define EMIT_STATE_RELOC(state_name, src_value) \ argument
Detnaviv_texture_state.c286 #define EMIT_STATE(state_name, src_value) \ argument
289 #define EMIT_STATE_FIXP(state_name, src_value) \ argument
292 #define EMIT_STATE_RELOC(state_name, src_value) \ argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/forward/
Dcast_base.cc157 tensor::BaseTensorPtr CastBaseOperation::TensorToDstDtypeValue(const ValuePtr &src_value, in TensorToDstDtypeValue()
169 ValuePtr CastBaseOperation::ScalarToDstDtypeValue(const ValuePtr &src_value, in ScalarToDstDtypeValue()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32/
Dactivation_fp32_simd.h.in111 SIMD_F32 src_value = SIMD_LD_F32(src + index); variable
121 SIMD_F32 src_value = SIMD_LD_F32(src + index); variable
130 SIMD_F32 src_value = SIMD_LD_F32(src + index); variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/include/nnacl/sse/
Dactivation_fp32_sse.h115 SIMD_F32 src_value = SIMD_LD_F32(src + index); in SwishSSE() local
125 SIMD_F32 src_value = SIMD_LD_F32(src + index); in HSwishSSE() local
134 SIMD_F32 src_value = SIMD_LD_F32(src + index); in HSigmoidSSE() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/include/nnacl/neon/
Dactivation_fp32_neon.h114 SIMD_F32 src_value = SIMD_LD_F32(src + index); in SwishNEON() local
124 SIMD_F32 src_value = SIMD_LD_F32(src + index); in HSwishNEON() local
133 SIMD_F32 src_value = SIMD_LD_F32(src + index); in HSigmoidNEON() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/include/nnacl/avx512/
Dactivation_fp32_avx512.h115 SIMD_F32 src_value = SIMD_LD_F32(src + index); in SwishAVX512() local
125 SIMD_F32 src_value = SIMD_LD_F32(src + index); in HSwishAVX512() local
134 SIMD_F32 src_value = SIMD_LD_F32(src + index); in HSigmoidAVX512() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/include/nnacl/avx/
Dactivation_fp32_avx.h115 SIMD_F32 src_value = SIMD_LD_F32(src + index); in SwishAVX() local
125 SIMD_F32 src_value = SIMD_LD_F32(src + index); in HSwishAVX() local
134 SIMD_F32 src_value = SIMD_LD_F32(src + index); in HSigmoidAVX() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp16/
Dactivation_fp16.c27 float16x8_t src_value = vld1q_f16(src + offset); in ReluFp16() local
/third_party/backends/backend/
Dgt68xx_high.c293 unsigned int src_value = line[i]; in gt68xx_calibrator_process_line() local
/third_party/spirv-tools/source/diff/
Ddiff.cpp1335 const uint64_t src_value = src_value_operand.AsLiteralUint64(); in MatchOpConstant() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir_soa.c2228 LLVMValueRef src_value = LLVMBuildExtractElement(builder, src, index_value, ""); in emit_shuffle() local