Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
Dnn.py35 softmax = core.define_unary_op('softmax', nn.softmax) variable
/external/libtextclassifier/lang_id/common/math/
Dsoftmax.cc75 std::vector<float> softmax; in ComputeSoftmax() local
/external/libtextclassifier/utils/math/
Dsoftmax.cc77 std::vector<float> softmax; in ComputeSoftmax() local
/external/tensorflow/tensorflow/python/keras/
Dactivations.py44 def softmax(x, axis=-1): function
Dbackend.py3854 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/examples/android/src/org/tensorflow/demo/
DTensorFlowYoloDetector.java118 private void softmax(final float[] vals) { in softmax() method in TensorFlowYoloDetector
/external/libtextclassifier/lang_id/
Dlang-id.cc142 std::vector<float> softmax = ComputeSoftmax(scores); in FindLanguages() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dsoftmax_op.cc75 auto softmax = in Compile() local
/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/tensorflow/tensorflow/contrib/distributions/python/ops/
Dvector_diffeomixture.py1052 def softmax(x, axis, name=None): function
/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.cc1265 auto softmax = ops::Softmax(root, input); in BM_ImageNetSoftmaxFwd() local
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dlayers.py2887 def softmax(logits, scope=None): function
/external/tensorflow/tensorflow/python/ops/
Dnn_ops.py2875 def softmax(logits, axis=None, name=None, dim=None): function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer_test.cc2562 Output softmax = ops::Softmax(s.WithOpName("softmax"), x); in TEST_F() local
2594 Output softmax = ops::Softmax(s.WithOpName("softmax"), floats); in TEST_F() local
/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow.cc981 auto* softmax = new SoftmaxOperator; in ConvertSoftmaxOperator() local
/external/tensorflow/tensorflow/core/graph/
Dmkl_layout_pass.cc749 string softmax; member