Home
last modified time | relevance | path

Searched defs:log_softmax (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/
Dlog_softmax.example.cpp7 namespace generated_tests::log_softmax { namespace
74 namespace generated_tests::log_softmax { namespace
141 namespace generated_tests::log_softmax { namespace
208 namespace generated_tests::log_softmax { namespace
275 namespace generated_tests::log_softmax { namespace
342 namespace generated_tests::log_softmax { namespace
409 namespace generated_tests::log_softmax { namespace
476 namespace generated_tests::log_softmax { namespace
543 namespace generated_tests::log_softmax { namespace
610 namespace generated_tests::log_softmax { namespace
[all …]
/aosp_15_r20/external/executorch/backends/vulkan/runtime/graph/ops/impl/
H A DSoftmax.cpp37 bool log_softmax) { in add_softmax_node()
113 void log_softmax(ComputeGraph& graph, const std::vector<ValueRef>& args) { in log_softmax() function
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/expansions/
H A Dsoftmax_spmd_expander.cc159 auto log_softmax = builder.create<mlir::TF::SubOp>( in ComputeLogSoftmax() local
169 bool log_softmax) { in ComputeShardedSoftmax()
579 const mlir::Value log_softmax = in ExpandOp() local
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/functional/
H A Dactivation.h307 inline Tensor log_softmax( in log_softmax() function
336 inline Tensor log_softmax( in log_softmax() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DSoftMax.cpp499 Tensor log_softmax(const Tensor& input_, const int64_t dim_, std::optional<ScalarType> dtype) { in log_softmax() function
568 Tensor log_softmax(const Tensor& self, Dimname dim, std::optional<ScalarType> dtype) { in log_softmax() function
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/operations/src/
DLogSoftmax.cpp24 namespace log_softmax { namespace
/aosp_15_r20/external/executorch/backends/arm/_passes/
H A Ddecompose_softmaxes_pass.py22 log_softmax = (torch.ops.aten.log_softmax.int, exir_ops.edge.aten._log_softmax.default) variable
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DLogSoftmax.cpp31 namespace log_softmax { namespace
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/
H A Dactivations.py515 log_softmax = nn.log_softmax variable
/aosp_15_r20/external/pytorch/torch/sparse/
H A D__init__.py321 log_softmax = _add_docstr( variable
/aosp_15_r20/external/pytorch/torch/_refs/special/
H A D__init__.py206 def log_softmax( function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/
H A DSoftmax.cpp192 Tensor log_softmax( in log_softmax() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/operators/
H A Dsoftmax.cpp11 bool log_softmax) { in computeSoftmax()
/aosp_15_r20/external/pytorch/torch/special/
H A D__init__.py695 log_softmax = _add_docstr(_special.special_log_softmax, variable
/aosp_15_r20/external/pytorch/torch/_refs/nn/functional/
H A D__init__.py623 def log_softmax( function
/aosp_15_r20/external/pytorch/torch/masked/
H A D_ops.py1733 def log_softmax( function
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset13.py40 def log_softmax(g: jit_utils.GraphContext, input, dim, dtype=None): function
H A Dsymbolic_opset9.py2207 def log_softmax(g: jit_utils.GraphContext, input, dim, dtype=None): function
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/
H A Dspecial.h596 inline Tensor log_softmax( in log_softmax() function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dnn_ops.py3918 def log_softmax(logits, axis=None, name=None, dim=None): function
/aosp_15_r20/external/pytorch/torch/nn/
H A Dfunctional.py2220 def log_softmax( function
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dvulkan_api_test.cpp4525 void test_softmax(const at::IntArrayRef shape, bool log_softmax = false) { in test_softmax()
4561 bool log_softmax = false; in TEST_F() local
4578 bool log_softmax = true; in TEST_F() local
/aosp_15_r20/external/pytorch/torch/_refs/
H A D__init__.py783 def log_softmax( function