Home
last modified time | relevance | path

Searched refs:SoftmaxOp (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsoftmax_op.cc56 class SoftmaxOp : public OpKernel { class
58 explicit SoftmaxOp(OpKernelConstruction* context) : OpKernel(context) { in SoftmaxOp() function in tensorflow::SoftmaxOp
84 SoftmaxOp<CPUDevice, T>);
93 SoftmaxOp<CPUDevice, T>);
101 SoftmaxOp<SYCLDevice, float>);
104 SoftmaxOp<SYCLDevice, double>);
Deigen_softmax.h37 struct SoftmaxOp { struct
38 SoftmaxOp(const float beta) : beta_(beta) {} in SoftmaxOp() function
85 EIGEN_ALWAYS_INLINE static const TensorCustomUnaryOp<const SoftmaxOp,
93 const SoftmaxOp op(beta); in SoftMax()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dsoftmax_op.cc33 class SoftmaxOp : public XlaOpKernel { class
35 explicit SoftmaxOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in SoftmaxOp() function in tensorflow::__anon9b27491f0111::SoftmaxOp
88 REGISTER_XLA_OP(Name("Softmax"), SoftmaxOp);
89 REGISTER_XLA_OP(Name("LogSoftmax"), SoftmaxOp);