Home
last modified time | relevance | path

Searched full:trunc_ (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_aot_autograd.py394 x = x.trunc_()
395 y = y.trunc_()
442 a.trunc_()
443 b.trunc_()
495 a.trunc_()
496 b.trunc_()
532 a.trunc_()
533 b.trunc_()
582 a.trunc_()
583 b.trunc_()
[all …]
/aosp_15_r20/external/pytorch/benchmarks/operator_benchmark/pt/
H A Dunary_test.py145 ["trunc_", torch.trunc_],
H A Dqunary_test.py113 # ['q_trunc_', torch.trunc_],
/aosp_15_r20/external/llvm/test/CodeGen/AArch64/
H A Darm64-fast-isel-conversion.ll4 define zeroext i32 @trunc_(i8 zeroext %a, i16 zeroext %b, i32 %c, i64 %d) nounwind ssp {
6 ; CHECK-LABEL: trunc_
H A Darm64-fast-isel-br.ll86 define zeroext i8 @trunc_(i8 zeroext %a, i16 zeroext %b, i32 %c, i64 %d) {
/aosp_15_r20/external/pytorch/test/mobile/model_test/
H A Dcoverage.yaml608 - aten::trunc_
994 aten::trunc_: 3
H A Dmodel_ops.yaml371 aten::trunc_: 7
H A Dmath_ops.py203 torch.trunc_(a),
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dnormalize_ops.cpp107 {aten::fix_, aten::trunc_}, in getOperatorAliasMap()
/aosp_15_r20/external/pytorch/test/expect/
H A DHasDecompTest.test_aten_core_operators.expect508 aten::trunc_
/aosp_15_r20/external/skia/src/opts/
H A DSkRasterPipeline_opts.h1334 SI U32 trunc_(F v) { return (U32)v; } in trunc_() function
1340 SI U32 trunc_(F v) { return (U32)__builtin_convertvector( v, I32); } in trunc_() function
1990 return trunc_(y)*ctx->stride + trunc_(x); in ix_and_ptr()
3251 auto biasInUlps = trunc_(s); in exclusive_mirror()
3462 auto idx = trunc_(t * static_cast<float>(c->stopCount-1)); in STAGE()
5428 SI U32 trunc_(F x) { return (U32)cast<I32>(x); }
5812 return trunc_(y)*ctx->stride + trunc_(x);
6506 auto idx = trunc_(t * static_cast<float>(c->stopCount-1));
/aosp_15_r20/external/pytorch/torch/distributed/tensor/_ops/
H A D_pointwise_ops.py398 aten.trunc_.default,
/aosp_15_r20/external/pytorch/docs/source/
H A Dtensors.rst762 Tensor.trunc_
H A Dname_inference.rst236 :meth:`Tensor.trunc_`,None
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DNamedRegistrations.cpp494 m.impl("trunc_", CppFunction::makeFallthrough()); in TORCH_LIBRARY_IMPL()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
H A DMipsScheduleP5600.td454 def : InstRW<[P5600WriteFPUL], (instregex "^TRUNC_(L|W)_(S|D32|D64)$")>;
H A DMipsScheduleGeneric.td983 (instregex "TRUNC_(L|W)_(D|S)_MMR6")>;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsScheduleP5600.td453 def : InstRW<[P5600WriteFPUL], (instregex "^TRUNC_(L|W)_(S|D32|D64)$")>;
H A DMipsScheduleGeneric.td980 (instregex "TRUNC_(L|W)_(D|S)_MMR6")>;
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DUnaryOps.cpp846 Tensor& fix_(Tensor& self) { return self.trunc_(); } in fix_()
/aosp_15_r20/external/pytorch/torch/onnx/_internal/fx/passes/
H A Dtype_promotion.py1031 "aten", "trunc_", [0], [], ELEMENTWISE_TYPE_PROMOTION_KIND.DEFAULT
/aosp_15_r20/external/pytorch/torch/
H A D_tensor_docs.py5940 "trunc_",
5942 trunc_() -> Tensor
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dtrace_rules.py2175 "torch.trunc_",
/aosp_15_r20/external/pytorch/torch/_refs/
H A D__init__.py6322 trunc_ = _make_inplace(trunc) variable
/aosp_15_r20/external/pytorch/test/
H A Dtest_torch.py4960 lambda x, y: x.trunc_(),

12