Home
last modified time | relevance | path

Searched refs:Tanh (Results 1 – 25 of 99) sorted by relevance

1234

/third_party/mindspore/mindspore/core/ops/
Dtanh.h27 class MS_CORE_API Tanh : public PrimitiveC {
30 Tanh() : PrimitiveC(kNameTanh) {} in Tanh() function
32 ~Tanh() = default;
33 MS_DECLARE_PARENT(Tanh, PrimitiveC);
Dtanh.cc23 REGISTER_PRIMITIVE_C(kNameTanh, Tanh);
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/op_declare/
Dnonlinear_fuc_ops_declare.cc117 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))
Dnonlinear_fuc_ops_declare.h47 DECLARE_OP_ADAPTER(Tanh)
48 DECLARE_OP_USE_OUTPUT(Tanh)
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/nn/
Dactivation_gpu_kernel.cc26 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/
DTanh.asm.frag106 %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/
Dcov-apfloat-tanh.amber92 %18 = OpExtInst %7 %1 Tanh %17
101 %27 = OpExtInst %7 %1 Tanh %26
Dcov-constant-folding-atan-over-tanh.amber74 %10 = OpExtInst %6 %1 Tanh %9
/third_party/mindspore/mindspore/nn/layer/
Dactivation.py346 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/
D0-opt.spvasm43 %31 = OpExtInst %v4float %1 Tanh %30
52 %39 = OpExtInst %v4float %1 Tanh %38
/third_party/mindspore/tests/ut/python/parallel/
Dtest_hybird_parallel_activation.py62 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/
Dactivation_fp32.h38 int Tanh(const float *src, int length, float *dst);
/third_party/mindspore/tests/st/ops/ascend/test_tbe_ops/
Dtest_tanh.py29 self.tanh = P.Tanh()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DOptimalIntrinsics.hpp40 Float4 Tanh(RValue<Float4> x);
/third_party/mindspore/mindspore/lite/tools/converter/acl/mapper/
Dactivation_mapper.cc38 {mindspore::TANH, std::make_shared<ops::Tanh>()}, in Mapper()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/mkldnn/
Deltwise_cpu_kernel.h58 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/
D0-opt.spvasm28 %19 = OpExtInst %float %1 Tanh %float_1
/third_party/mindspore/tests/st/pynative/
Dtest_pynative_mixed_precision_cells.py38 self.tanh = nn.Tanh()
61 self.tanh = nn.Tanh()
/third_party/mindspore/tests/st/ops/cpu/
Dtest_tanh_op.py42 self.ops = P.Tanh()
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
DOpenCL.std.h95 Tanh = 63, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
DOpenCL.std.h95 Tanh = 63, enumerator
/third_party/flutter/skia/third_party/externals/spirv-headers/include/spirv/1.2/
DOpenCL.std.h95 Tanh = 63, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
DOpenCL.std.h95 Tanh = 63, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
DOpenCL.std.h95 Tanh = 63, enumerator
/third_party/flutter/skia/third_party/externals/spirv-headers/include/spirv/1.1/
DOpenCL.std.h95 Tanh = 63, enumerator

1234