Home
last modified time | relevance | path

Searched defs:softmax (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/sparse/
Dkernels_gpu.cu.cc348 T* softmax) { in CalculateRowSoftmax()
372 const T* logits, T* softmax) { in CSRSparseMatrixSoftmaxKernel2D()
397 const int* row_ptr, const T* logits, T* softmax) { in CSRSparseMatrixSoftmaxKernel3D()
481 const T* softmax, const int grad_softmax_begin, const int grad_softmax_end, in CalculateRowSoftmaxGrad()
547 const T* softmax, const int* grad_softmax_row_ptr, in CSRSparseMatrixSoftmaxGradKernel2D()
567 const int* softmax_row_ptr, const int* softmax_col_ind, const T* softmax, in CSRSparseMatrixSoftmaxGradKernel3D()
608 OpKernelContext* ctx, const CSRSparseMatrix& softmax, in CSRSparseMatrixSoftmaxGradGPUImpl()
Dsoftmax_op.cc76 functor::CSRSparseMatrixSoftmax<Device, T> softmax; in Compute() local
/external/libtextclassifier/native/lang_id/common/math/
Dsoftmax.cc75 std::vector<float> softmax; in ComputeSoftmax() local
/external/libtextclassifier/native/utils/math/
Dsoftmax.cc77 std::vector<float> softmax; in ComputeSoftmax() local
/external/tensorflow/tensorflow/python/keras/
Dactivations.py47 def softmax(x, axis=-1): function
Dbackend.py4856 def softmax(x, axis=-1): function
/external/tensorflow/tensorflow/core/grappler/costs/
Danalytical_cost_estimator_test.cc81 auto softmax = ops::Softmax(s.WithOpName("softmax"), logits); in CreateMiniGraph() local
/external/tensorflow/tensorflow/lite/toco/tflite/
Dop_version_test.cc46 std::unique_ptr<SoftmaxOperator> softmax(new SoftmaxOperator()); in TEST() local
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/
DTensorFlowYoloDetector.java118 private void softmax(final float[] vals) { in softmax() method in TensorFlowYoloDetector
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dgraph_transferer_test.cc167 Output softmax = BuildSoftmaxOps(root.WithOpName("softmax"), conv); in CreateConvGraphDef() local
188 Output softmax = BuildSoftmaxOps(root.WithOpName("softmax"), max_pool); in CreatePoolGraphDef() local
/external/libtextclassifier/native/lang_id/
Dlang-id.cc169 const std::vector<float> softmax = ComputeSoftmax(scores); in FindLanguages() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dsoftmax_op.cc100 auto softmax = in Compile() local
/external/tensorflow/tensorflow/core/ops/
Dsparse_csr_matrix_ops.cc532 ShapeHandle softmax = sparse_matrix_shape_and_type.shape; in __anon5631e9dc0e02() local
/external/tensorflow/tensorflow/cc/gradients/
Dnn_grad.cc119 auto softmax = Exp(scope, op.output(0)); in LogSoftmaxGrad() local
/external/tensorflow/tensorflow/core/kernels/
Dnn_ops_test.cc1360 auto softmax = ops::Softmax(root, input); in BM_ImageNetSoftmaxFwd() local
/external/tensorflow/tensorflow/python/ops/
Dnn_ops.py3666 def softmax(logits, axis=None, name=None, dim=None): function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer_test.cc2649 Output softmax = ops::Softmax(s.WithOpName("softmax"), x); in TEST_F() local
2681 Output softmax = ops::Softmax(s.WithOpName("softmax"), floats); in TEST_F() local
/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow.cc1232 auto* softmax = new SoftmaxOperator; in ConvertSoftmaxOperator() local
/external/tensorflow/tensorflow/core/common_runtime/
Dmkl_layout_pass.cc1008 string softmax; member