Home
last modified time | relevance | path

Searched defs:sqrt_ (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/
H A DUnaryOp.cpp116 Tensor& sqrt_(Tensor& self_arg) { in sqrt_() function
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/gradients/
H A Dmath_grad.cc109 AbstractTensorHandlePtr sqrt_; member in tensorflow::gradients::__anon2d6f46650111::SqrtGradientFunction
/aosp_15_r20/external/pytorch/torch/_refs/
H A D__init__.py6314 sqrt_ = _make_inplace(sqrt) variable
/aosp_15_r20/external/skia/src/opts/
H A DSkRasterPipeline_opts.h142 SI F sqrt_ (F v) { return sqrtf(v); } in sqrt_() function