/aosp_15_r20/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/text/qa/ |
H A D | QaAnswer.java | 34 public QaAnswer(String text, int start, int end, float logit) { in QaAnswer() 45 public float logit; field in QaAnswer.Pos 47 public Pos(int start, int end, float logit) { in Pos()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/util/ctc/ |
H A D | ctc_beam_search.h | 231 const T logit = input(j); in GetTopK() local 341 const T logit = top_k ? top_k_logits[ind] : raw_input(ind); in Step() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ctc/ |
H A D | ctc_beam_search.h | 226 const float logit = input(j); in GetTopK() local 336 const float logit = top_k ? top_k_logits[ind] : raw_input(ind); in Step() local
|
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/ios/task/text/qa/Sources/ |
H A D | TFLBertQuestionAnswerer.h | 24 float logit; member
|
/aosp_15_r20/external/curl/tests/ |
H A D | testcurl.pl | 209 sub logit($) { subroutine
|
/aosp_15_r20/external/strace/tests-m32/ |
H A D | fork-f.c | 42 #define logit(arg) logit_(prefix arg) macro
|
H A D | vfork-f.c | 43 #define logit(arg) logit_(prefix arg) macro
|
/aosp_15_r20/external/strace/tests/ |
H A D | fork-f.c | 42 #define logit(arg) logit_(prefix arg) macro
|
H A D | vfork-f.c | 43 #define logit(arg) logit_(prefix arg) macro
|
/aosp_15_r20/external/strace/tests-mx32/ |
H A D | fork-f.c | 42 #define logit(arg) logit_(prefix arg) macro
|
H A D | vfork-f.c | 43 #define logit(arg) logit_(prefix arg) macro
|
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/text/qa/ |
H A D | bert_qa_c_api.h | 49 float logit; member
|
H A D | question_answerer.h | 38 float logit; member
|
/aosp_15_r20/external/pytorch/torch/_refs/special/ |
H A D | __init__.py | 135 def logit(self: TensorLikeType, eps: Optional[float] = None) -> TensorLikeType: function
|
/aosp_15_r20/external/pytorch/torch/special/ |
H A D | __init__.py | 275 logit = _add_docstr(_special.special_logit, variable
|
/aosp_15_r20/external/iproute2/ip/ |
H A D | ipneigh.c | 200 static int logit = 1; in print_neigh() local
|
/aosp_15_r20/external/executorch/examples/qualcomm/oss_scripts/llama2/runner/ |
H A D | runner.h | 133 InfoAttrs logit; member
|
/aosp_15_r20/external/toybox/toys/pending/ |
H A D | dhcp6.c | 135 static void logit(char *format, ...) in logit() function
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | UnaryOps.cpp | 780 Tensor logit(const Tensor& self, std::optional<double> eps) { in logit() function
|
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/ |
H A D | special.h | 273 inline Tensor logit(const Tensor& self) { in logit() function
|
/aosp_15_r20/external/pytorch/torch/onnx/ |
H A D | symbolic_opset9.py | 6619 def logit(g: jit_utils.GraphContext, self: torch._C.Value, eps: torch._C.Value): function
|