Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Deigen_softmax.h37 struct SoftmaxOp { struct
38 SoftmaxOp(const float beta) : beta_(beta) {} in SoftmaxOp() function
41 typename Input::Dimensions dimensions(const Input& input) const { in dimensions()
46 void eval(const Input& input, Output& output, const Device& device) const { in eval()
Dsoftmax_op.cc56 class SoftmaxOp : public OpKernel { class
58 explicit SoftmaxOp(OpKernelConstruction* context) : OpKernel(context) { in SoftmaxOp() function in tensorflow::SoftmaxOp
/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