/aosp_15_r20/external/pytorch/test/dynamo/ |
H A D | test_aot_autograd.py | 394 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 D | unary_test.py | 145 ["trunc_", torch.trunc_],
|
H A D | qunary_test.py | 113 # ['q_trunc_', torch.trunc_],
|
/aosp_15_r20/external/llvm/test/CodeGen/AArch64/ |
H A D | arm64-fast-isel-conversion.ll | 4 define zeroext i32 @trunc_(i8 zeroext %a, i16 zeroext %b, i32 %c, i64 %d) nounwind ssp { 6 ; CHECK-LABEL: trunc_
|
H A D | arm64-fast-isel-br.ll | 86 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 D | coverage.yaml | 608 - aten::trunc_ 994 aten::trunc_: 3
|
H A D | model_ops.yaml | 371 aten::trunc_: 7
|
H A D | math_ops.py | 203 torch.trunc_(a),
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A D | normalize_ops.cpp | 107 {aten::fix_, aten::trunc_}, in getOperatorAliasMap()
|
/aosp_15_r20/external/pytorch/test/expect/ |
H A D | HasDecompTest.test_aten_core_operators.expect | 508 aten::trunc_
|
/aosp_15_r20/external/skia/src/opts/ |
H A D | SkRasterPipeline_opts.h | 1334 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.py | 398 aten.trunc_.default,
|
/aosp_15_r20/external/pytorch/docs/source/ |
H A D | tensors.rst | 762 Tensor.trunc_
|
H A D | name_inference.rst | 236 :meth:`Tensor.trunc_`,None
|
/aosp_15_r20/external/pytorch/aten/src/ATen/core/ |
H A D | NamedRegistrations.cpp | 494 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 D | MipsScheduleP5600.td | 454 def : InstRW<[P5600WriteFPUL], (instregex "^TRUNC_(L|W)_(S|D32|D64)$")>;
|
H A D | MipsScheduleGeneric.td | 983 (instregex "TRUNC_(L|W)_(D|S)_MMR6")>;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsScheduleP5600.td | 453 def : InstRW<[P5600WriteFPUL], (instregex "^TRUNC_(L|W)_(S|D32|D64)$")>;
|
H A D | MipsScheduleGeneric.td | 980 (instregex "TRUNC_(L|W)_(D|S)_MMR6")>;
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | UnaryOps.cpp | 846 Tensor& fix_(Tensor& self) { return self.trunc_(); } in fix_()
|
/aosp_15_r20/external/pytorch/torch/onnx/_internal/fx/passes/ |
H A D | type_promotion.py | 1031 "aten", "trunc_", [0], [], ELEMENTWISE_TYPE_PROMOTION_KIND.DEFAULT
|
/aosp_15_r20/external/pytorch/torch/ |
H A D | _tensor_docs.py | 5940 "trunc_", 5942 trunc_() -> Tensor
|
/aosp_15_r20/external/pytorch/torch/_dynamo/ |
H A D | trace_rules.py | 2175 "torch.trunc_",
|
/aosp_15_r20/external/pytorch/torch/_refs/ |
H A D | __init__.py | 6322 trunc_ = _make_inplace(trunc) variable
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_torch.py | 4960 lambda x, y: x.trunc_(),
|