Home
last modified time | relevance | path

Searched defs:argmax (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/executorch/examples/mediatek/executor_runner/llama_runner/
H A DUtils.h70 static uint64_t argmax(const void* logits_buffer, const size_t vocab_size) { in argmax() function
83 static uint64_t argmax( in argmax() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DAdaptiveMaxPooling2d.cu87 int argmax = istartH * isizeW + istartW; in adaptivemaxpool() local
146 int argmax = (*ptr_ind); in adaptivemaxgradinput() local
193 int argmax = (*ptr_ind); in atomicadaptivemaxgradinput() local
H A DAdaptiveMaxPooling3d.cu99 int64_t argmax = istartT*isizeH*isizeW + istartH*isizeW + istartW; in adaptivemaxpool() local
196 int argmax = (*ptr_ind); in adaptivemaxgradinput() local
272 int64_t argmax = (*ptr_ind); in atomicadaptivemaxgradinput() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dmaxpooling_op.cc1005 Tensor* argmax = nullptr; in Compute() local
1118 const Tensor& argmax = context->input(2); in Compute() local
1186 const Tensor& argmax = context->input(2); in Compute() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dcategorical_op.cc114 xla::XlaOp argmax = xla::ArgMax(softmax_entries, xla_output_type, in Compile() local
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorBase.h747 argmax() const { in argmax() function
773 argmax(const Index return_dim) const { in argmax() function
/aosp_15_r20/external/pytorch/torch/profiler/
H A D_utils.py360 def argmax(seq, key=lambda x: x, start=0, end=None): function
/aosp_15_r20/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
H A DUtils.java127 public static int argmax(double[] a) { in argmax() method in Utils
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/
H A Darithmetic.cc160 XlaOp argmax = GetTupleElement(max_argmax, 1); in ArgMinMax() local
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset12.py271 def argmax( function
H A Dsymbolic_opset9.py5046 def argmax( function
/aosp_15_r20/external/pytorch/torch/_numpy/
H A D_reductions_impl.py72 def argmax( function
/aosp_15_r20/external/pytorch/torch/masked/
H A D_ops.py1309 def argmax( function
/aosp_15_r20/external/liblc3/src/
H A Dltpf.c474 LC3_HOT static int argmax(const float *x, int n, float *x_max) in argmax() function
/aosp_15_r20/external/pytorch/torch/jit/
H A D_shape_functions.py1070 def argmax( function
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Ddef_function_xla_jit_test.py492 def argmax(x): function
H A Dbackprop_test.py649 def argmax(x): function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/
H A Dnp_math_ops.py1225 def argmax(a, axis=None): function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dmath_ops.py257 def argmax(input, function
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/
H A Dbackend.py2501 def argmax(x, axis=-1): function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DReduceOps.cpp231 TORCH_META_FUNC(argmax) in TORCH_META_FUNC() argument