/third_party/mindspore/mindspore/core/ops/ |
D | tanh.h | 27 class MS_CORE_API Tanh : public PrimitiveC { 30 Tanh() : PrimitiveC(kNameTanh) {} in Tanh() function 32 ~Tanh() = default; 33 MS_DECLARE_PARENT(Tanh, PrimitiveC);
|
D | tanh.cc | 23 REGISTER_PRIMITIVE_C(kNameTanh, Tanh);
|
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/op_declare/ |
D | nonlinear_fuc_ops_declare.cc | 117 INPUT_MAP(Tanh) = {{1, INPUT_DESC(x)}}; 118 ATTR_MAP(Tanh) = EMPTY_ATTR_MAP; 119 OUTPUT_MAP(Tanh) = {{0, OUTPUT_DESC(y)}}; 120 REG_ADPT_DESC(Tanh, prim::kPrimTanh->name(), ADPT_DESC(Tanh))
|
D | nonlinear_fuc_ops_declare.h | 47 DECLARE_OP_ADAPTER(Tanh) 48 DECLARE_OP_USE_OUTPUT(Tanh)
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/nn/ |
D | activation_gpu_kernel.cc | 26 MS_REG_GPU_KERNEL_ONE(Tanh, KernelAttr().AddInputAttr(kNumberTypeFloat32).AddOutputAttr(kNumberType… 28 MS_REG_GPU_KERNEL_ONE(Tanh, KernelAttr().AddInputAttr(kNumberTypeFloat16).AddOutputAttr(kNumberType…
|
/third_party/skia/tests/sksl/intrinsics/ |
D | Tanh.asm.frag | 106 %27 = OpExtInst %float %1 Tanh %33 117 %41 = OpExtInst %v2float %1 Tanh %44 132 %54 = OpExtInst %v3float %1 Tanh %57 146 %68 = OpExtInst %v4float %1 Tanh %70
|
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/graphicsfuzz/ |
D | cov-apfloat-tanh.amber | 92 %18 = OpExtInst %7 %1 Tanh %17 101 %27 = OpExtInst %7 %1 Tanh %26
|
D | cov-constant-folding-atan-over-tanh.amber | 74 %10 = OpExtInst %6 %1 Tanh %9
|
/third_party/mindspore/mindspore/nn/layer/ |
D | activation.py | 346 class Tanh(Cell): class 383 super(Tanh, self).__init__() 384 self.tanh = P.Tanh() 864 'tanh': Tanh,
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-apfloat-tanh/ |
D | 0-opt.spvasm | 43 %31 = OpExtInst %v4float %1 Tanh %30 52 %39 = OpExtInst %v4float %1 Tanh %38
|
/third_party/mindspore/tests/ut/python/parallel/ |
D | test_hybird_parallel_activation.py | 62 self.tanh = P.Tanh().shard(strategy3) 167 self.tanh = P.Tanh().shard(strategy3) 196 self.tanh = P.Tanh().shard(strategy4) 228 self.tanh = P.Tanh().shard(strategy4)
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
D | activation_fp32.h | 38 int Tanh(const float *src, int length, float *dst);
|
/third_party/mindspore/tests/st/ops/ascend/test_tbe_ops/ |
D | test_tanh.py | 29 self.tanh = P.Tanh()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | OptimalIntrinsics.hpp | 40 Float4 Tanh(RValue<Float4> x);
|
/third_party/mindspore/mindspore/lite/tools/converter/acl/mapper/ |
D | activation_mapper.cc | 38 {mindspore::TANH, std::make_shared<ops::Tanh>()}, in Mapper()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/mkldnn/ |
D | eltwise_cpu_kernel.h | 58 MS_REG_CPU_KERNEL(Tanh, KernelAttr().AddInputAttr(kNumberTypeFloat32).AddOutputAttr(kNumberTypeFloa…
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-constant-folding-atan-over-tanh/ |
D | 0-opt.spvasm | 28 %19 = OpExtInst %float %1 Tanh %float_1
|
/third_party/mindspore/tests/st/pynative/ |
D | test_pynative_mixed_precision_cells.py | 38 self.tanh = nn.Tanh() 61 self.tanh = nn.Tanh()
|
/third_party/mindspore/tests/st/ops/cpu/ |
D | test_tanh_op.py | 42 self.ops = P.Tanh()
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
D | OpenCL.std.h | 95 Tanh = 63, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/ |
D | OpenCL.std.h | 95 Tanh = 63, enumerator
|
/third_party/flutter/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
D | OpenCL.std.h | 95 Tanh = 63, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
D | OpenCL.std.h | 95 Tanh = 63, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
D | OpenCL.std.h | 95 Tanh = 63, enumerator
|
/third_party/flutter/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
D | OpenCL.std.h | 95 Tanh = 63, enumerator
|