Home
last modified time | relevance | path

Searched defs:src_value (Results 1 – 16 of 16) 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/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/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_emit.c84 #define EMIT_STATE(state_name, src_value) \ argument
87 #define EMIT_STATE_FIXP(state_name, src_value) \ argument
90 #define EMIT_STATE_RELOC(state_name, src_value) \ argument
Detnaviv_rs.c195 #define EMIT_STATE(state_name, src_value) \ argument
198 #define EMIT_STATE_FIXP(state_name, src_value) \ argument
201 #define EMIT_STATE_RELOC(state_name, src_value) \ argument
Detnaviv_texture_state.c285 #define EMIT_STATE(state_name, src_value) \ argument
288 #define EMIT_STATE_FIXP(state_name, src_value) \ argument
291 #define EMIT_STATE_RELOC(state_name, src_value) \ argument
/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/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/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/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/fp16/
Dactivation_fp16.c27 float16x8_t src_value = vld1q_f16(src + offset); in ReluFp16() local
/third_party/mesa3d/src/compiler/nir/
Dnir_from_ssa.c867 struct copy_value src_value = { in resolve_parallel_copy() local
/third_party/backends/backend/
Dgt68xx_high.c293 unsigned int src_value = line[i]; in gt68xx_calibrator_process_line() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader.cpp1279 auto src_value = value_factory().src(intr->src[0], 0); in emit_load_global() 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.c2451 LLVMValueRef src_value = LLVMBuildExtractElement(builder, src, index_value, ""); in emit_shuffle() local