Home
last modified time | relevance | path

Searched defs:_log_softmax (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/torch/distributed/tensor/parallel/
H A Dloss.py127 def _log_softmax(x, dim, half_to_float, mesh, mesh_dim): function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DSoftMax.cpp59 TORCH_META_FUNC(_log_softmax) ( in TORCH_META_FUNC() argument
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dnn_test.py192 def _log_softmax(self, x): member in LogSoftmaxTest
/aosp_15_r20/external/pytorch/torch/_decomp/
H A Ddecompositions.py1224 def _log_softmax(x: Tensor, dim: int, half_to_float: bool): function
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset9.py2240 def _log_softmax(g: jit_utils.GraphContext, input, dim, half_to_float): function